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.