These are the changes in pandas 1.4.2. See :ref:`release` for a full changelog including other versions of pandas.
{{ header }}
- Fixed regression in :meth:`DataFrame.drop` and :meth:`Series.drop` when :class:`Index` had extension dtype and duplicates (:issue:`45860`)
- Fixed "longtable" formatting in :meth:`.Styler.to_latex` when
column_format
is given in extended format (:issue:`46037`)
.. contributors:: v1.4.1..v1.4.2|HEAD