Skip to content

FutureWarning: 'T' is deprecated and will be removed in a future version, please use 'min' instead. #16

@ryandesign

Description

@ryandesign

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions