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
This feels like an issue with groupby-apply in pandas -- it's possible that the _metadata fields aren't being propagated to the result. This works as expected with the built in methods (groupby().mean(), etc). This will take a bit to create a pandas minimal example to confirm that it happens there (and not because of something in rs).
Installing
rs
from pypi with the following:I have
rs=0.10.3
andpandas=1.4.4
.Output:
The text was updated successfully, but these errors were encountered: