How to read a list of strings in a H5py file?

前端 未结 0 402
误落风尘
误落风尘 2021-02-09 23:37

The code below is used to generate a HDF5 file and I would like to retrieve a list of strings in the file:

import h5py
myfile = \'mytest.hdf\'
mylist = [\'abc1\',         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题