Update frequency code to address FutureWarning in processing.py
#11
by
faisalfida
- opened
Fix: Update frequency code to address FutureWarning in processing.py
The use of 'M' frequency is deprecated and will be removed in a future version of pandas. Updated the code to use 'ME' instead as recommended in the warning message.
Changes:
- Updated the frequency code in processing.py from 'M' to 'ME' to ensure compatibility with future versions of pandas.
Reference:
- FutureWarning: 'M' is deprecated and will be removed in a future version, please use 'ME' instead.
/usr/local/lib/python3.10/dist-packages/utilsforecast/processing.py:428