bug fix
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user