We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f18757b commit d9b3554Copy full SHA for d9b3554
tests/test_expand_rows.py
@@ -27,3 +27,8 @@ def test_replicate_rows_query():
27
'i': ['0', '0', '1', '0', '1', '2'],
28
})
29
assert data_algebra.test_util.equivalent_frames(res, expect)
30
+ data_algebra.test_util.check_transform(
31
+ ops=ops,
32
+ data={'d': d, 'rt': rt},
33
+ expect=expect,
34
+ )
0 commit comments