MCPcopy Create free account
hub / github.com/dask/dask / Any

Class Any

dask/dataframe/dask_expr/_reductions.py:967–976  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

965
966
967class Any(Reduction):
968 _parameters = ["frame", "skipna", "split_every"]
969 _defaults = {"skipna": True, "split_every": False}
970 reduction_chunk = M.any
971
972 @property
973 def chunk_kwargs(self):
974 return dict(
975 skipna=self.skipna,
976 )
977
978
979class All(Reduction):

Callers 1

anyMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected