Closed
Description
Problem description
In the time-series docs under the basics of resampling section there exists a couple of sentences that mention the now deprecated how
parameter.
The how parameter can be a function name or numpy array function that takes an array and produces aggregated values:
Any function available via dispatching can be given to the how parameter by name, including sum, mean, std, sem, max, min, median, first, last, ohlc.
These sentences need to be replaced.