Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2019-11-19 13:10:46 +01:00
parent 2b1c16d20e
commit 4c0b19ea96

View File

@@ -2051,6 +2051,8 @@ def read_df_sql(id):
if rowdata and len(rowdata.df):
data = dataprep(rowdata.df,id=id,bands=True,otwpower=True,barchart=True)
df = pd.read_parquet(f)
else:
df = pd.DataFrame()
df = df.fillna(value=0)