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

Route test_describe

dask/dataframe/tests/test_dataframe.py:None–None  ·  view source on GitHub ↗
pytest.mark.parametrize(
    "include,exclude,percentiles,subset",
    [
        (None, None, None, ["c", "d"]),  # numeric
        (None, None, None, ["c", "d", "f"]),  # numeric + timedelta
        

Source from the content-addressed store, hash-verified

1from __future__ import annotations
2
3import contextlib
4import decimal

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected