Open gergelyattilakiss opened 2 months ago
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.