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 3d1e9c1 commit 47abff6Copy full SHA for 47abff6
tests/dt/test-nth.py
@@ -144,8 +144,7 @@ def test_nth_grouped():
144
assert_equals(DT_nth, DT_ref)
145
146
147
-def test_nth_grouped_by():
148
- """Test nth when called on the `by` column"""
+def test_nth_grouped_column():
149
DT = dt.Frame([0, 1, 0])
150
DT_nth = DT[:, dt.nth(f.C0, 0), by(f.C0)]
151
DT_ref = dt.Frame({'C0':[0,1], 'C1':[0,1]})
0 commit comments