Pandas-datareader: NotImplementedError: data_source='google' is not implemented

Created on 17 Apr 2020  路  12Comments  路  Source: pydata/pandas-datareader

`from pandas_datareader import data, wb

from pandas_datareader import data, wb

import pandas as pd
import numpy as np
import datetime
start=datetime.datetime(2006,1,1)
end=datetime.datetime(2016,1,1)
BAC=data.DataReader('BAC','google',start,end)
print(BAC)`

Vesion of Pandas_DataReader('0.8.1')

Most helpful comment

Hi,
data.DataReader using 'google' was discontinued. Use 'yahoo'.

All 12 comments

Hi,
data.DataReader using 'google' was discontinued. Use 'yahoo'.

Hi,
data.DataReader using 'google' was discontinued. Use 'yahoo'.

This worked. Thank you

thanks

Thank you.

It's work .
Thank you so much

It got solved at the first try, thanks so much!

Thank you!

WOW! Thanks

It worked..thank you so much

data.DataReader using 'google' was discontinued. Use 'yahoo'.

This is what Google always does wrong.

Thanks a lot for the help. This sounds clich茅, but 'yahoo' worked.

Hi,
data.DataReader using 'google' was discontinued. Use 'yahoo'.

it works, thank you so much

Was this page helpful?
0 / 5 - 0 ratings

Related issues

prateek2029 picture prateek2029  路  6Comments

waswaswas10 picture waswaswas10  路  7Comments

amoriello picture amoriello  路  5Comments

wavesailor picture wavesailor  路  5Comments

arose13 picture arose13  路  3Comments