Pandas v1.0.0.rc0 Release Notes

Release Date: 2020-01-09 // over 4 years ago
  • ๐Ÿš€ This is the first release candidate for 1.0.0. If all goes well, we'll release pandas 1.0.0 in about two weeks.

    Highlights include

    ๐Ÿ‘€ See the whatsnew for a list of all the
    ๐Ÿ”„ changes.

    ๐Ÿš€ The release can be installed from PyPI

    โฌ†๏ธ python -m pip install --upgrade --pre pandas==1.0.0rc0

    Or from conda-forge

    conda install -c conda-forge/label/rc pandas==1.0.0rc0
    

    ๐Ÿš€ Please report any issues with the release candidate on the pandas
    issue tracker.