MCPcopy Index your code
hub / github.com/dask/dask / all

Method all

dask/dataframe/dask_expr/_expr.py:315–316  ·  view source on GitHub ↗
(self, skipna=True, split_every=False)

Source from the content-addressed store, hash-verified

313 return Any(self, skipna=skipna, split_every=split_every)
314
315 def all(self, skipna=True, split_every=False):
316 return All(self, skipna=skipna, split_every=split_every)
317
318 def idxmin(self, skipna=True, numeric_only=False, split_every=False):
319 return IdxMin(

Callers 15

clear_known_categoriesFunction · 0.45
fillna_checkFunction · 0.45
_monotonic_combineFunction · 0.45
_monotonic_aggregateFunction · 0.45
_resample_seriesFunction · 0.45
_partition_boundariesMethod · 0.45
operationMethod · 0.45
_calculate_divisionsFunction · 0.45
test_predicate_pushdownFunction · 0.45
test_localFunction · 0.45
test_categoricalFunction · 0.45

Calls 1

AllClass · 0.90

Tested by 15

test_predicate_pushdownFunction · 0.36
test_localFunction · 0.36
test_categoricalFunction · 0.36
test_filtersFunction · 0.36
test_read_csv_indexFunction · 0.36
test_usecolsFunction · 0.36
test_read_csv_sepFunction · 0.36