MCPcopy Create free account
hub / github.com/dask/dask / abs

Method abs

dask/dataframe/dask_expr/_collection.py:1909–1913  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1907
1908 @derived_from(pd.DataFrame)
1909 def abs(self):
1910 # Raise pandas errors
1911 _raise_if_object_series(self, "abs")
1912 meta_nonempty(self._meta).abs()
1913 return new_collection(self.expr.abs())
1914
1915 @derived_from(pd.DataFrame)
1916 def astype(self, dtypes):

Callers 1

__abs__Method · 0.95

Calls 2

_raise_if_object_seriesFunction · 0.90
new_collectionFunction · 0.90

Tested by

no test coverage detected