These are the changes in pandas 2.2.2. See :ref:`release` for a full changelog including other versions of pandas.
{{ header }}
- :meth:`DataFrame.__dataframe__` was producing incorrect data buffers when the a column's type was a pandas nullable on with missing values (:issue:`56702`)
- :meth:`DataFrameGroupBy.apply` was returning a completely empty DataFrame when all return values of
func
wereNone
instead of returning an empty DataFrame with the original columns and dtypes. (:issue:`57775`)