8000 Groupby transform preserves output dtype by jcrist · Pull Request #9873 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

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
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Updated release notes [ci skip]
  • Loading branch information
jcrist committed Apr 13, 2015
commit 0afd1a6604944d8b5e5f99bb1448863555339fff
2 changes: 2 additions & 0 deletions doc/source/whatsnew/v0.16.1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -124,3 +124,5 @@ Bug Fixes
- Bug in which ``SparseDataFrame`` could not take `nan` as a column name (:issue:`8822`)

- Bug in unequal comparisons between a ``Series`` of dtype `"category"` and a scalar (e.g. ``Series(Categorical(list("abc"), categories=list("cba"), ordered=True)) > "b"``, which wouldn't use the order of the categories but use the lexicographical order. (:issue:`9848`)

- Bug in which ``groupby.transform`` incorrectly enforced output dtypes to match input dtypes. (:issue:`9807`)
0