Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_summary
Function · 0.45
test_round
Function · 0.45
test_skew_kurt
Function · 0.45
test_series_round
Function · 0.45
test_repartition_freq_divisions
Function · 0.45
test_round
Function · 0.45
Calls
1
Round
Class · 0.85
Tested by
5
test_round
Function · 0.36
test_skew_kurt
Function · 0.36
test_series_round
Function · 0.36
test_repartition_freq_divisions
Function · 0.36
test_round
Function · 0.36