I have 2 values in a single bracket of an array, left being I and right being Q values for signals. The hdf5 file is very large and currently I'm trying to just separate the 2 values within each bracket. Nothin I've looked up has been helpful with this endeavor. Like I said in the title, there is no labels or headers on anything within the file. All that is given is the axis X, Y, and Z
I've tried some experiments with np.array and pandas but I am fairly new to the more complex datasets.
This code creates a simple HDF5 with 5 datasets, then shows how to access them to get the dtype and shape. Note: you only need the 2nd half that read and prints. Modify the file name to match.
Once you have that info, please add to your question. Then this answer can be modified to show the rest of the solution.