Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,6 +12,9 @@ predictions_df = query.read(read_options={"use_hive": True})
|
|
| 12 |
|
| 13 |
predictions_df = predictions_df.sort_values(by=["timestamp_local"])
|
| 14 |
|
|
|
|
|
|
|
|
|
|
| 15 |
dataset_api = project.get_dataset_api()
|
| 16 |
|
| 17 |
dataset_api.download("Resources/weather/last_prediction.txt")
|
|
|
|
| 12 |
|
| 13 |
predictions_df = predictions_df.sort_values(by=["timestamp_local"])
|
| 14 |
|
| 15 |
+
print(predictions_df)
|
| 16 |
+
print(predictions_df.tail(4))
|
| 17 |
+
|
| 18 |
dataset_api = project.get_dataset_api()
|
| 19 |
|
| 20 |
dataset_api.download("Resources/weather/last_prediction.txt")
|