1 2 3 4 5 6 7
import pandas as pd if __name__ == '__main__': store = pd.HDFStore('pkg.h5') print store.handle print store['packages']