These are the changes in pandas 0.25.2. See :ref:`release` for a full changelog including other versions of pandas.
- Fix regression in :meth:`DataFrame.reindex` not following
limit
argument (:issue:`28631`).
- Fix regression in notebook display where <th> tags not used for :attr:`DataFrame.index` (:issue:`28204`).
- Regression in :meth:`~DataFrame.to_csv` where writing a :class:`Series` or :class:`DataFrame` indexed by an :class:`IntervalIndex` would incorrectly raise a
TypeError
(:issue:`28210`)
- Bug incorrectly raising an
IndexError
when passing a list of quantiles to :meth:`pandas.core.groupby.DataFrameGroupBy.quantile` (:issue:`28113`). - Bug in :meth:`pandas.core.groupby.GroupBy.shift`, :meth:`pandas.core.groupby.GroupBy.bfill` and :meth:`pandas.core.groupby.GroupBy.ffill` where timezone information would be dropped (:issue:`19995`, :issue:`27992`)
- Compatibility with Python 3.8 in :meth:`DataFrame.query` (:issue:`27261`)
- Fix to ensure that tab-completion in an IPython console does not raise warnings for deprecated attributes (:issue:`27900`).
.. contributors:: v0.25.1..HEAD