These are the changes in pandas 1.1.1. See :ref:`release` for a full changelog including other versions of pandas.
{{ header }}
- Fixed regression where :func:`read_csv` would raise a
ValueError
whenpandas.options.mode.use_inf_as_na
was set toTrue
(:issue:`35493`).
- Bug in
Styler
whereby cell_ids argument had no effect due to other recent changes (:issue:`35588`).
- Bug in :meth:`CategoricalIndex.format` where, when stringified scalars had different lengths, the shorter string would be right-filled with spaces, so it had the same length as the longest string (:issue:`35439`)
Datetimelike
Numeric
Plotting
Indexing
.. contributors:: v1.1.0..v1.1.1|HEAD