From d8d6aa5106119510ea3d339a797d08afe669e497 Mon Sep 17 00:00:00 2001 From: b887a1da49c86af48bb374d792d44dfb Date: Mon, 23 Jun 2025 21:32:49 +0000 Subject: [PATCH] no commit message --- module3/exo1/influenza-like-illness-analysis.ipynb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/module3/exo1/influenza-like-illness-analysis.ipynb b/module3/exo1/influenza-like-illness-analysis.ipynb index 905205b..26b5082 100644 --- a/module3/exo1/influenza-like-illness-analysis.ipynb +++ b/module3/exo1/influenza-like-illness-analysis.ipynb @@ -2212,16 +2212,16 @@ }, { "cell_type": "code", - "execution_count": 22, + "execution_count": 35, "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "" + "" ] }, - "execution_count": 22, + "execution_count": 35, "metadata": {}, "output_type": "execute_result" }, @@ -2239,7 +2239,7 @@ } ], "source": [ - "sorted_data['inc'] = pd.to_numeric(sorted_data['inc'], errors='coerce')\n", + "sorted_data['inc'] = pd.to_numeric(sorted_data['inc'],)\n", "sorted_data['inc'].plot()" ] }, @@ -2252,16 +2252,16 @@ }, { "cell_type": "code", - "execution_count": 23, + "execution_count": 36, "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "" + "" ] }, - "execution_count": 23, + "execution_count": 36, "metadata": {}, "output_type": "execute_result" }, -- 2.18.1