Skip to content

Latest commit

 

History

History
72 lines (52 loc) · 4.37 KB

v1.4.3.rst

File metadata and controls

72 lines (52 loc) · 4.37 KB

What's new in 1.4.3 (June 23, 2022)

These are the changes in pandas 1.4.3. See :ref:`release` for a full changelog including other versions of pandas.

{{ header }}

Behavior of concat with empty or all-NA DataFrame columns

The behavior change in version 1.4.0 to stop ignoring the data type of empty or all-NA columns with float or object dtype in :func:`concat` (:ref:`whatsnew_140.notable_bug_fixes.concat_with_empty_or_all_na`) has been reverted (:issue:`45637`).

Fixed regressions

Bug fixes

Other

  • The minimum version of Cython needed to compile pandas is now 0.29.30 (:issue:`41935`)

Contributors

.. contributors:: v1.4.2..v1.4.3