These are the changes in pandas 1.2.1. See :ref:`release` for a full changelog including other versions of pandas.
{{ header }}
- Fixed a regression in
groupby().rolling()
where :class:`MultiIndex` levels were dropped (:issue:`38523`)
- Bumped minimum fastparquet version to 0.4.0 to avoid
AttributeError
from numba (:issue:`38344`) - Bumped minimum pymysql version to 0.8.1 to avoid test failures (:issue:`38344`)
.. contributors:: v1.2.0..v1.2.1|HEAD