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

Class All

dask/dataframe/dask_expr/_reductions.py:979–988  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

977
978
979class All(Reduction):
980 _parameters = ["frame", "skipna", "split_every"]
981 _defaults = {"split_every": False}
982 reduction_chunk = M.all
983
984 @property
985 def chunk_kwargs(self):
986 return dict(
987 skipna=self.skipna,
988 )
989
990
991class IdxMin(Reduction):

Callers 1

allMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected