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
FutureWarning: The argument 'date_parser' is deprecated and will be removed in a future version. Please use 'date_format' instead, or read your data in as 'object' dtype and then call 'to_datetime'
#972
FutureWarning: The argument 'date_parser' is deprecated and will be removed in a future version. Please use 'date_format' instead, or read your data in as 'object' dtype and then call 'to_datetime'
Any way to avoid this warning or does the pandas-datareader module need an update?
The text was updated successfully, but these errors were encountered:
I decided to turn off all future warnings for the project that I'm currently working on. Not elegant, but removes them from print outputs in documents:
When I use
DataReader()
to fetch data from"famafrench"
:Then I get the following warning:
Any way to avoid this warning or does the
pandas-datareader
module need an update?The text was updated successfully, but these errors were encountered: