KeyError Iterating on empty HDFStore (original) (raw)

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

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

KeyError: 'No object named 0 in the file'