Skip to content

BUG: Groupby.transform(name) should only accept valid names #27486

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
ghost opened this issue Jul 19, 2019 · 3 comments · Fixed by #27467
Closed

BUG: Groupby.transform(name) should only accept valid names #27486

ghost opened this issue Jul 19, 2019 · 3 comments · Fixed by #27467

Comments

@ghost
Copy link

ghost commented Jul 19, 2019

#27467 (comment)

Examples:

  • g.transform('invalid_name')
  • g.transform('agg'), attribute exists but isn't appropriate agg/transformation.
@ghost ghost mentioned this issue Jul 19, 2019
1 task
@jreback jreback added this to the 1.0 milestone Jul 21, 2019
@Lucas-Marchand
Copy link

jreback, if this isn't already being worked on I would like to give it a shot at resolving this issue and contributing to the project

@ghost
Copy link
Author

ghost commented Jul 22, 2019

@Lucas-Marchand #27467 is supposed to close this.

@Lucas-Marchand
Copy link

good to know that these issues are actively being worked on! I will look around for other issues I can help contribute to.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants