Skip to content

Pandas 2.0.0rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@datapythonista datapythonista released this 16 Mar 15:04
· 3437 commits to main since this release

We are pleased to announce the second release candidate for pandas 2.0.0. If all goes well, we'll release pandas 2.0.0 in about two weeks.

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 --pre pandas==2.0.0rc1

Or from conda-forge

conda install -c conda-forge/label/pandas_rc pandas==2.0.0rc1

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