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 44cf44f commit 35a58f8Copy full SHA for 35a58f8
tests/nested_pandas/nestedframe/test_nestedframe.py
@@ -2217,4 +2217,3 @@ def test_issue350():
2217
nf = nf.set_index(np.array([100, 100, 101]))
2218
result = nf.reduce(lambda flux: {"new.flux": flux}, "nested.flux")
2219
assert len(result) == 3
2220
-
0 commit comments