Skip to content
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

BUG: GH2763 fixed downcasting of groupby results on SeriesGroupBy #3152

Merged
merged 1 commit into from Mar 24, 2013

Conversation

jreback
Copy link
Contributor

@jreback jreback commented Mar 23, 2013

closes #2763
e.g. was returning float64 on int64 input when possible to preserve
in first/last

more general cases were fixed in prior PRs (e.g. #3041)

      e.g. was returning float64 on int64 input when possible to preserve
      in first/last
jreback added a commit that referenced this pull request Mar 24, 2013
BUG: GH2763 fixed downcasting of groupby results on SeriesGroupBy
@jreback jreback merged commit 78eb2b9 into pandas-dev:master Mar 24, 2013
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 Groupby
Projects
None yet
Development

Successfully merging this pull request may close these issues.

groupby first and last modify datatype
1 participant