These are the changes in pandas 1.3.2. See :ref:`release` for a full changelog including other versions of pandas.
{{ header }}
- Performance regression in :meth:`DataFrame.isin` and :meth:`Series.isin` for nullable data types (:issue:`42714`)
- Regression in updating values of :class:`pandas.Series` using boolean index, created by using :meth:`pandas.DataFrame.pop` (:issue:`42530`)
- Regression in :meth:`DataFrame.from_records` with empty records (:issue:`42456`)
- Fixed regression in :meth:`DataFrame.shift` where TypeError occurred when shifting DataFrame created by concatenation of slices and fills with values (:issue:`42719`)
- Regression in :meth:`DataFrame.agg` when the
func
argument returned lists andaxis=1
(:issue:`42727`) - Fixed regression where :meth:`pandas.read_csv` raised a
ValueError
when parametersnames
andprefix
were both set to None (:issue:`42387`)
.. contributors:: v1.3.1..v1.3.2|HEAD