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