From 53d8ee046e173bf7c975f63b2dce4e943fde71b5 Mon Sep 17 00:00:00 2001
From: Lyudmila Vaseva <vaseva@mi.fu-berlin.de>
Date: Mon, 11 Mar 2019 15:37:21 +0100
Subject: [PATCH] Add a todo

---
 src/explore.ipynb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/explore.ipynb b/src/explore.ipynb
index 3ab417a..06b41e3 100644
--- a/src/explore.ipynb
+++ b/src/explore.ipynb
@@ -476,7 +476,9 @@
     "plt.xlabel('Month')\n",
     "plt.ylabel('Num hits')\n",
     "plt.plot(df_hits['LogMonth'],df_hits['Freq'], 'bo')\n",
-    "plt.show()"
+    "plt.show()\n",
+    "\n",
+    "#TODO: why is the peak there? there's an upward tendency"
    ]
   },
   {
-- 
GitLab