ibrahimnomad commited on
Commit
4ca9120
·
verified ·
1 Parent(s): 340b93f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ df.drop(columns=['Additional_Number_of_Scoring',
59
  'Reviewer_Score',
60
  'days_since_review',
61
  'lat',
62
- 'lng'], inplace=True)
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]