Skip to content

Commit 69f6c95

Browse files
DOC: updated IO section (pandas-dev#20377)
1 parent c3ab9cb commit 69f6c95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v0.23.0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1098,7 +1098,7 @@ I/O
10981098
- Bug in :func:`read_pickle` when unpickling objects with :class:`TimedeltaIndex` or :class:`Float64Index` created with pandas prior to version 0.20 (:issue:`19939`)
10991099
- Bug in :meth:`pandas.io.json.json_normalize` where subrecords are not properly normalized if any subrecords values are NoneType (:issue:`20030`)
11001100
- Bug in ``usecols`` parameter in :func:`pandas.io.read_csv` and :func:`pandas.io.read_table` where error is not raised correctly when passing a string. (:issue:`20529`)
1101-
- Bug in :func:`read_excel` and :func:`read_csv` where ``np.nan`` turns to ``'nan'`` with ``dtype=str`` and ``na_filter=True``. Now, it turns to ``np.nan``. (:issue `20377`)
1101+
- Bug in :func:`read_excel` and :func:`read_csv` where missing values turned to ``'nan'`` with ``dtype=str`` and ``na_filter=True``. Now, they turn to ``np.nan``. (:issue `20377`)
11021102

11031103

11041104
Plotting

0 commit comments

Comments
 (0)