KeyError Iterating on empty HDFStore · Issue #12221 · pandas-dev/pandas (original) (raw)

list(pd.HDFStore("non_existing_store.hdf"))

should, I think, return [], instead it yields:

KeyError: 'No object named 0 in the file'