MCPcopy Create free account
hub / github.com/dask/dask / groupby

Method groupby

dask/dataframe/dask_expr/_collection.py:4457–4460  ·  view source on GitHub ↗
(self, by, **kwargs)

Source from the content-addressed store, hash-verified

4455
4456 @derived_from(pd.Series)
4457 def groupby(self, by, **kwargs):
4458 from dask.dataframe.dask_expr._groupby import SeriesGroupBy
4459
4460 return SeriesGroupBy(self, by, **kwargs)
4461
4462 def rename(self, index, sorted_index=False):
4463 """Alter Series index labels or name

Callers 15

test_series_groupbyFunction · 0.95
idxmaxmin_combineFunction · 0.45
_groupby_raise_unalignedFunction · 0.45
_groupby_slice_applyFunction · 0.45
_groupby_slice_transformFunction · 0.45
_groupby_slice_shiftFunction · 0.45
_groupby_aggregateFunction · 0.45
_groupby_aggregate_specFunction · 0.45
_var_aggFunction · 0.45
_cov_aggFunction · 0.45
_nunique_df_combineFunction · 0.45

Calls 1

SeriesGroupByClass · 0.90

Tested by 15

test_series_groupbyFunction · 0.76
test_analyzeFunction · 0.36
test_groupby_numericFunction · 0.36
test_std_columns_intFunction · 0.36
test_uniqueFunction · 0.36
test_groupby_mean_sliceFunction · 0.36