These are the changes in pandas 1.1.1. See :ref:`release` for a full changelog including other versions of pandas.
{{ header }}
Datetimelike
Numeric
Plotting
Groupby/resample/rolling
- Bug in :meth:`DataFrameGroupBy.apply` where a non-nuisance grouping column would be dropped from the output columns if another groupby method was called before
.apply()
(:issue:`34656`)
Indexing
.. contributors:: v1.1.0..v1.1.1|HEAD