What’s new in 2.3.0 (Month XX, 2024)#

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

Upcoming changes in pandas 3.0#

Enhancements#

enhancement1#

Other enhancements#

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#

  • Bug in Series.rank() for StringDtype with storage="pyarrow" incorrectly returning integer results in case of method="average" and raising an error if it would truncate results (GH 59768)

  • Bug in Series.str.replace() when n < 0 for StringDtype with storage="pyarrow" (GH 59628)

  • Bug in ser.str.slice with negative step with ArrowDtype and StringDtype with storage="pyarrow" giving incorrect results (GH 59710)

  • Bug in the center method on Series and Index object str accessors with pyarrow-backed dtype not matching the python behavior in corner cases with an odd number of fill characters (GH 54792)

Interval#

Indexing#

Missing#

MultiIndex#

I/O#

Period#

Plotting#

Groupby/resample/rolling#

Reshaping#

Sparse#

ExtensionArray#

Styler#

Other#

Contributors#