Skip to content

Commit a9d4c6a

Browse files
committed
DOC: Add entry in whatsnew for bug
1 parent 298a6fa commit a9d4c6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v0.23.0.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1111,6 +1111,7 @@ I/O
11111111
- Bug in :meth:`pandas.io.json.json_normalize` where subrecords are not properly normalized if any subrecords values are NoneType (:issue:`20030`)
11121112
- 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`)
11131113
- Bug in :func:`HDFStore.keys` when reading a file with a softlink causes exception (:issue:`20523`)
1114+
- Bug in :func:`HDFStore.select_column` where a key which is not a valid store raised an ``AttributeError`` instead of a ``KeyError`` (:issue:`17912`)
11141115

11151116
Plotting
11161117
^^^^^^^^

0 commit comments

Comments
 (0)