v0.17.1 Final
We are proud to announce that pandas has become a sponsored project of the NUMFocus organization
This will help ensure the success of development of pandas as a world-class open-source project.
This is a minor bug-fix release from 0.17.0 and includes a large number of
bug fixes along several new features, enhancements, and performance improvements.
We recommend that all users upgrade to this version.
Highlights include:
- Support for Conditional HTML Formatting, see here
- Releasing the GIL on the csv reader & other ops, see here
- Fixed regression in
DataFrame.drop_duplicates
from 0.16.2, causing incorrect results on integer values see here
See the Whatsnew for much more information. Please report any issues here
You an install the latest version of pandas via conda
:
conda install pandas -u pandas