explorall commited on
Commit
5481207
·
1 Parent(s): 79b10c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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")