You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In [1]: df = DataFrame(np.random.randint(1, 100, (10000, 2)))
In [2]: df[1].groupby(df[0]).nth(0)
IndexError: index 9999 is out of bounds for size 9999
The text was updated successfully, but these errors were encountered:
This is a vbench/groupby.py
The text was updated successfully, but these errors were encountered: