Skip to content

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

Closed
@ghost

Description

#27467 (comment)

Examples:

  • g.transform('invalid_name')
  • g.transform('agg'), attribute exists but isn't appropriate agg/transformation.

Activity

added this to the 1.0 milestone on Jul 21, 2019
Lucas-Marchand

Lucas-Marchand commented on Jul 22, 2019

@Lucas-Marchand

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

ghost commented on Jul 22, 2019

@ghost

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

Lucas-Marchand

Lucas-Marchand commented on Jul 23, 2019

@Lucas-Marchand

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

      Development

      Participants

      @jreback@Lucas-Marchand

      Issue actions

        BUG: Groupby.transform(name) should only accept valid names · Issue #27486 · pandas-dev/pandas