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
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -243,9 +243,13 @@ Performance Improvements
243
243
- Improved performance of :meth:`pandas.core.groupby.GroupBy.quantile` (:issue:`20405`)
244
244
- Improved performance of :meth:`read_csv` by faster tokenizing and faster parsing of small float numbers (:issue:`25784`)
245
245
- Improved performance of :meth:`read_csv` by faster parsing of N/A and boolean values (:issue:`25804`)
246
+
<<<<<<< HEAD
246
247
- Imporved performance of :meth:`IntervalIndex.is_monotonic`, :meth:`IntervalIndex.is_monotonic_increasing` and :meth:`IntervalIndex.is_monotonic_decreasing` by removing conversion to :class:`MultiIndex` (:issue:`24813`)
247
248
- Improved performance of :meth:`DataFrame.to_csv` when writing datetime dtypes (:issue:`25708`)
248
249
- Improved performance of :meth:`read_csv` by much faster parsing of ``MM/YYYY`` and ``DD/MM/YYYY`` datetime formats (:issue:`25922`)
250
+
=======
251
+
- Improved performance of :meth:DataFrame.`to_csv` when write datetime dtype data (:issue:`25708`)
252
+
>>>>>>> f53bb0619... Improved performance of :meth:DataFrame.to_csv when write datetime dtype data (#25765)
0 commit comments