What’s new in 2.3.2 (August XX, 2025)#
These are the changes in pandas 2.3.2. See Release notes for a full changelog including other versions of pandas.
Improvements and fixes for the StringDtype#
Most changes in this release are related to StringDtype
which will
become the default string dtype in pandas 3.0. See
Upcoming changes in pandas 3.0 for more details.
Bug fixes#
Fix
to_json()
withorient="table"
to correctly use the “string” type in the JSON Table Schema forStringDtype
columns (GH 61889)