From 336c1fedbe274ff20ed89598c57e9f0f337abde3 Mon Sep 17 00:00:00 2001 From: "manuela.richter" <manuela.richter@tu-darmstadt.de> Date: Fri, 13 May 2022 14:07:00 +0200 Subject: [PATCH] start adding attributs to hdf5-file --- trial_json.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/trial_json.py b/trial_json.py index 40440fd..9990d8e 100644 --- a/trial_json.py +++ b/trial_json.py @@ -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 -- GitLab