I have several different data frames that are related (and there is ids to join them if needed). However, I don't always need them at the same time.
Since they are quite large, does it make sense to store them in separate HDF stores? Or is the cost of carrying around the "unused" frames negligible when I'm working on the other frames in the same file?