Vera-ZWY commited on
Commit
cff71e0
1 Parent(s): 1bb6149

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,7 +92,7 @@ def linePlot_time_series(viz_type, weight, top_n):
92
  print(result)
93
  print(type(result))
94
 
95
- df = pd.DataFrame(pivot_table['data'], columns=result['headers'])
96
 
97
 
98
  return df
 
92
  print(result)
93
  print(type(result))
94
 
95
+ df = pd.DataFrame(result['data'], columns=result['headers'])
96
 
97
 
98
  return df