↓ 1 callersFunction_vindexPoint wise indexing with broadcasting. >>> x = np.arange(56).reshape((7, 8)) >>> x array([[ 0, 1, 2, 3, 4, 5, 6, 7], [
dask/array/core.py:5797
↓ 1 callersFunction_vindex_merge >>> locations = [0], [2, 1] >>> values = [np.array([[1, 2, 3]]), ... np.array([[10, 20, 30], [40, 50, 60]])] >>> _vindex_
dask/array/core.py:6040
↓ 1 callersMethodaggregate(
self, arg=None, split_every=8, split_out=None, shuffle_method=None, **kwargs
)
dask/dataframe/dask_expr/_groupby.py:1926
↓ 1 callersFunctionaggregate_row_groups(
parts, stats, blocksize, split_row_groups, fs, aggregation_depth
)
dask/dataframe/io/parquet/core.py:615