0
Pandas.datareader
Can any one help, when I am import pandas.datareader it shows no library
6 Antworten
+ 1
Because there's no module pandas.datareader.
0
Is there any library instead of this
0
What do you want to do?
0
I need to read data like
BAC=data.DataReader('BAC','google', startdate, end date)
0
BAC MEANS BANK NAME BANK OF AMERICA
0
Is your data CSV format? if so, you can use pd.read_csv(). There are also functions pd.read_json(), pd.read_sql(), pd.read_excel(), and pd.read_table().