Closed
Description
The injected apply
/reduce
methods for the Groupby
and Rolling
objects are not shown in the api documentation page. While there is obviously a fair bit of overlap between the similar DataArray
/Dataset
methods, it would help users to know what methods are available to the Groupby
and Rolling
methods if we explicitly listed them in the documentation. Suggestions on the best format to show these mehtods (e.g. Rolling.mean
) are welcomed.