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
Since we use pd.Index internally for expected_groups, everything is promoted to 64-bit types.
We should not do this and restore dtypes before returning the result.
One complication is to handle binning properly, as well as the possibility that corresponding entries in by and expected_groups entries have different dtypes.
The text was updated successfully, but these errors were encountered:
Seen in #151
Since we use pd.Index internally for expected_groups, everything is promoted to 64-bit types.
We should not do this and restore dtypes before returning the result.
One complication is to handle binning properly, as well as the possibility that corresponding entries in
by
andexpected_groups
entries have different dtypes.The text was updated successfully, but these errors were encountered: