These are the changes in pandas 1.2.3. See :ref:`release` for a full changelog including other versions of pandas.
{{ header }}
- Fixed regression in :func:`pandas.to_excel` raising
KeyError
when giving duplicate columns withcolumns
attribute (:issue:`39695`) - Fixed regression in :meth:`DataFrame.__setitem__` not aligning :class:`DataFrame` on right-hand side for boolean indexer (:issue:`39931`)
.. contributors:: v1.2.2..v1.2.3|HEAD