These are the changes in pandas 2.2.1. See :ref:`release` for a full changelog including other versions of pandas.
{{ header }}
- Fixed regression in :func:`merge_ordered` raising
TypeError
forfill_method="ffill"
andhow="left"
(:issue:`57010`)
- Bug in :meth:`api.types.is_datetime64_any_dtype` where a custom :class:`ExtensionDtype` would not return
True
for array-likes (:issue:`57055`)