These are the changes in pandas 0.25.2. See :ref:`release` for a full changelog including other versions of pandas.
- Bug in :func:`to_datetime` where passing arrays of malformed
str
while attempting to coerce errors could incorrectly lead to raising errors instead (:issue:`28299`)
- 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`).
- Compatibility with Python 3.8 in :meth:`DataFrame.query` (:issue:`27261`)
.. contributors:: v0.25.1..HEAD