[Pandas-dev] ANN: pandas 2.0.0

Marc Garcia garcia.marc at gmail.com
Mon Apr 3 16:47:20 EDT 2023


We are happy to announce the release of pandas 2.0.0.

It can be installed from our conda-forge and PyPI packages via mamba, conda
and pip, for example:

mamba install -c conda-forge pandas==2.0.0
python -m pip install --upgrade pandas==2.0.0

Users who have pandas code in production  with pandas as a dependency are
*strongly* recommended to upgrade to pandas 1.5.3 first, and make sure no
FutureWarning messages are shown when running the code or tests

You can find the documentation of pandas 2.0.0 here
<https://pandas.pydata.org/pandas-docs/version/2.0/index.html>, and the
list of changes in 2.0.0, in the release notes page
<https://pandas.pydata.org/pandas-docs/version/2.0/whatsnew/v2.0.0.html>.

Thanks to all contributors and sponsors who made this release possible!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/pandas-dev/attachments/20230403/71552b0a/attachment.html>


More information about the Pandas-dev mailing list