Hi,

You don't have the module called pandas_datareader installed. Please close Spyder, open a terminal (cmd.exe) and run

    conda install pandas-datareader

and finally start Spyder again. That should fix your problem.


Cheers,
Carlos

El 13/06/17 a las 01:49, avi elik escribió:
hello,

i'm doing my first steps with PYTHON and try to get some stock data
why i'm not able to get the data with this command?


|import pandas_datareader as pdr import datetime aapl = pdr.get_data_yahoo('AAPL', start=datetime.datetime(2006, 10, 1), end=datetime.datetime(2012, 1, 1))|
||
||
--
You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected] <mailto:[email protected]>. To post to this group, send email to [email protected] <mailto:[email protected]>.
Visit this group at https://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.

Reply via email to