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
@phil65 Thanks for the report!
Can you provide a more easily reproducible example? Ideally you would construct a small test dataframe with code instead of relying on an external package (eg for adding this test case in the test suite, we don't want to use an external package)
Thanks!
I can confirm the error on master (existed on 0.23.4 already as well). It also seems that things like a reduction with ds.groupby("b", observed=True).sum() do work (not error). Although they include a NaN in the grouped keys, which doesn't seem to be correct behaviour (and certainly related to the error)
Code Sample, a copy-pastable example if possible
Problem description
I wonder if that exception should be raised there?
Using 0.24 RC1
Thanks to all working on pandas!
The text was updated successfully, but these errors were encountered: