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