Pandas v0.25.0.rc0 Release Notes

Release Date: 2019-07-04 // almost 5 years ago
  • ๐Ÿš€ This is a major release from 0.24.2 and includes a number of API changes, new
    ๐Ÿ”‹ features, enhancements, and performance improvements along with a large number
    ๐Ÿ›  of bug fixes.

    Highlights include

    ๐Ÿš€ See the release notes for a full list of all the change from 0.24.2.

    ๐Ÿš€ The release candidate can be installed with conda using the conda-forge channel

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

    Or via PyPI

    python3 -m pip install --upgrade --pre pandas
    

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