Open
Description
Thanks for providing the option to create custom accessors via pandas.api.extensions. This is prefereable method to extend pandas dataframes over inheritance/sub-classing. Currently, this supports these: dataframe, series, index.
Please extend this support for groupBy objects.