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`)
.. contributors:: v1.1.3..v1.1.4|HEAD