MCPcopy Create free account
hub / github.com/dask/dask / test_round

Function test_round

dask/dataframe/dask_expr/tests/test_collection.py:950–954  ·  view source on GitHub ↗
(pdf)

Source from the content-addressed store, hash-verified

948
949
950def test_round(pdf):
951 pdf += 0.5555
952 df = from_pandas(pdf)
953 assert_eq(df.round(decimals=1), pdf.round(decimals=1))
954 assert_eq(df.x.round(decimals=1), pdf.x.round(decimals=1))
955
956
957def test_repr(df):

Callers

nothing calls this directly

Calls 3

from_pandasFunction · 0.90
assert_eqFunction · 0.90
roundMethod · 0.45

Tested by

no test coverage detected