Fix a couple of GroupBy.apply() deprecations
FIX
Pandas 2.2.0 GroupBy.apply() no longer includes the group column by default. It must be explicitly selected.
FIX
Pandas 2.2.0 GroupBy.apply() no longer includes the group column by default. It must be explicitly selected.