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
/Users/mayk/miniconda3/lib/python3.12/site-packages/knmi/parsers.py:119: FutureWarning: Support for nested sequences for 'parse_dates' in pd.read_csv is deprecated.
Combine the desired columns with pd.to_datetime after parsing instead.
df = pd.read_csv(StringIO(data), parse_dates=[['YYYYMMDD', 'H']],
/Users/mayk/miniconda3/lib/python3.12/site-packages/knmi/parsers.py:119: 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'.
df = pd.read_csv(StringIO(data), parse_dates=[['YYYYMMDD', 'H']],
The text was updated successfully, but these errors were encountered:
/Users/mayk/miniconda3/lib/python3.12/site-packages/knmi/parsers.py:119:
FutureWarning: Support for nested sequences for 'parse_dates' in pd.read_csv is deprecated.
Combine the desired columns with pd.to_datetime after parsing instead.
df = pd.read_csv(StringIO(data), parse_dates=[['YYYYMMDD', 'H']],
/Users/mayk/miniconda3/lib/python3.12/site-packages/knmi/parsers.py:119:
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'.
df = pd.read_csv(StringIO(data), parse_dates=[['YYYYMMDD', 'H']],
The text was updated successfully, but these errors were encountered: