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 0596d3e commit 69a01a3Copy full SHA for 69a01a3
doc/source/whatsnew/v0.23.0.txt
@@ -1246,6 +1246,7 @@ Indexing
1246
- Bug in ``Series.is_unique`` where extraneous output in stderr is shown if Series contains objects with ``__ne__`` defined (:issue:`20661`)
1247
- Bug in ``.loc`` assignment with a single-element list-like incorrectly assigns as a list (:issue:`19474`)
1248
- Bug in partial string indexing on a ``Series/DataFrame`` with a monotonic decreasing ``DatetimeIndex`` (:issue:`19362`)
1249
+- Bug in ``.loc``, which cannot handle ``uint64`` input (:issue:`20722`)
1250
1251
MultiIndex
1252
^^^^^^^^^^
0 commit comments