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
The issue is that all values in a group are missing. So when we do skipmissing, the result will be an empty vector. We may need to special case this. I think we need to return missing in all these cases.
When I use columns that have missing values to calculate something in a groupby it seems to throw error. E.g:
On the above df if I run
I get
But if I run
It throws no error.
The text was updated successfully, but these errors were encountered: