We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7268d2d commit 133a7e1Copy full SHA for 133a7e1
doc/source/whatsnew/v1.0.0.rst
@@ -164,6 +164,9 @@ Indexing
164
165
- Bug in assignment using a reverse slicer (:issue:`26939`)
166
- Bug in reindexing a :meth:`PeriodIndex` with another type of index that contained a `Period` (:issue:`28323`) (:issue:`28337`)
167
+- :meth:`Index.union` could fail when the LHS contained duplicates (:issue:`28257`)
168
+- :meth:`Index.get_indexer_non_unique` could fail with `TypeError` in some cases, such as when searching for ints in a string index (:issue:`28257`)
169
+-
170
171
Missing
172
^^^^^^^
0 commit comments