I am very new to Python 3x, running on a mac.
Currently using a sentdex tutorial for python with finance, tried running the following script:
import date
The latest version of pandas_datareader
(0.5.0
) takes care of this import error. You can install it with pip
:
sudo pip install -U pandas_datareader
I think you installed pandas v. 0.20.1 released yesterday. pandas-datareader is still not compatible with this version, for the moment you should stay on pandas 0.19.2:
pip install -U pandas==0.19.2