[BUG] Groupby.fillna
is not raising when a non-categorical value is passed
#15666
Labels
Milestone
Groupby.fillna
is not raising when a non-categorical value is passed
#15666
Describe the bug
When a scalar that is not present in categories is passed to
Groupby.fillna
we seem to be quietly passing instead of failing.Steps/Code to reproduce bug
Expected behavior
Match pandas error.
The text was updated successfully, but these errors were encountered: