Skip to content

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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