You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.25.0.rst
-1
Original file line number
Diff line number
Diff line change
@@ -1130,7 +1130,6 @@ I/O
1130
1130
- Bug in :meth:`DataFrame.to_html` where header numbers would ignore display options when rounding (:issue:`17280`)
1131
1131
- Bug in :func:`read_hdf` where reading a table from an HDF5file written directly with PyTables fails with a ``ValueError`` when using a sub-selection via the ``start``or``stop`` arguments (:issue:`11188`)
1132
1132
- Bug in :func:`read_hdf`not properly closing store after a ``KeyError``is raised (:issue:`25766`)
1133
-
- Bug in``read_csv`` which would notraise``ValueError``if a column index in``usecols`` was out of bounds (:issue:`25623`)
1134
1133
- Improved the explanation for the failure when value labels are repeated in Stata dta files and suggested work-arounds (:issue:`25772`)
1135
1134
- Improved :meth:`pandas.read_stata`and :class:`pandas.io.stata.StataReader` to read incorrectly formatted 118format files saved by Stata (:issue:`25960`)
1136
1135
- Improved the ``col_space`` parameter in :meth:`DataFrame.to_html` to accept a string so CSS length values can be set correctly (:issue:`25941`)
0 commit comments