You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear All,
The statement pf.create_simple_tear_sheet(df['strategy_returns'].diff()) returns the error , returns the error. AttributeError: module 'pandas_datareader.data' has no attribute 'get_data_google'
When importing from yahoo using yfinance or datareader, the DataFrame's index tag is named 'Date'. The problem seems to point to what should be named 'date'.
I have made the modification of this name in the DataFrame and the problem continues. How can I fix this problem?. Thanks in advanced.
Dear All,
The statement
pf.create_simple_tear_sheet(df['strategy_returns'].diff()) returns the error
, returns the error.AttributeError: module 'pandas_datareader.data' has no attribute 'get_data_google'
When importing from yahoo using yfinance or datareader, the DataFrame's index tag is named 'Date'. The problem seems to point to what should be named 'date'.
I have made the modification of this name in the DataFrame and the problem continues. How can I fix this problem?. Thanks in advanced.
Please provide the full traceback:
Please provide any additional information below:
Versions
The text was updated successfully, but these errors were encountered: