MCPcopy
hub / github.com/dask/dask / abs

Method abs

dask/dataframe/dask_expr/_expr.py:357–358  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

355 return CumMin(self, skipna=skipna)
356
357 def abs(self):
358 return Abs(self)
359
360 def astype(self, dtypes):
361 return AsType(self, dtypes)

Callers 13

test_abs_errorsFunction · 0.45
test_ufunc_wrappedFunction · 0.45
test_absFunction · 0.45
test_attrs_dataframeFunction · 0.45
moment_chunkFunction · 0.45
moment_combineFunction · 0.45
moment_aggFunction · 0.45
merge_percentilesFunction · 0.45
skewtestFunction · 0.45
kurtosistestFunction · 0.45
takeFunction · 0.45

Calls 1

AbsClass · 0.85

Tested by 5

test_abs_errorsFunction · 0.36
test_ufunc_wrappedFunction · 0.36
test_absFunction · 0.36
test_attrs_dataframeFunction · 0.36