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 ef91ba2 commit ee93060Copy full SHA for ee93060
doc/source/whatsnew/v0.24.0.rst
@@ -1729,6 +1729,7 @@ Indexing
1729
- Bug in ``PeriodArray.__setitem__`` when accepting slice and list-like value (:issue:`23978`)
1730
- Bug in :class:`DatetimeIndex`, :class:`TimedeltaIndex` where indexing with ``Ellipsis`` would lose their ``freq`` attribute (:issue:`21282`)
1731
- Bug in ``iat`` where using it to assign an incompatible value would create a new column (:issue:`23236`)
1732
+- Bug in :func:`ensure_index` where passing a nested tuple can sometimes result in an ndarray of shape `(1, 2, 2)` (:issue:`24687`)
1733
1734
Missing
1735
^^^^^^^
0 commit comments