Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
47
def
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
54
def
test_concat_divisions(pdf, df):
Callers
nothing calls this directly
Calls
3
concat
Function · 0.90
assert_eq
Function · 0.90
all
Function · 0.85
Tested by
no test coverage detected