Download Latest Version pandas 3.0.2 source code.tar.gz (4.7 MB)
Email in envelope

Get an email when there's a new version of pandas

Home / v3.0.0
Name Modified Size InfoDownloads / Week
Parent folder
pandas-3.0.0.tar.gz 2026-01-21 4.6 MB
pandas 3.0.0 source code.tar.gz 2026-01-21 4.6 MB
pandas 3.0.0 source code.zip 2026-01-21 5.5 MB
README.md 2026-01-21 1.6 kB
Totals: 4 Items   14.8 MB 0

We are pleased to announce the release of pandas 3.0.0, a major release from the pandas 2.x series. This release includes some new features, bug fixes, and performance improvements, as well as possible breaking changes.

The pandas 3.0 release removed a functionality that was deprecated in previous releases. It is recommended to first upgrade to pandas 2.3 and to ensure your code is working without warnings, before upgrading to pandas 3.0.

Highlights include:

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

Pandas 3.0.0 supports Python 3.11 and higher. The release can be installed from PyPI

python -m pip install --upgrade pandas==3.0.*

Or from conda-forge

conda install -c conda-forge pandas=3.0

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

Thanks to all the contributors who made this release possible.

Source: README.md, updated 2026-01-21