Skip to content

Groupby transform preserves output dtype #9873

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 2 commits into from

Conversation

jcrist
Copy link
Contributor

@jcrist jcrist commented Apr 13, 2015

Previously transform output was always the same dtype as the groupby
object. This allows the output dtype to differ from the input. Fixes #9807.

Previously `transform` output was always the same dtype as the groupby
object. This allows the output dtype to differ from the input. Fixes pandas-dev#9807.
@shoyer
Copy link
Member

shoyer commented Apr 13, 2015

looks great! could you add a release note to what's new?

@jreback jreback added Bug Dtype Conversions Unexpected or buggy dtype conversions labels Apr 13, 2015
@jreback jreback added this to the 0.16.1 milestone Apr 13, 2015
@jreback
Copy link
Contributor

jreback commented Apr 14, 2015

merged via 30580e7
thanks!

@jreback jreback closed this Apr 14, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Dtype Conversions Unexpected or buggy dtype conversions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Groupby mean transform not converting to float
3 participants