dask.dataframe.tseries.resample.Resampler.ohlc

dask.dataframe.tseries.resample.Resampler.ohlc

Resampler.ohlc()[source]

Compute open, high, low and close values of a group, excluding missing values.

This docstring was copied from pandas.core.resample.Resampler.ohlc.

Some inconsistencies with the Dask version may exist.

For multiple groupings, the result index will be a MultiIndex

Returns
DataFrame

Open, high, low and close values within each group.