What’s new in 2.1.2 (October ??, 2023)#

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

Fixed regressions#

  • Fixed bug in DataFrame.resample() where bin edges were not correct for MonthBegin (GH 55271)

  • Fixed bug where PDEP-6 warning about setting an item of an incompatible dtype was being shown when creating a new conditional column (GH 55025)

  • Fixed regression in DataFrame.join() where result has missing values and dtype is arrow backed string (GH 55348)

Bug fixes#

Other#

  • Fixed non-working installation of optional dependency group output_formatting. Replacing underscore _ with a dash - fixes broken dependency resolution. A correct way to use now is pip install pandas[output-formatting].

Contributors#