()
| 85 | |
| 86 | |
| 87 | def 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 |
nothing calls this directly
no test coverage detected