What’s new in 1.4.3 (June 23, 2022) — pandas 2.2.3 documentation (original) (raw)

These are the changes in pandas 1.4.3. See Release notes for a full changelog including other versions of pandas.

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 concat()(Ignoring dtypes in concat with empty or all-NA columns) has been reverted (GH 45637).

Fixed regressions#

Bug fixes#

Other#

Contributors#

A total of 18 people contributed patches to this release. People with a “+” by their names contributed a patch for the first time.