These are the changes in pandas 2.1.1. See :ref:`release` for a full changelog including other versions of pandas.
{{ header }}
- Fixed regression in :meth:`DataFrame.__setitem__` raising
AssertionError
when setting a :class:`Series` with a partial :class:`MultiIndex` (:issue:`54875`) - Fixed regression in :meth:`Series.value_counts` raising for numeric data if
bins
was specified (:issue:`54857`)