↓ 4 callersFunction_get_divisions(
frame,
other,
npartitions: int,
ascending: bool = True,
partition_size: float = 128e6,
dask/dataframe/dask_expr/_shuffle.py:1322
↓ 4 callersMethod_transform_like_op(
self, expr_cls, func, meta=no_default, shuffle_method=None, *args, **kwargs
)
dask/dataframe/dask_expr/_groupby.py:2023
↓ 4 callersFunctiondeepmapApply function inside nested lists >>> inc = lambda x: x + 1 >>> deepmap(inc, [[1, 2], [3, 4]]) [[2, 3], [4, 5]] >>> add = lambda x,
dask/utils.py:273
↓ 4 callersFunctionmerge_asof(
left,
right,
on=None,
left_on=None,
right_on=None,
left_index=False,
right_index
dask/dataframe/dask_expr/_collection.py:5687
↓ 4 callersFunctionnew_blockdim >>> new_blockdim(100, [20, 10, 20, 10, 40], slice(0, 90, 2)) [10, 5, 10, 5, 15] >>> new_blockdim(100, [20, 10, 20, 10, 40], [5, 1, 30,
dask/array/slicing.py:716