Dapatkan array dari dataset h5py

arr = np.zeros(dataset.shape)
dataset.read_direct(arr)
Nutty Narwhal