Introduction
Resampling helps change the frequency of time series data. It lets you see data in bigger or smaller time steps.
You have daily sales data but want to see monthly totals.
You want to convert minute-level temperature readings to hourly averages.
You need to fill missing dates in your data with estimated values.
You want to downsample high-frequency stock prices to daily closing prices.