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.2. See :ref:`release` for a full changelog including other versions of pandas.
- Fixed regression in :meth:`DataFrame.all` and :meth:`DataFrame.any` where
bool_only=True
was ignored (:issue:`25101`) - Fixed regression in :meth:`DataFrame.__init__` where mixed type of rows generated Segmentation fault (:issue:`25075`)
- The DataFrame class supports list as well as tuples in the ndarray, which previously raised TypeError
Conversion
- Fixed bug in :meth:`lib.pyx` where tuple to list conversion failed (:issue:`25089`)
Indexing
I/O
- Bug in reading a HDF5 table-format
DataFrame
created in Python 2, in Python 3 (:issue:`24925`)
Categorical
Timezones
Timedelta
Reshaping
Visualization
Other
.. contributors:: v0.24.1..v0.24.2