Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ cummin
Method
cummin
dask/dataframe/dask_expr/_expr.py:352–355 ·
view source on GitHub ↗
(self, skipna=True)
Source
from the content-addressed store, hash-verified
350
return
CumMax(self, skipna=skipna)
351
352
def
cummin(self, skipna=True):
353
from
dask.dataframe.dask_expr._cumulative
import
CumMin
354
355
return
CumMin(self, skipna=skipna)
356
357
def
abs(self):
358
return
Abs(self)
Callers
4
test_cumulative
Function · 0.45
test_cumulative_with_nans
Function · 0.45
test_cumulative_with_duplicate_columns
Function · 0.45
test_cumulative_multiple_columns
Function · 0.45
Calls
1
CumMin
Class · 0.90
Tested by
4
test_cumulative
Function · 0.36
test_cumulative_with_nans
Function · 0.36
test_cumulative_with_duplicate_columns
Function · 0.36
test_cumulative_multiple_columns
Function · 0.36