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

Method round

dask/dataframe/dask_expr/_expr.py:382–383  ·  view source on GitHub ↗
(self, decimals=0)

Source from the content-addressed store, hash-verified

380 return IsNa(self)
381
382 def round(self, decimals=0):
383 return Round(self, decimals=decimals)
384
385 def where(self, cond, other=np.nan):
386 if not are_co_aligned(self, *[c for c in [cond, other] if isinstance(c, Expr)]):

Callers 6

percentiles_summaryFunction · 0.45
test_roundFunction · 0.45
test_skew_kurtFunction · 0.45
test_series_roundFunction · 0.45
test_roundFunction · 0.45

Calls 1

RoundClass · 0.85

Tested by 5

test_roundFunction · 0.36
test_skew_kurtFunction · 0.36
test_series_roundFunction · 0.36
test_roundFunction · 0.36