I have a very large file saved as abn hdf file. I also have some data in a python dataframe that I would like to look up in the hdf file by an unique id.
Is there an easy way to basically join them? I saw the example for the where function but it didn't seem easy to use with a large number of values to look up.