Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.5k views
in Technique[技术] by (71.8m points)

python 3.x - I have a problem loading the elements in a list to a .h5 file

import pandas as pd
for j in csv:
   j=j[:-4]
   pd.read_excel("{}.xlsx".format(j)).to_hdf('onedata.h5', key='{}'.format(j), mode='w')

Where csv is a list contaning all the items I want to write into the .h5 file. Since there is a large amount of data Iam trying to use the above code. The problem is that the keys in .h5 file aren't displaying the elements loaded into them from the list. Any help appreciated. Thank You.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...