MCPcopy Create free account
hub / github.com/holoviz/hvplot / test_dataframe_dask

Function test_dataframe_dask

hvplot/tests/plotting/testcore.py:66–69  ·  view source on GitHub ↗
(kind, y)

Source from the content-addressed store, hash-verified

64@frame_kinds
65@y_combinations
66def test_dataframe_dask(kind, y):
67 df = dd.from_pandas(makeDataFrame(), npartitions=2)
68 assert isinstance(df, dd.DataFrame)
69 df.hvplot(y=y, kind=kind)
70
71
72@pytest.mark.skipif(dd is None, reason='dask not installed')

Callers

nothing calls this directly

Calls 2

makeDataFrameFunction · 0.90
hvplotMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…