What’s new in 0.25.1 (August 21, 2019) — pandas 2.2.3 documentation (original) (raw)

These are the changes in pandas 0.25.1. See Release notes for a full changelog including other versions of pandas.

IO and LZMA#

Some users may unknowingly have an incomplete Python installation lacking the lzma module from the standard library. In this case, import pandas failed due to an ImportError (GH 27575). pandas will now warn, rather than raising an ImportError if the lzma module is not present. Any subsequent attempt to use lzma methods will raise a RuntimeError. A possible fix for the lack of the lzma module is to ensure you have the necessary libraries and then re-install Python. For example, on MacOS installing Python with pyenv may lead to an incomplete Python installation due to unmet system dependencies at compilation time (like xz). Compilation will succeed, but Python might fail at run time. The issue can be solved by installing the necessary dependencies and then re-installing Python.

Bug fixes#

Categorical#

Datetimelike#

Timezones#

Numeric#

Conversion#

Interval#

Indexing#

Missing#

IO#

Plotting#

GroupBy/resample/rolling#

Reshaping#

Sparse#

Other#

Contributors#

A total of 5 people contributed patches to this release. People with a “+” by their names contributed a patch for the first time.