Now I have a bunch of hdf5 chunks, their structures are all the same. And I would load them as a whole in python, is there any easiest way?
(For now, I'd have to use for
loop to load them file by file and then concatenate together, but I believe this seems dumb and there should be something easier to use).