What’s new in 3.0.1 (February XX, 2026)#
These are the changes in pandas 3.0.1. See Release notes for a full changelog including other versions of pandas.
Fixed regressions#
Fixed regression in
DataFrame.groupby()andSeries.groupby()when grouping on categorical data with NA values,observed=False, anddropna=True(GH 52445)
Bug fixes#
Fixed a bug for comparison operators between
rangeand objects withStringDtypewithstorage="pyarrow"(GH 63429)Fixed a bug in the
DataFrameconstructor when passed aSeriesorIndexcorrectly handling Copy-on-Write (GH 63899)Allow
ExtensionArrayto have dtypes involvingnumpy.void(GH 54810)Fixed a bug in
col()where unary operators (-,+,abs) were not supported (GH 63939)