Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ abs
Method
abs
dask/dataframe/dask_expr/_expr.py:358–359 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
356
return
CumMin(self, skipna=skipna)
357
358
def
abs(self):
359
return
Abs(self)
360
361
def
astype(self, dtypes):
362
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