These are the changes in pandas 1.1.4. See :ref:`release` for a full changelog including other versions of pandas.
{{ header }}
- Fixed regression in :func:`read_csv` raising a
ValueError
whennames
was of typedict_keys
(:issue:`36928`) - Fixed regression where attempting to mutate a :class:`DateOffset` object would no longer raise an
AttributeError
(:issue:`36940`) - Fixed regression where :meth:`DataFrame.agg` would fail with :exc:`TypeError` when passed positional arguments to be passed on to the aggregation function (:issue:`36948`).
- Fixed regression in :class:`RollingGroupby` with
sort=False
not being respected (:issue:`36889`)
.. contributors:: v1.1.3..v1.1.4|HEAD