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
@@ -1171,6 +1171,7 @@ I/O
1171
1171
- Bug in :meth:`to_msgpack`and :meth:`read_msgpack` which would raise a ``ValueError`` rather than a ``FileNotFoundError``for an invalid path (:issue:`27160`)
1172
1172
- Fixed bug in :meth:`DataFrame.to_parquet` which would raise a ``ValueError`` when the dataframe had no columns (:issue:`27339`)
1173
1173
- Allow parsing of :class:`PeriodDtype` columns when using :func:`read_csv` (:issue:`26934`)
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.25.2.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ I/O
64
64
65
65
- Fix regression in notebook display where <th> tags not used for :attr:`DataFrame.index` (:issue:`28204`).
66
66
- Regression in :meth:`~DataFrame.to_csv` where writing a :class:`Series` or :class:`DataFrame` indexed by an :class:`IntervalIndex` would incorrectly raise a ``TypeError`` (:issue:`28210`)
67
-
-
67
+
- Bug in :meth:`DataFrame.to_csv` where values were truncated when the length of ``na_rep`` was shorter than the text input data. (:issue:`25099`)
0 commit comments