These are the changes in pandas 1.4.1. See :ref:`release` for a full changelog including other versions of pandas.
{{ header }}
- Regression in :meth:`Series.mask` with
inplace=True
andPeriodDtype
and an incompatibleother
coercing to a common dtype instead of raising (:issue:`45546`)
.. contributors:: v1.4.0..v1.4.1|HEAD