File tree 2 files changed +1
-1
lines changed
2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ Bug fixes
28
28
- Bug in :func: `api.interchange.from_dataframe ` was returning :class: `DataFrame `'s of incorrect sizes when called on slices (:issue: `52824 `)
29
29
- Bug in :func: `api.interchange.from_dataframe ` was unnecessarily raising on bitmasks (:issue: `49888 `)
30
30
- Bug in :func: `to_timedelta ` was raising ``ValueError `` with ``pandas.NA `` (:issue: `52909 `)
31
+ - Bug in :meth: `DataFrame.__getitem__ ` not preserving dtypes for :class: `MultiIndex ` partial keys (:issue: `51895 `)
31
32
- Bug in :meth: `DataFrame.convert_dtypes ` ignores ``convert_* `` keywords when set to False ``dtype_backend="pyarrow" `` (:issue: `52872 `)
32
33
- Bug in :meth: `Series.describe ` treating pyarrow-backed timestamps and timedeltas as categorical data (:issue: `53001 `)
33
34
- Bug in :meth: `pd.array ` raising for ``NumPy `` array and ``pa.large_string `` or ``pa.large_binary `` (:issue: `52590 `)
Original file line number Diff line number Diff line change @@ -371,7 +371,6 @@ Missing
371
371
372
372
MultiIndex
373
373
^^^^^^^^^^
374
- - Bug in :meth: `DataFrame.__getitem__ ` not preserving dtypes for :class: `MultiIndex ` partial keys (:issue: `51895 `)
375
374
- Bug in :meth: `MultiIndex.set_levels ` not preserving dtypes for :class: `Categorical ` (:issue: `52125 `)
376
375
377
376
I/O
You can’t perform that action at this time.
0 commit comments