Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dask/dask
/ Abs
Class
Abs
dask/dataframe/dask_expr/_expr.py:1725–1728 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1723
1724
1725
class
Abs(Elemwise):
1726
_projection_passthrough = True
1727
_parameters = [
"frame"
]
1728
operation = M.abs
1729
1730
1731
class
RenameAxis(Elemwise):
Callers
1
abs
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected