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
{{ message }}
This repository was archived by the owner on Apr 10, 2024. It is now read-only.
pandas's row indexes introduces a level of semantic incompatibility with other systems that occasionally causes problems for users who are using both pandas and some other system.
Functionally, this mainly means returning the group keys as data columns rather than row index. In the case of .apply, it may make sense to discard the group keys altogether.
We may also discuss a means to make specifying more complex aggregations easier in a separate issue
The text was updated successfully, but these errors were encountered:
pandas's row indexes introduces a level of semantic incompatibility with other systems that occasionally causes problems for users who are using both pandas and some other system.
Functionally, this mainly means returning the group keys as data columns rather than row index. In the case of
.apply
, it may make sense to discard the group keys altogether.We may also discuss a means to make specifying more complex aggregations easier in a separate issue
The text was updated successfully, but these errors were encountered: