[DOC] Add docstring for split_out and split_every in dask groupby-aggregate API #6386
Labels
dataframe
documentation
Improve or add to documentation
good first issue
Clearly described and easy to accomplish. Good for beginners to the project.
I think it might be helpful to add docstrings for
split_out
andsplit_every
in the dask groupby-aggregate APIWe can probably add something
And use below for
split_every
dask/dask/array/reductions.py
Lines 82 to 93 in 9968a49
Happy to do a pr if
split_every's
docstring above is correct for group-by and we feel it's fine to add both in places wheresplit_every/split_out
is present.The text was updated successfully, but these errors were encountered: