ibrahimnomad
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ df.drop(columns=['Additional_Number_of_Scoring',
|
|
59 |
'Reviewer_Score',
|
60 |
'days_since_review',
|
61 |
'lat',
|
62 |
-
'
|
63 |
# convert the strings of list into a normal list
|
64 |
def impute(column):
|
65 |
column = column[0]
|
|
|
59 |
'Reviewer_Score',
|
60 |
'days_since_review',
|
61 |
'lat',
|
62 |
+
'lon'], inplace=True)
|
63 |
# convert the strings of list into a normal list
|
64 |
def impute(column):
|
65 |
column = column[0]
|