Object dtype dtype('O') has no native HDF5 equivalent
问题 Well, it seems like a couple of similar questions were asked here in stack overflow, but none of them seem like answered correctly or properly, nor they described the exact examples. I have a problem with saving array or list into hdf5 ... I have a several files contains list of (n, 35) dimensions, where n may be different in each file. Each of them can be saved in hdf5 with code below. hdf = hf.create_dataset(fname, data=d) However, if I want to merge them to make in 3d the error occurs as