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
Backport PR #52548 on branch 2.0.x (PERF: Improve performance for arrow engine and dtype_backend=pyarrow for datetime conversion) (#52592)
Backport PR #52548: PERF: Improve performance for arrow engine and dtype_backend=pyarrow for datetime conversion
Co-authored-by: Patrick Hoefler <[email protected]>
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v2.0.1.rst
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@ Bug fixes
28
28
- Fixed segfault in :meth:`Series.to_numpy` with ``null[pyarrow]`` dtype (:issue:`52443`)
29
29
- Bug in :func:`pandas.testing.assert_series_equal` where ``check_dtype=False`` would still raise for datetime or timedelta types with different resolutions (:issue:`52449`)
30
30
- Bug in :meth:`ArrowDtype.__from_arrow__` not respecting if dtype is explicitly given (:issue:`52533`)
31
+
- Bug in :func:`read_csv` casting PyArrow datetimes to NumPy when ``dtype_backend="pyarrow"`` and ``parse_dates`` is set causing a performance bottleneck in the process (:issue:`52546`)
0 commit comments