These are the changes in pandas 2.2.1. See :ref:`release` for a full changelog including other versions of pandas.
{{ header }}
- Fixed performance regression in :meth:`Series.combine_first` (:issue:`55845`)
- Fixed regression in :func:`merge_ordered` raising
TypeError
forfill_method="ffill"
andhow="left"
(:issue:`57010`) - Fixed regression in :meth:`Series.pct_change` raising a
ValueError
for an empty :class:`Series` (:issue:`57056`)