These are the changes in pandas 2.0.2. See :ref:`release` for a full changelog including other versions of pandas.
{{ header }}
- Fixed regression when :meth:`DataFrame.to_string` creates extra space for string dtypes (:issue:`52690`)
- Bug in :func:`api.interchange.from_dataframe` was returning :class:`DataFrame`'s of incorrect sizes when called on slices (:issue:`52824`)
- Bug in :func:`api.interchange.from_dataframe` was unnecessarily raising on bitmasks (:issue:`49888`)
.. contributors:: v2.0.1..v2.0.2|HEAD