Skip to content
Snippets Groups Projects
Commit 336c1fed authored by Richter, Manuela's avatar Richter, Manuela
Browse files

start adding attributs to hdf5-file

parent a06d7bcf
No related branches found
No related tags found
No related merge requests found
......@@ -114,8 +114,6 @@ for p in range(0,len(data_pumps)):
filename = "example_kpi.h5"
with pd.HDFStore(filename, "a") as hdf:
try:
#grp = hdf.create_group("Berechnung")
#grp.create_dataset("Efficiency", data = dataset)
dataset.to_hdf(hdf,"Berechnung")
except ValueError:
print("Gruppe existiert bereits.")
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment