These are the changes in pandas 0.25.2. See :ref:`release` for a full changelog including other versions of pandas.
- Fix regression in notebook display where <th> tags not used for :attr:`DataFrame.index` (:issue:`28204`).
- Bug incorrectly raising an
IndexError
when passing a list of quantiles to :meth:`pandas.core.groupby.DataFrameGroupBy.quantile` (:issue:`28113`).
- Compatibility with Python 3.8 in :meth:`DataFrame.query` (:issue:`27261`)
.. contributors:: v0.25.1..HEAD