Skip to content

REGR: fix DataFrame.agg case with list-like return value #29632

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

Merged

Conversation

jorisvandenbossche
Copy link
Member

@@ -1259,6 +1259,23 @@ def test_non_callable_aggregates(self):

assert result == expected

def test_agg_listlike_result(self):
# GH-29587 user defined function returning list-likes
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we say something snide about this user? i dislike this hypothetical user.

@jbrockmendel
Copy link
Member

LGTM

Copy link
Member

@WillAyd WillAyd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm whenever green

@jorisvandenbossche
Copy link
Member Author

Red travis ci was the failing database

@jorisvandenbossche jorisvandenbossche merged commit c916839 into pandas-dev:master Nov 18, 2019
@jorisvandenbossche jorisvandenbossche deleted the groupby-agg-listlike branch November 18, 2019 07:55
Reksbril pushed a commit to Reksbril/pandas that referenced this pull request Nov 18, 2019
proost pushed a commit to proost/pandas that referenced this pull request Dec 19, 2019
proost pushed a commit to proost/pandas that referenced this pull request Dec 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants