Support #11886
Pandas resample deprecation warning
Start date:
16/03/2021
Due date:
% Done:
100%
Description
Found in server's log:
gisaf/api.py:156: FutureWarning: 'base' in .resample() and in Grouper() is deprecated.
and:
'loffset' in .resample() and in Grouper() is deprecated.
Deprecated in version 1.1.0, see https://pandas.pydata.org/docs/reference/api/pandas.Grouper.html
These arguments for resampling are used in custom models (eg. daily resampling for rainfall in AVGS WeatherStation)
Associated revisions
Fix deprecation for resampling (Refs #11886)
Fix deprecation for resampling (Refs #11886)
History
#1 Updated by Philippe May over 3 years ago
- % Done changed from 0 to 100
- Status changed from New to Resolved