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
Lib\site-packages\fluxdataqaqc\data.py:1123: 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'.
The text was updated successfully, but these errors were encountered:
Attempts to address Open-ET#32
where a future warning is thrown for the `date_parser` argument in pd.read_csv
Switched to pd.to_datetime() after import instead.
The text was updated successfully, but these errors were encountered: