Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ Round
Class
Round
dask/dataframe/dask_expr/_expr.py:1662–1665 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1660
1661
1662
class
Round(Elemwise):
1663
_projection_passthrough = True
1664
_parameters = [
"frame"
,
"decimals"
]
1665
operation = M.round
1666
1667
1668
class
Where(Elemwise):
Callers
1
round
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected