forked from barrettfdavis/online_actogram
-
Notifications
You must be signed in to change notification settings - Fork 3
FutureWarning: 'T' is deprecated and will be removed in a future version, please use 'min' instead. #16
Open
Description
Running python3.13 webactogram.py I get these warning:
/path/to/webactogram/src/webactogram/webactogram.py:374: FutureWarning: 'T' is deprecated and will be removed in a future version, please use 'min' instead.
self.df = self.df.resample(self.act.freq).agg({'visits': 'sum'}) # resample the dataframe to the specified frequency and aggregate the visits column by summing
/path/to/webactogram/src/webactogram/webactogram.py:393: FutureWarning: 'T' is deprecated and will be removed in a future version, please use 'min' instead.
days = pd.date_range(d1, d2, freq=self.act.freq) # create a date range from the first date to the last date with the specified frequency
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.