Lebossoti commited on
Commit
84acda2
·
verified ·
1 Parent(s): 8bd656c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -81,6 +81,7 @@ def process_data(df):
81
  Generate Python code to:
82
  1. Rename columns to: 'Name', 'City', 'contact_info', 'website'
83
  (map from closest matching columns, use your judgment)
 
84
  2. Select only these four columns
85
  3. If any columns are missing, create them with NA values
86
 
 
81
  Generate Python code to:
82
  1. Rename columns to: 'Name', 'City', 'contact_info', 'website'
83
  (map from closest matching columns, use your judgment)
84
+ The Columns SHOULD BE RENAMED
85
  2. Select only these four columns
86
  3. If any columns are missing, create them with NA values
87