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`)
I/O
- Using
pd.NA
with :meth:`DataFrame.to_json` now correctly outputs a null value instead of an empty object (:issue:`31615`)
.. contributors:: v1.0.1..v1.0.2|HEAD