You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.25.0.rst
+1
Original file line number
Diff line number
Diff line change
@@ -1046,6 +1046,7 @@ Indexing
1046
1046
- Bug in which :meth:`DataFrame.to_csv` caused a segfault for a reindexed data frame, when the indices were single-level :class:`MultiIndex` (:issue:`26303`).
1047
1047
- Fixed bug where assigning a :class:`arrays.PandasArray` to a :class:`pandas.core.frame.DataFrame` would raise error (:issue:`26390`)
1048
1048
- Allow keyword arguments forcallable local reference used in the :meth:`DataFrame.query` string (:issue:`26426`)
1049
+
- Fixed a ``KeyError`` when indexing a :class:`MultiIndex`` level with a list containing exactly one label, which is missing (:issue:`27148`)
1049
1050
- Bug which produced ``AttributeError`` on partial matching :class:`Timestamp`in a :class:`MultiIndex` (:issue:`26944`)
1050
1051
- Bug in :class:`Categorical`and :class:`CategoricalIndex`with :class:`Interval` values when using the ``in`` operator (``__contains``) with objects that are not comparable to the values in the ``Interval`` (:issue:`23705`)
1051
1052
- Bug in :meth:`DataFrame.loc`and :meth:`DataFrame.iloc` on a :class:`DataFrame`with a single timezone-aware datetime64[ns] column incorrectly returning a scalar instead of a :class:`Series` (:issue:`27110`)
0 commit comments