These are the changes in pandas 1.5.3. See :ref:`release` for a full changelog including other versions of pandas.
{{ header }}
- Fixed performance regression in :meth:`Series.isin` when
values
is empty (:issue:`49839`)
- Bug in :meth:`.Styler.to_excel` leading to error when unrecognized
border-style
(e.g."hair"
) provided to Excel writers (:issue:`48649`)
.. contributors:: v1.5.2..v1.5.3|HEAD