From 3284552600b205f3b71f597a0ff06c7df361182f Mon Sep 17 00:00:00 2001 From: b887a1da49c86af48bb374d792d44dfb Date: Mon, 23 Jun 2025 21:33:27 +0000 Subject: [PATCH] no commit message --- module3/exo1/influenza-like-illness-analysis.ipynb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/module3/exo1/influenza-like-illness-analysis.ipynb b/module3/exo1/influenza-like-illness-analysis.ipynb index 26b5082..0724387 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": 35, + "execution_count": 37, "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "" + "" ] }, - "execution_count": 35, + "execution_count": 37, "metadata": {}, "output_type": "execute_result" }, @@ -2239,7 +2239,7 @@ } ], "source": [ - "sorted_data['inc'] = pd.to_numeric(sorted_data['inc'],)\n", + "sorted_data['inc'] = pd.to_numeric(sorted_data['inc'])\n", "sorted_data['inc'].plot()" ] }, -- 2.18.1