These are the changes in pandas 0.25.2. See :ref:`release` for a full changelog including other versions of pandas.
- Fixed xticks in :core.py: BarPlot._post_plot_logic when setting a custom xticks
- 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