Skip to content

TST 27905 - testing groupby.transform('sum') #28002

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

Conversation

ukantesaria
Copy link

@ukantesaria ukantesaria commented Aug 18, 2019

# (DataFrame({"B": [6.0, 6.0, 6.0, 6.0, 3.0, 3.0, 4.0]}), 1),
# ],
# )
# def test_groupby_transform_sum(input_df, expected_df):
Copy link
Member

Choose a reason for hiding this comment

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

Is this supposed to be commented out? We want to avoid having commented out code.

@mroeschke mroeschke added Groupby Testing pandas testing functions or related to the test suite labels Aug 18, 2019
@jreback
Copy link
Contributor

jreback commented Sep 8, 2019

closing as a duplicate of #27974

@jreback jreback closed this Sep 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Groupby Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Functions allowed in DataFrameGroupby.transform are not all tested
3 participants