Skip to content

Commit

Permalink
Noted fix for pandas-dev#16583 in WhatsNew
Browse files Browse the repository at this point in the history
  • Loading branch information
frexvahi committed Jun 14, 2017
1 parent b69a9aa commit da3b7ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/source/whatsnew/v0.20.3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ I/O
^^^

-- 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`)
-- 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`)

Plotting
^^^^^^^^
Expand Down

0 comments on commit da3b7ba

Please sign in to comment.