These are the changes in pandas 2.0.1. See :ref:`release` for a full changelog including other versions of pandas.
{{ header }}
- Fixed bug in :func:`merge` when merging with
ArrowDtype
one one and a NumPy dtype on the other side (:issue:`52406`) - Bug in :meth:`Series.describe` not returning :class:`ArrowDtype` with
pyarrow.float64
type with numeric data (:issue:`52427`)
.. contributors:: v2.0.0..v2.0.1|HEAD