Pandas 1.0.0
This is a major release from 0.25.3, and includes a number of API changes, new
features, enhancements, and performance improvements along with a large number
of bug fixes.
Highlights include
- A redesigned website and documentation theme
- Using Numba in
rolling.apply
- A new DataFrame method for converting to Markdown
- A new scalar for missing values
- Dedicated extension types for string and
nullable boolean data
See the whatsnew for a list of all the
changes.
The release can be installed from PyPI
python -m pip install --upgrade pandas
Or with conda from the defaults or conda-forge channels.
conda install pandas
Please report any issues with the release candidate on the pandas
issue tracker.