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`) - Fixed regression in :meth:`DataFrameGroupBy.transform` when used with
as_index=False
(:issue:`49834`) - Enforced reversion of
color
as an alias forc
andsize
as an alias fors
in function :meth:`DataFrame.plot.scatter` (:issue:`49732`) - Fixed regression in :meth:`SeriesGroupBy.apply` setting a
name
attribute on the result if the result was a :class:`DataFrame` (:issue:`49907`)
- 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