dt dtype(('float32',(2, 2))) Now let's create an HDF5 dataset with this dtype that has 100 data points: >>> dset = f.create_dataset('array', (100,), ...
確定! 回上一頁