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

Method operation

dask/dataframe/dask_expr/_expr.py:2116–2118  ·  view source on GitHub ↗
(ser, *caselist)

Source from the content-addressed store, hash-verified

2114
2115 @staticmethod
2116 def operation(ser, *caselist):
2117 caselist = [(caselist[i], caselist[i + 1]) for i in range(0, len(caselist), 2)]
2118 return ser.case_when(list(caselist))
2119
2120
2121class Filter(Blockwise):

Callers

nothing calls this directly

Calls 1

case_whenMethod · 0.80

Tested by

no test coverage detected