Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ round
Function
round
dask/array/routines.py:1585–1586 ·
view source on GitHub ↗
(a, decimals=0)
Source
from the content-addressed store, hash-verified
1583
@implements(np.round)
1584
@derived_from(np)
1585
def
round(a, decimals=0):
1586
return
a.map_blocks(np.round, decimals=decimals, dtype=a.dtype)
1587
1588
1589
@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