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
@@ -1044,6 +1044,7 @@ Indexing
1044
1044
- 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`).
1045
1045
- Fixed bug where assigning a :class:`arrays.PandasArray` to a :class:`pandas.core.frame.DataFrame` would raise error (:issue:`26390`)
1046
1046
- Allow keyword arguments forcallable local reference used in the :meth:`DataFrame.query` string (:issue:`26426`)
1047
+
- Fixed a ``KeyError`` when indexing a :class:`MultiIndex`` level with a list containing exactly one label, which is missing (:issue:`27148`)
1047
1048
- Bug which produced ``AttributeError`` on partial matching :class:`Timestamp`in a :class:`MultiIndex` (:issue:`26944`)
1048
1049
- 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`)
1049
1050
- 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