MCPcopy
hub / github.com/pydata/xarray / DataArrayGroupBy

Class DataArrayGroupBy

xarray/core/groupby.py:1775–1780  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1773
1774
1775class DataArrayGroupBy(
1776 DataArrayGroupByBase,
1777 DataArrayGroupByAggregations,
1778 ImplementsArrayReduce,
1779):
1780 __slots__ = ()
1781
1782
1783class DatasetGroupByBase(GroupBy["Dataset"], DatasetGroupbyArithmetic):

Callers 2

groupbyMethod · 0.90
groupby_binsMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…