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

Function test_timeseries

dask/dataframe/dask_expr/tests/test_datasets.py:13–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11
12
13def test_timeseries():
14 df = timeseries(freq="360 s", start="2000-01-01", end="2000-01-02")
15 assert_eq(df, df)
16
17
18@pytest.mark.skipif(not pyarrow_strings_enabled(), reason="structure different")

Callers

nothing calls this directly

Calls 2

timeseriesFunction · 0.90
assert_eqFunction · 0.90

Tested by

no test coverage detected