MCPcopy Index your code
hub / github.com/pathwaycom/pathway / test_flatten_no_origin

Function test_flatten_no_origin

python/pathway/tests/test_flatten.py:31–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29
30
31def test_flatten_no_origin():
32 tab = T(pd.DataFrame.from_dict({"col": [[1, 2, 3, 4]]}), format="pandas")
33
34 assert_table_equality_wo_index(
35 tab.flatten(this.col),
36 T(
37 """
38 col
39 1
40 2
41 3
42 4
43 """,
44 ),
45 )
46
47
48def test_flatten_inner_repeats():

Callers

nothing calls this directly

Calls 2

TFunction · 0.90
flattenMethod · 0.80

Tested by

no test coverage detected