These are the changes in pandas 1.4.3. See :ref:`release` for a full changelog including other versions of pandas.
{{ header }}
- Fixed regression in :meth:`DataFrame.nsmallest` led to wrong results when
np.nan
in the sorting column (:issue:`46589`) - Fixed regression in :func:`read_fwf` raising
ValueError
whenwidths
was specified withusecols
(:issue:`46580`) - Fixed regression in :meth:`.Groupby.transform` and :meth:`.Groupby.agg` failing with
engine="numba"
when the index was a :class:`MultiIndex` (:issue:`46867`) - Fixed regression is :meth:`.Styler.to_latex` and :meth:`.Styler.to_html` where
buf
failed in combination withencoding
(:issue:`47053`)
.. contributors:: v1.4.2..v1.4.3|HEAD