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:`45820`)
- Bug in :meth:`Groupby.rolling` with a frequency window would raise a
ValueError
even if the datetimes within each group were monotonic (:issue:`46061`)
.. contributors:: v1.4.1..v1.4.2|HEAD