Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ round
Function
round
dask/array/routines.py:1633–1634 ·
view source on GitHub ↗
(a, decimals=0)
Source
from the content-addressed store, hash-verified
1631
@implements(np.round)
1632
@derived_from(np)
1633
def
round(a, decimals=0):
1634
return
a.map_blocks(np.round, decimals=decimals, dtype=a.dtype)
1635
1636
1637
@implements(np.ndim)
Callers
3
round
Method · 0.90
fractional_slice
Function · 0.85
read_sql_query
Function · 0.85
Calls
1
map_blocks
Method · 0.45
Tested by
no test coverage detected