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`)
.. contributors:: v1.5.2..v1.5.3|HEAD