Commit analyse symptomes gripaux avec données en local sous Gitlab

parent e674e080
......@@ -29,14 +29,29 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"metadata": {},
"outputs": [],
"source": [
"data_url = \"http://www.sentiweb.fr/datasets/incidence-PAY-3.csv\""
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Enregistrement du fichier de données d'origine dans le dossier Gitlab dédié\n",
"https://app-learninglab.inria.fr/moocrr/jupyter/user/6ace2fb7013d31885fa16c5877ca5aa1/tree/work/module3/exo1"
]
},
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
"data_url = \"https://app-learninglab.inria.fr/moocrr/jupyter/user/6ace2fb7013d31885fa16c5877ca5aa1/edit/work/module3/exo1/incidence-PAY-Inserm_grippe.csv\""
]
},
{
"cell_type": "markdown",
"metadata": {},
......@@ -153,9 +168,7 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"metadata": {},
"outputs": [],
"source": [
"sorted_data = data.set_index('period').sort_index()"
......@@ -253,9 +266,7 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"metadata": {},
"outputs": [],
"source": [
"first_august_week = [pd.Period(pd.Timestamp(y, 8, 1), 'W')\n",
......@@ -341,9 +352,7 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"metadata": {},
"outputs": [],
"source": []
}
......@@ -364,7 +373,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.1"
"version": "3.6.4"
}
},
"nbformat": 4,
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment