These are the changes in pandas 1.2.1. See :ref:`release` for a full changelog including other versions of pandas.
{{ header }}
- The deprecated attributes
_AXIS_NAMES
and_AXIS_NUMBERS
of :class:`DataFrame` and :class:`Series` will no longer show up indir
orinspect.getmembers
calls (:issue:`38740`) - :meth:`to_csv` created corrupted zip files when there were more rows than
chunksize
(issue:38714) - Bug in repr of float-like strings of an
object
dtype having trailing 0's truncated after the decimal (:issue:`38708`)
- Bumped minimum fastparquet version to 0.4.0 to avoid
AttributeError
from numba (:issue:`38344`) - Bumped minimum pymysql version to 0.8.1 to avoid test failures (:issue:`38344`)
.. contributors:: v1.2.0..v1.2.1|HEAD