Resampling

Applies to: python

Resampling changes time-series frequency, such as daily data to monthly totals.

df.resample("M").sum()

See also: datetime, rolling-window