Skip to content

BUG: fix groupby.transform rename bug (#23461) #23463

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
merged 1 commit into from
Nov 6, 2018

Conversation

DiegoAlbertoTorres
Copy link
Contributor

@DiegoAlbertoTorres DiegoAlbertoTorres commented Nov 2, 2018

@pep8speaks
Copy link

pep8speaks commented Nov 2, 2018

Hello @DiegoAlbertoTorres! Thanks for updating the PR.

Comment last updated on November 02, 2018 at 19:00 Hours UTC

@DiegoAlbertoTorres
Copy link
Contributor Author

Ugh, had forgotten to amend my commit. Pep8 bot should be happy now.

@jreback jreback added this to the 0.24.0 milestone Nov 3, 2018
@codecov
Copy link

codecov bot commented Nov 5, 2018

Codecov Report

❗ No coverage uploaded for pull request base (master@ce8e05d). Click here to learn what that means.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master   #23463   +/-   ##
=========================================
  Coverage          ?   92.25%           
=========================================
  Files             ?      161           
  Lines             ?    51171           
  Branches          ?        0           
=========================================
  Hits              ?    47209           
  Misses            ?     3962           
  Partials          ?        0
Flag Coverage Δ
#multiple 90.64% <100%> (?)
#single 42.28% <0%> (?)
Impacted Files Coverage Δ
pandas/core/groupby/generic.py 87.07% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ce8e05d...5f76e40. Read the comment docs.

@DiegoAlbertoTorres DiegoAlbertoTorres force-pushed the transform-rename branch 2 times, most recently from db24e50 to 45008ea Compare November 5, 2018 22:44
@jreback
Copy link
Contributor

jreback commented Nov 6, 2018

@DiegoAlbertoTorres merge master and push again

@DiegoAlbertoTorres
Copy link
Contributor Author

Done (rebased).

@jreback
Copy link
Contributor

jreback commented Nov 6, 2018

lgtm. ping on green.

@jreback jreback merged commit bd98841 into pandas-dev:master Nov 6, 2018
@jreback
Copy link
Contributor

jreback commented Nov 6, 2018

thanks @DiegoAlbertoTorres

JustinZhengBC pushed a commit to JustinZhengBC/pandas that referenced this pull request Nov 14, 2018
tm9k1 pushed a commit to tm9k1/pandas that referenced this pull request Nov 19, 2018
Pingviinituutti pushed a commit to Pingviinituutti/pandas that referenced this pull request Feb 28, 2019
Pingviinituutti pushed a commit to Pingviinituutti/pandas that referenced this pull request Feb 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

df.groupby(...).transform(func) breaks when func renames input df
3 participants