MCPcopy
hub / github.com/dask/dask / test_from_pandas_empty

Function test_from_pandas_empty

dask/dataframe/dask_expr/io/tests/test_from_pandas.py:40–43  ·  view source on GitHub ↗
(pdf)

Source from the content-addressed store, hash-verified

38
39
40def test_from_pandas_empty(pdf):
41 pdf = pdf.iloc[:0]
42 df = from_pandas(pdf, npartitions=2)
43 assert_eq(pdf, df)
44
45
46def test_from_pandas_immutable(pdf):

Callers

nothing calls this directly

Calls 2

from_pandasFunction · 0.90
assert_eqFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…