Skip to content

Latest commit

 

History

History
139 lines (92 loc) · 2.41 KB

v1.0.1.rst

File metadata and controls

139 lines (92 loc) · 2.41 KB

What's new in 1.0.1 (??)

These are the changes in pandas 1.0.1. See :ref:`release` for a full changelog including other versions of pandas.

{{ header }}

Bug fixes

Categorical

Datetimelike

Timedelta

Timezones

Numeric

Conversion

Strings

Interval

Indexing

Missing

MultiIndex

I/O

Plotting

Groupby/resample/rolling

Reshaping

Sparse

ExtensionArray

  • Bug in dtype being lost in __invert__ (~ operator) for extension-array backed Series and DataFrame (:issue:`23087`)

Other

  • Fixed a regression where setting display.max_colwidth was not accepting negative integer. In addition, this behavior has been deprecated in favor of using None (:issue:`31532`)

Contributors