Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -260,7 +260,7 @@ def get_specific_flights(day, max_delay, departure_hour, ampm, weather, destinat
|
|
| 260 |
return filtered_df
|
| 261 |
|
| 262 |
def full_day_departure(day):
|
| 263 |
-
dataframe =
|
| 264 |
dataframe.drop(columns=['departure_hour','airport code'])
|
| 265 |
return get_dataframe_of(day)
|
| 266 |
|
|
|
|
| 260 |
return filtered_df
|
| 261 |
|
| 262 |
def full_day_departure(day):
|
| 263 |
+
dataframe = get_dataframe_of(day)
|
| 264 |
dataframe.drop(columns=['departure_hour','airport code'])
|
| 265 |
return get_dataframe_of(day)
|
| 266 |
|