Spaces:
Sleeping
Sleeping
Commit
·
30a3b83
1
Parent(s):
b2bdf82
Update app.py
Browse files
app.py
CHANGED
@@ -110,8 +110,8 @@ df_hail_cut_group = pd.pivot_table(df_hail_cut, index='Date_utc',
|
|
110 |
aggfunc='max')
|
111 |
|
112 |
cols = df_hail_cut_group.columns
|
113 |
-
cols_focus = [ "Within 1 Mile","Within
|
114 |
-
"Within
|
115 |
|
116 |
missing_cols = set(cols_focus)-set(cols)
|
117 |
for c in missing_cols:
|
|
|
110 |
aggfunc='max')
|
111 |
|
112 |
cols = df_hail_cut_group.columns
|
113 |
+
cols_focus = [ "Within 1 Mile", "Within 3 Miles",
|
114 |
+
"Within 5 Miles", "Within 10 Miles"]
|
115 |
|
116 |
missing_cols = set(cols_focus)-set(cols)
|
117 |
for c in missing_cols:
|