GroupBy Input
The DataFrameGroupBy
and SeriesGroupBy
do not have boot
attributes.
However, the groupby
method can be used in the bfunc
.
Note
Each group will have different sample sizes than the original dataset.
Check out the example here which uses a bfunc
with the groupby
method.