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

Callers 1

absMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected