8000 BUG: Index.where casting ints to str by jbrockmendel · Pull Request #37591 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content
Prev Previous commit
Next Next commit
whatsnew
  • Loading branch information
jbrockmendel committed Nov 2, 2020
commit 7698583b04a02d6d33e356c5726eabb2ca479024
1 change: 1 addition & 0 deletions doc/source/whatsnew/v1.2.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,7 @@ Indexing
- Bug in :meth:`Series.loc.__getitem__` with a non-unique :class:`MultiIndex` and an empty-list indexer (:issue:`13691`)
- Bug in indexing on a :class:`Series` or :class:`DataFrame` with a :class:`MultiIndex` with a level named "0" (:issue:`37194`)
- Bug in :meth:`Series.__getitem__` when using an unsigned integer array as an indexer giving incorrect results or segfaulting instead of raising ``KeyError`` (:issue:`37218`)
- Bug in :meth:`Index.where` incorrectly casting numeric values to strings (:issue:`37591`)

Missing
^^^^^^^
Expand Down
0