From 408bb037f64186862e5f610207f3d333a1752d41 Mon Sep 17 00:00:00 2001 From: 37f96d5f36f7190e8cb633d49f1d82e8 <37f96d5f36f7190e8cb633d49f1d82e8@app-learninglab.inria.fr> Date: Thu, 21 Jan 2021 09:13:07 +0000 Subject: [PATCH] modify so that we actually read the local grippe file --- module3/exo1/analyse-syndrome-grippal.ipynb | 56 ++++++++++----------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/module3/exo1/analyse-syndrome-grippal.ipynb b/module3/exo1/analyse-syndrome-grippal.ipynb index 3509b0c..557bd70 100644 --- a/module3/exo1/analyse-syndrome-grippal.ipynb +++ b/module3/exo1/analyse-syndrome-grippal.ipynb @@ -9,7 +9,7 @@ }, { "cell_type": "code", - "execution_count": 27, + "execution_count": 42, "metadata": {}, "outputs": [], "source": [ @@ -28,7 +28,7 @@ }, { "cell_type": "code", - "execution_count": 28, + "execution_count": 43, "metadata": {}, "outputs": [], "source": [ @@ -67,7 +67,7 @@ }, { "cell_type": "code", - "execution_count": 29, + "execution_count": 44, "metadata": {}, "outputs": [ { @@ -1032,13 +1032,13 @@ "[1890 rows x 10 columns]" ] }, - "execution_count": 29, + "execution_count": 44, "metadata": {}, "output_type": "execute_result" } ], "source": [ - "raw_data = pd.read_csv(data_url, skiprows=1)\n", + "raw_data = pd.read_csv(data_file, skiprows=1)\n", "raw_data" ] }, @@ -1051,7 +1051,7 @@ }, { "cell_type": "code", - "execution_count": 30, + "execution_count": 45, "metadata": {}, "outputs": [ { @@ -1113,7 +1113,7 @@ "1653 FR France " ] }, - "execution_count": 30, + "execution_count": 45, "metadata": {}, "output_type": "execute_result" } @@ -1131,7 +1131,7 @@ }, { "cell_type": "code", - "execution_count": 31, + "execution_count": 46, "metadata": {}, "outputs": [ { @@ -2096,7 +2096,7 @@ "[1889 rows x 10 columns]" ] }, - "execution_count": 31, + "execution_count": 46, "metadata": {}, "output_type": "execute_result" } @@ -2126,7 +2126,7 @@ }, { "cell_type": "code", - "execution_count": 32, + "execution_count": 47, "metadata": {}, "outputs": [], "source": [ @@ -2156,7 +2156,7 @@ }, { "cell_type": "code", - "execution_count": 33, + "execution_count": 48, "metadata": {}, "outputs": [], "source": [ @@ -2181,7 +2181,7 @@ }, { "cell_type": "code", - "execution_count": 34, + "execution_count": 49, "metadata": {}, "outputs": [ { @@ -2209,16 +2209,16 @@ }, { "cell_type": "code", - "execution_count": 35, + "execution_count": 50, "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "" + "" ] }, - "execution_count": 35, + "execution_count": 50, "metadata": {}, "output_type": "execute_result" }, @@ -2248,16 +2248,16 @@ }, { "cell_type": "code", - "execution_count": 36, + "execution_count": 51, "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "" + "" ] }, - "execution_count": 36, + "execution_count": 51, "metadata": {}, "output_type": "execute_result" }, @@ -2308,7 +2308,7 @@ }, { "cell_type": "code", - "execution_count": 37, + "execution_count": 52, "metadata": {}, "outputs": [], "source": [ @@ -2328,7 +2328,7 @@ }, { "cell_type": "code", - "execution_count": 38, + "execution_count": 53, "metadata": {}, "outputs": [], "source": [ @@ -2352,16 +2352,16 @@ }, { "cell_type": "code", - "execution_count": 39, + "execution_count": 54, "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "" + "" ] }, - "execution_count": 39, + "execution_count": 54, "metadata": {}, "output_type": "execute_result" }, @@ -2391,7 +2391,7 @@ }, { "cell_type": "code", - "execution_count": 40, + "execution_count": 55, "metadata": {}, "outputs": [ { @@ -2435,7 +2435,7 @@ "dtype: int64" ] }, - "execution_count": 40, + "execution_count": 55, "metadata": {}, "output_type": "execute_result" } @@ -2454,16 +2454,16 @@ }, { "cell_type": "code", - "execution_count": 41, + "execution_count": 56, "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "" + "" ] }, - "execution_count": 41, + "execution_count": 56, "metadata": {}, "output_type": "execute_result" }, -- 2.18.1