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.24.0.txt
+1
Original file line number
Diff line number
Diff line change
@@ -213,6 +213,7 @@ Other Enhancements
213
213
- New attribute :attr:`__git_version__` will return git commit sha of current build (:issue:`21295`).
214
214
- Compatibility with Matplotlib 3.0 (:issue:`22790`).
215
215
- Added :meth:`Interval.overlaps`, :meth:`IntervalArray.overlaps`, and :meth:`IntervalIndex.overlaps` for determining overlaps between interval-like objects (:issue:`21998`)
216
+
- :func:`~DataFrame.to_parquet` now support ``partition_cols`` where one can give partition columns list while writing to parquet (:issue:`23283`).
216
217
- :meth:`Timestamp.tz_localize`, :meth:`DatetimeIndex.tz_localize`, and :meth:`Series.tz_localize` have gained the ``nonexistent`` argument for alternative handling of nonexistent times. See :ref:`timeseries.timezone_nonexsistent` (:issue:`8917`)
0 commit comments