Skip to content

Bump pandas from 1.2.1 to 1.2.2

WKDV Bot requested to merge dependabot/pip/pandas-1.2.2 into develop

Bumps pandas from 1.2.1 to 1.2.2.

Release notes

Sourced from pandas's releases.

Pandas 1.2.2

This is a patch release in the 1.2.x series and includes some regression fixes and bug fixes. We recommend that all users upgrade to this version.

See the full whatsnew for a list of all the changes.

The release will be available on the defaults and conda-forge channels:

conda install pandas

Or via PyPI:

python3 -m pip install --upgrade pandas

Please report any issues with the release on the pandas issue tracker.

Commits
  • 7d32926 RLS: 1.2.2
  • c36ef92 Backport PR #39681: DOC: update release date for 1.2.2 (#39682)
  • a227c58 Revert "Backport PR #39526: CI: pin numpy for CI / Checks github action (#395...
  • a354a5c Backport PR #39547: BUG: read_excel with openpyxl produces trailing rows of n...
  • 1b8a4eb Backport PR #39655: REGR: fix case all-NaN/numeric object column in groupby (...
  • 5632219 Backport PR #39615: BUG: fix Categorical.astype for dtype=np.int32 argument' ...
  • 3ef1923 Backport PR #39670: DOC: 1.2.2 release date (#39673)
  • 3d05f16 Backport PR #39658: DOC: pin sphinx theme to avoid mobile dropdown bug (#39674)
  • fbe9511 Backport PR #39605: REGR: appending to existing excel file created corrupt fi...
  • 3ebbc77 Backport PR #39586: REG: read_excel with engine specified raises on non-path/...
  • Additional commits viewable in compare view

Merge request reports