Concepedia

Publication | Open Access

pandas-dev/pandas: Pandas 1.0.0

23

Citations

0

References

2020

Year

Abstract

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 <code>rolling.apply</code> 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. <pre><code>conda install pandas </code></pre> Please report any issues with the release candidate on the pandas issue tracker.