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 aa27dc8 commit 576c07dCopy full SHA for 576c07d
doc/source/whatsnew/v3.0.0.rst
@@ -745,6 +745,7 @@ Indexing
745
- Bug in :meth:`MultiIndex.insert` when a new value inserted to a datetime-like level gets cast to ``NaT`` and fails indexing (:issue:`60388`)
746
- Bug in printing :attr:`Index.names` and :attr:`MultiIndex.levels` would not escape single quotes (:issue:`60190`)
747
- Bug in reindexing of :class:`DataFrame` with :class:`PeriodDtype` columns in case of consolidated block (:issue:`60980`, :issue:`60273`)
748
+- Bug in creating :class:`Index` with one item being a ``list`` among others thar aren't (should raise ValueError) (:issue:`60925`)
749
750
Missing
751
^^^^^^^
0 commit comments