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
When we run the code there are warnings from pandas 2.
/home/user/pyenv/versions/3.11.1/lib/python3.11/site-packages/irpf_investidor/report_reader.py:69: 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'.
basic_df = pd.read_excel(
/home/user/pyenv/versions/3.11.1/lib/python3.11/site-packages/irpf_investidor/report_reader.py:98: 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_excel(
When we run the code there are warnings from pandas 2.
Watch: pandas-dev/pandas#50601
The text was updated successfully, but these errors were encountered: