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!
participants (1)
-
Marc Garcia