xarray.groupers.Grouper#

class xarray.groupers.Grouper[source]#

Abstract base class for Grouper objects that allow specializing GroupBy instructions.

__init__()#

Methods

__init__()

factorize(group)

Creates intermediates necessary for GroupBy.

reset()

Creates a new version of this Grouper clearing any caches.