diff --git a/power-stats.ipynb b/power-stats.ipynb
index cad5cefe6e4bc2f5560050e0c8ce89feb3bc4bd8..9151e63733315c4c484cea94a2717626178ce030 100644
--- a/power-stats.ipynb
+++ b/power-stats.ipynb
@@ -76,7 +76,7 @@
    "outputs": [],
    "source": [
     "startdate = '2020/01/01 00:00:00'\n",
-    "enddate = '2020/07/10 00:00:00'"
+    "enddate = '2021/02/21 00:00:00'"
    ]
   },
   {
@@ -225,7 +225,7 @@
    "metadata": {},
    "outputs": [],
    "source": [
-    "kW = m6_hourly_pwr['2020-02-01':'2020-07-09'].sum(axis=1)/1000"
+    "kW = m6_hourly_pwr['2020-02-01':'2021-02-21'].sum(axis=1)/1000"
    ]
   },
   {