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`)
- Fixed segfault in :meth:
DataFrame.to_json
when dumping tz-aware datetimes in Python 3.10 (:issue:`42130`)
.. contributors:: v1.4.0..v1.4.1|HEAD