MCPcopy 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
1662class Round(Elemwise):
1663 _projection_passthrough = True
1664 _parameters = ["frame", "decimals"]
1665 operation = M.round
1666
1667
1668class Where(Elemwise):

Callers 1

roundMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected