Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -18,6 +18,8 @@ def get_data():
|
|
18 |
skiprows=1,
|
19 |
)
|
20 |
|
|
|
|
|
21 |
# Drop rows where the 'Model' column is NaN
|
22 |
df.dropna(subset=['Model'], inplace=True)
|
23 |
|
|
|
18 |
skiprows=1,
|
19 |
)
|
20 |
|
21 |
+
print(df.columns)
|
22 |
+
|
23 |
# Drop rows where the 'Model' column is NaN
|
24 |
df.dropna(subset=['Model'], inplace=True)
|
25 |
|