Spaces:
Build error
Build error
Update app.py
Browse files
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 |
|