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

Function test_larger_data

dask/dataframe/tests/test_hyperloglog.py:87–96  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

85
86
87def test_larger_data():
88 df = dd.demo.make_timeseries(
89 "2000-01-01",
90 "2000-04-01",
91 {"value": float, "id": int},
92 freq="10s",
93 partition_freq="1D",
94 seed=1,
95 )
96 assert df.nunique_approx().compute() > 1000

Callers

nothing calls this directly

Calls 2

computeMethod · 0.45
nunique_approxMethod · 0.45

Tested by

no test coverage detected