orphan: |
---|
Warning
The 0.24.x series of releases will be the last to support Python 2. Future feature releases will support Python 3 only. See :ref:`install.dropping-27` for more.
{{ header }}
These are the changes in pandas 0.24.1. See :ref:`release` for a full changelog including other versions of pandas.
- Bug in :meth:`DataFrame.itertuples` with
records
orient raising anAttributeError
when theDataFrame
contained more than 255 columns (:issue:`24939`) - Bug in :meth:`DataFrame.itertuples` orient converting integer column names to strings prepended with an underscore (:issue:`24940`)
- Fixed regression in :class:`Index.intersection` incorrectly sorting the values by default (:issue:`24959`).
Conversion
Indexing
I/O
Categorical
Timezones
Timedelta
Reshaping
- Bug in :func:`merge` when merging by index name would sometimes result in an incorrectly numbered index (:issue:`24212`)
Other
.. contributors:: v0.24.0..v0.24.1