This repository was archived by the owner on Apr 10, 2024. It is now read-only.

Description
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