These are the changes in pandas 1.0.2. See :ref:`release` for a full changelog including other versions of pandas.
{{ header }}
- Fixed regression in :meth:`DataFrame.to_excel` when
columns
kwarg is passed (:issue:`31677`) - Fixed regression in :meth:`Series.align` when
other
is a DataFrame andmethod
is not None (:issue:`31785`) - Fixed regression in :meth:`pandas.core.groupby.RollingGroupby.apply` where the
raw
parameter was ignored (:issue:`31754`) - Fixed regression in :meth:`rolling(..).corr() <pandas.core.window.Rolling.corr>` when using a time offset (:issue:`31789`)
I/O
- Using
pd.NA
with :meth:`DataFrame.to_json` now correctly outputs a null value instead of an empty object (:issue:`31615`)
Testing
- Fixed bug where :meth:`assert_numpy_array_equal` would raise a
TypeError
when encounteringpd.NA
(:issue:`31881`)
.. contributors:: v1.0.1..v1.0.2|HEAD