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
* Added test to reproduce issue pandas-dev#16583
* Fixpandas-dev#16583 by adding an explicit `mode` argument to `read_hdf`
kwargs which are meant for the opening of the HDFStore should be filtered out
before passing the remaining kwargs to the `select` function to load the data.
* Noted fix for pandas-dev#16583 in WhatsNew
Copy file name to clipboardexpand all lines: doc/source/whatsnew/v0.20.3.txt
+1
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,7 @@ I/O
56
56
^^^
57
57
58
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`)
0 commit comments