MCPcopy 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
1722class Abs(Elemwise):
1723 _projection_passthrough = True
1724 _parameters = ["frame"]
1725 operation = M.abs
1726
1727
1728class RenameAxis(Elemwise):

Callers 1

absMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected