diff --git a/module3/exo1/influenza-like-illness-analysis.ipynb b/module3/exo1/influenza-like-illness-analysis.ipynb index 37a1a34034a016e9fce9c2f3f20c1113abed0731..64cdcd99b5e6f0df16af7f9bcd87d8c09658ee1d 100644 --- a/module3/exo1/influenza-like-illness-analysis.ipynb +++ b/module3/exo1/influenza-like-illness-analysis.ipynb @@ -27,19 +27,19 @@ ] }, { - "cell_type": "code", - "execution_count": 2, + "cell_type": "markdown", "metadata": {}, - "outputs": [], "source": [ - "data_url = \"http://www.sentiweb.fr/datasets/incidence-PAY-3.csv\"" + "To ensure that we always have an available copy of the data, we will dowload it and keep a local version. If we already have a local version we wont download the data again." ] }, { - "cell_type": "markdown", + "cell_type": "code", + "execution_count": 2, "metadata": {}, + "outputs": [], "source": [ - "To ensure that we always have an available copy of the data, we will dowload it and keep a local version. If we already have a local version we wont download the data again." + "data_url = \"http://www.sentiweb.fr/datasets/incidence-PAY-3.csv\"" ] }, {