Pandas: v2.0.0 Release

Release date:
April 3, 2023
Previous version:
v2.0.0rc1 (released March 16, 2023)
Magnitude:
1,993 Diff Delta
Contributors:
6 total committers
Data confidence:
Commits:

47 Commits in this Release

Ordered by the degree to which they evolved the repo in this version.

Authored April 3, 2023

Top Contributors in v2.0.0

meeseeksmachine
phofl
mroeschke
MarcoGorelli
rhshadrach
pandas-development-team-79e2

Directory Browser for v2.0.0

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

We are pleased to announce the release of pandas 2.0.0, a major release from the pandas 1 series. This release includes some new features, bug fixes, and performance improvements, as well as possible breaking changes. It is recommended that users with existing code upgrade to pandas 1.5.3 before they upgrade to pandas 2, and make sure their code does not generate FutureWarning or DeprecationWarning messages.

See the whatsnew for a list of all the changes.

The release will be available on conda-forge and PyPI.

The release can be installed from PyPI

python -m pip install --upgrade pandas==2.0.0

Or from conda-forge

mamba install -c conda-forge pandas==2.0.0

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