8000 BUG: do not cast ints to floats if inputs of crosstab are not aligned by toobaz · Pull Request #17011 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

BUG: do not cast ints to floats if inputs of crosstab are not aligned #17011

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 2 commits into from
Jul 21, 2017
Merged
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
Merge branch 'master' into crosstab_preserve_dtype
  • Loading branch information
toobaz authored Jul 19, 2017
commit a5085d22557f4a54a83eede6fd277aaded652e6c
2 changes: 2 additions & 0 deletions doc/source/whatsnew/v0.21.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,8 @@ Reshaping
^^^^^^^^^
- Joining/Merging with a non unique ``PeriodIndex`` raised a TypeError (:issue:`16871`)
- Bug in :func:`crosstab` where non-aligned series of integers were casted to float (:issue:`17005`)
- Bug when using :func:`isin` on a large object series and large comparison array (:issue:`16012`)
- Fixes regression from 0.20, :func:`Series.aggregate` and :func:`DataFrame.aggregate` allow dictionaries as return values again (:issue:`16741`)

Numeric
^^^^^^^
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
0