Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dask/dask
/ abs
Method
abs
dask/dataframe/dask_expr/_expr.py:357–358 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
355
return
CumMin(self, skipna=skipna)
356
357
def
abs(self):
358
return
Abs(self)
359
360
def
astype(self, dtypes):
361
return
AsType(self, dtypes)
Callers
13
test_abs_errors
Function · 0.45
test_ufunc_wrapped
Function · 0.45
test_ufunc_wrapped_not_implemented
Function · 0.45
test_abs
Function · 0.45
test_attrs_dataframe
Function · 0.45
moment_chunk
Function · 0.45
moment_combine
Function · 0.45
moment_agg
Function · 0.45
merge_percentiles
Function · 0.45
skewtest
Function · 0.45
kurtosistest
Function · 0.45
take
Function · 0.45
Calls
1
Abs
Class · 0.85
Tested by
5
test_abs_errors
Function · 0.36
test_ufunc_wrapped
Function · 0.36
test_ufunc_wrapped_not_implemented
Function · 0.36
test_abs
Function · 0.36
test_attrs_dataframe
Function · 0.36