mirror of
https://github.com/Vale54321/BigData.git
synced 2025-12-11 09:59:33 +01:00
add 9 + 10
This commit is contained in:
@@ -133,7 +133,7 @@ def plot_avg_tmax_day(station_name):
|
||||
|
||||
days = [row['day'] for row in df_avg]
|
||||
avg_tmax = [row['avg_tmax'] for row in df_avg]
|
||||
|
||||
#TODO: Mit SQL machen
|
||||
# 21-Tage gleitender Durchschnitt (10 Tage davor, Tag selbst, 10 Tage danach)
|
||||
rolling_avg = []
|
||||
for i in range(len(avg_tmax)):
|
||||
|
||||
Reference in New Issue
Block a user