Introduce LazyColumn to avoid MemoryError
Reading all the data in one go can result in a memory error. to avoid this I have created a LazyColumn class that behaves like a numpy array regarding the method used to create an HDF5 inspect dataset.
Reading all the data in one go can result in a memory error. to avoid this I have created a LazyColumn class that behaves like a numpy array regarding the method used to create an HDF5 inspect dataset.