Converting hdf5 to csv or tsv files
问题 I am looking for a sample code which can convert .h5 files to csv or tsv. I have to read .h5 and output should be csv or tsv. Sample code would be much appreciated,please help as i have stuck on it for last few days.I followed wrapper classes but don't know how to use that.I am not a good programmer so facing lot of problem. please help thanks a lot in advance 回答1: You can also use h5dump -o dset.asci -y -w 400 dset.h5 -o dset.asci specifies the output file -y -w 400 specifies the dimension