Update dependency pandas to v2 - autoclosed
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
pandas |
==1.5.3 -> ==2.0.0
|
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the logs for more information.
Release Notes
pandas-dev/pandas
v2.0.0
: Pandas 2.0.0
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.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.