From fab4b28b6cecfb219e0088af60c351d7e168ff5f Mon Sep 17 00:00:00 2001 From: fd8d689ae94a7c83ea77954b987bbe08 Date: Sat, 1 May 2021 23:35:19 +0000 Subject: [PATCH] commit1 --- module3/exo1/analyse-syndrome-grippal.ipynb | 29 +++++++++++++++++---- 1 file changed, 24 insertions(+), 5 deletions(-) diff --git a/module3/exo1/analyse-syndrome-grippal.ipynb b/module3/exo1/analyse-syndrome-grippal.ipynb index 59d72b5..f7cb932 100644 --- a/module3/exo1/analyse-syndrome-grippal.ipynb +++ b/module3/exo1/analyse-syndrome-grippal.ipynb @@ -9,7 +9,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 1, "metadata": {}, "outputs": [], "source": [ @@ -27,16 +27,35 @@ ] }, { - "cell_type": "code", - "execution_count": null, + "cell_type": "markdown", "metadata": { "collapsed": true }, - "outputs": [], "source": [ + "lien pour accéder aux données Réseau Sentinellle: [syndrome_grippal](http://www.sentiweb.fr/france/fr/?page=tableadresse)\n", "data_url = \"http://www.sentiweb.fr/datasets/incidence-PAY-3.csv\"" ] }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "import os.path\n", + "if os.path.isfile():\n", + " pd.read_excel()\n", + "else:\n", + " raise ValueError(\"%s isn't a file!\" % file_path)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + }, { "cell_type": "markdown", "metadata": {}, @@ -364,7 +383,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.6.1" + "version": "3.6.4" } }, "nbformat": 4, -- 2.18.1