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`) - Bug in :meth:`api.types.is_bool_dtype` was raising an AttributeError when evaluating a categorical Series (:issue:`45615`)
.. contributors:: v1.4.0..v1.4.1|HEAD