MCPcopy
hub / github.com/dask/dask / any

Method any

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

Source from the content-addressed store, hash-verified

310 return Max(self, skipna, numeric_only, split_every, axis)
311
312 def any(self, skipna=True, split_every=False):
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)

Callers 14

strip_unknown_categoriesFunction · 0.45
valid_divisionsFunction · 0.45
concat_pandasFunction · 0.45
fillna_checkFunction · 0.45
_partition_boundariesMethod · 0.45
_divisionsMethod · 0.45
_layerMethod · 0.45
_layerMethod · 0.45
get_dummiesFunction · 0.45
_calculate_divisionsFunction · 0.45

Calls 1

AnyClass · 0.90

Tested by 4

test_allanyFunction · 0.36