Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: add reduce op (and groupby reduce) support to EA #21789

Closed
jreback opened this issue Jul 7, 2018 · 2 comments · Fixed by #22762
Closed

ENH: add reduce op (and groupby reduce) support to EA #21789

jreback opened this issue Jul 7, 2018 · 2 comments · Fixed by #22762
Labels
Enhancement ExtensionArray Extending pandas with custom dtypes or arrays.
Milestone

Comments

@jreback
Copy link
Contributor

jreback commented Jul 7, 2018

after #21160

@jorisvandenbossche
Copy link
Member

What is not yet working for groupby?

@jreback
Copy link
Contributor Author

jreback commented Jul 8, 2018

so .groupby(ExtensionArray) works fine, its the .agg or .transform or a direct operation on a Series/Frame which is missing, e.g. s.sum()

@jorisvandenbossche jorisvandenbossche changed the title ENH: add groupby & reduce op support to EA ENH: add reduce op (and groupby reduce) support to EA Jul 15, 2018
jreback added a commit to jreback/pandas that referenced this issue Sep 19, 2018
jreback added a commit to jreback/pandas that referenced this issue Sep 19, 2018
jreback added a commit to jreback/pandas that referenced this issue Sep 19, 2018
jreback added a commit to jreback/pandas that referenced this issue Sep 23, 2018
jreback added a commit to jreback/pandas that referenced this issue Oct 1, 2018
jreback added a commit to jreback/pandas that referenced this issue Oct 3, 2018
jreback added a commit to jreback/pandas that referenced this issue Oct 5, 2018
jreback added a commit to jreback/pandas that referenced this issue Oct 6, 2018
jreback added a commit to jreback/pandas that referenced this issue Oct 11, 2018
jreback added a commit to jreback/pandas that referenced this issue Oct 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement ExtensionArray Extending pandas with custom dtypes or arrays.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants