Skip to content

v0.23.0rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@TomAugspurger TomAugspurger released this 02 May 14:50

This is the first public release candidate for pandas 0.23.0

This is a major release from 0.23.0 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 full whatsnew for a list of all the changes.

The release candidate can be installed with conda from our development channel (builds for osx-64, linux-64 and win-64 for Python 2.7, Python 3.5, and Python 3.6 are all available):

conda install -c conda-forge --label=rc pandas=0.23.0rc2

Or via PyPI

python3 -m pip install --pre --upgrade pandas==0.23.0rc2