These are the changes in pandas 2.0.3. See :ref:`release` for a full changelog including other versions of pandas.
{{ header }}
- Fixed performance regression in merging on datetime-like columns (:issue:`53231`)
- Bug in :func:`RangeIndex.union` when using
sort=True
with another :class:`RangeIndex` (:issue:`53490`) - Bug in :func:`read_csv` when defining
dtype
withbool[pyarrow]
for the"c"
and"python"
engines (:issue:`53390`) - Bug in :meth:`Series.str.split` and :meth:`Series.str.rsplit` with
expand=True
for :class:`ArrowDtype` withpyarrow.string
(:issue:`53532`) - Bug when constructing a :class:`DataFrame` with columns of an :class:`ArrowDtype` with a
pyarrow.dictionary
type that reindexes the data (:issue:`53617`)
.. contributors:: v2.0.2..v2.0.3|HEAD