Skip to content

Commit ed5fe60

Browse files
committed
ENH: Support MultiIndex columns in parquet #34777
add whatsnew entry: enhancements in 1.2
1 parent 3b9b52a commit ed5fe60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v1.2.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ Other enhancements
191191
- :meth:`DatetimeIndex.searchsorted`, :meth:`TimedeltaIndex.searchsorted`, :meth:`PeriodIndex.searchsorted`, and :meth:`Series.searchsorted` with datetimelike dtypes will now try to cast string arguments (listlike and scalar) to the matching datetimelike type (:issue:`36346`)
192192
- Added methods :meth:`IntegerArray.prod`, :meth:`IntegerArray.min`, and :meth:`IntegerArray.max` (:issue:`33790`)
193193
- Where possible :meth:`RangeIndex.difference` and :meth:`RangeIndex.symmetric_difference` will return :class:`RangeIndex` instead of :class:`Int64Index` (:issue:`36564`)
194+
- :meth:`to_parquet` now supports :class:`MultiIndex` for columns in parquet format (:issue:`34777`)
194195

195196
.. _whatsnew_120.api_breaking.python:
196197

@@ -484,7 +485,6 @@ Other
484485
- Fixed metadata propagation in the :class:`Series.dt` and :class:`Series.str` accessors (:issue:`28283`)
485486
- Bug in :meth:`Index.union` behaving differently depending on whether operand is a :class:`Index` or other list-like (:issue:`36384`)
486487
- Passing an array with 2 or more dimensions to the :class:`Series` constructor now raises the more specific ``ValueError``, from a bare ``Exception`` previously (:issue:`35744`)
487-
488488
.. ---------------------------------------------------------------------------
489489
490490
.. _whatsnew_120.contributors:

0 commit comments

Comments
 (0)