Skip to content

ERR: Better error reporting with .transform and an invalid output per GH 10165 #12474

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

Closed
wants to merge 3 commits into from

Conversation

tomowind
Copy link

@@ -6104,6 +6104,20 @@ def test_nunique_with_object(self):
expected = pd.Series([1] * 5, name='name', index=index)
tm.assert_series_equal(result, expected)

def test_transform_with_non_scala_group(self):
Copy link
Contributor

Choose a reason for hiding this comment

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

non_scalar_group

@jreback jreback added Groupby Error Reporting Incorrect or improved errors from pandas labels Feb 27, 2016
@jreback jreback closed this in 2e4da9b Feb 27, 2016
@jreback jreback added this to the 0.18.0 milestone Feb 27, 2016
@jreback
Copy link
Contributor

jreback commented Feb 27, 2016

thanks @tomowind

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Error Reporting Incorrect or improved errors from pandas Groupby
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ERR: better error reporting with .transform and an invalid output from a UDF
2 participants