associate DataFrameHolder to file

This commit is contained in:
2022-05-27 19:40:04 +02:00
parent 4dd9ba3c9e
commit 6a5a77f670
3 changed files with 34 additions and 7 deletions

View File

@ -47,9 +47,7 @@ if not new_df.equals(df) and not changed:
restapi.data = df = new_df
if not df.empty:
print("<<< write hdf")
df.to_hdf("output.h5", key="data")
restapi.dfh.dump()
print(">>> end of streamlit run")