Skip to content

Latest commit

 

History

History
184 lines (136 loc) · 3.6 KB

v2.3.0.rst

File metadata and controls

184 lines (136 loc) · 3.6 KB

What's new in 2.3.0 (Month XX, 2024)

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

{{ header }}

Upcoming changes in pandas 3.0

Enhancements

enhancement1

Other enhancements

  • The semantics for the copy keyword in __array__ methods (i.e. called when using np.array() or np.asarray() on pandas objects) has been updated to work correctly with NumPy >= 2 (:issue:`57739`)
  • The :meth:`~Series.sum` reduction is now implemented for StringDtype columns (:issue:`59853`)

Notable bug fixes

These are bug fixes that might have notable behavior changes.

notable_bug_fix1

Deprecations

Performance improvements

Bug fixes

Categorical

Datetimelike

Timedelta

Timezones

Numeric

Conversion

Strings

Interval

Indexing

Missing

MultiIndex

I/O

Period

Plotting

Groupby/resample/rolling

Reshaping

Sparse

ExtensionArray

Styler

Other

  • Fixed usage of inspect when the optional dependencies pyarrow or jinja2 are not installed (:issue:`60196`)

Contributors