Skip to content

Commit 10ebd4d

Browse files
jrebackTomAugspurger
authored andcommitted
whatsnew v0.20.3 edits (pandas-dev#16743)
(cherry picked from commit 25e0576)
1 parent d8bccc4 commit 10ebd4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/source/whatsnew/v0.20.3.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ Conversion
5050
Indexing
5151
^^^^^^^^
5252

53-
- Bug in ``Float64Index`` causing an empty array instead of None to be returned from ``.get(np.nan)`` on a Series whose index did not contain any NaNs (:issue:`8569`)
53+
- Bug in ``Float64Index`` causing an empty array instead of ``None`` to be returned from ``.get(np.nan)`` on a Series whose index did not contain any ``NaN`` s (:issue:`8569`)
5454

5555
I/O
5656
^^^
5757

58-
-- Bug in ``pd.read_csv()`` in which files weren't opened as binary files by the C engine on Windows, causing EOF characters mid-field, which would fail (:issue:`16039`, :issue:`16559`, :issue`16675`)
59-
-- Bug in ``pd.read_hdf()`` in which reading a ``Series`` saved to an HDF file in 'fixed' format fails when an explicit ``mode='r'`` argument is supplied (:issue:`16583`)
58+
- Bug in :func:`read_csv`` in which files weren't opened as binary files by the C engine on Windows, causing EOF characters mid-field, which would fail (:issue:`16039`, :issue:`16559`, :issue:`16675`)
59+
- Bug in :func:`read_hdf`` in which reading a ``Series`` saved to an HDF file in 'fixed' format fails when an explicit ``mode='r'`` argument is supplied (:issue:`16583`)
6060

6161
Plotting
6262
^^^^^^^^

0 commit comments

Comments
 (0)