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

Function test_concat_pdf

dask/dataframe/dask_expr/tests/test_concat.py:47–51  ·  view source on GitHub ↗
(pdf, df)

Source from the content-addressed store, hash-verified

45
46
47def test_concat_pdf(pdf, df):
48 result = concat([df, pdf])
49 expected = pd.concat([pdf, pdf])
50 assert_eq(result, expected)
51 assert all(div is None for div in result.divisions)
52
53
54def test_concat_divisions(pdf, df):

Callers

nothing calls this directly

Calls 3

concatFunction · 0.90
assert_eqFunction · 0.90
allFunction · 0.85

Tested by

no test coverage detected