Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mooc-rr
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
0ad254a0f9f8bf1268ceaa811b279f2b
mooc-rr
Commits
6371b3ea
Commit
6371b3ea
authored
Oct 17, 2024
by
0ad254a0f9f8bf1268ceaa811b279f2b
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modif dl csv
parent
e391755a
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4531 additions
and
5 deletions
+4531
-5
toy_notebook_fr.ipynb
module2/exo1/toy_notebook_fr.ipynb
+13
-3
.ipynb
module3/exo1/.ipynb
+2408
-0
analyse-syndrome-grippal.ipynb
module3/exo1/analyse-syndrome-grippal.ipynb
+23
-2
grippe.csv
module3/exo1/grippe.csv
+2087
-0
No files found.
module2/exo1/toy_notebook_fr.ipynb
View file @
6371b3ea
{
{
"cells": [],
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"from math import *\n",
"print(pi)"
]
}
],
"metadata": {
"metadata": {
"kernelspec": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3",
...
@@ -16,10 +27,9 @@
...
@@ -16,10 +27,9 @@
"name": "python",
"name": "python",
"nbconvert_exporter": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"pygments_lexer": "ipython3",
"version": "3.6.
3
"
"version": "3.6.
4
"
}
}
},
},
"nbformat": 4,
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 2
}
}
module3/exo1/.ipynb
0 → 100644
View file @
6371b3ea
This diff is collapsed.
Click to expand it.
module3/exo1/analyse-syndrome-grippal.ipynb
View file @
6371b3ea
...
@@ -16,7 +16,9 @@
...
@@ -16,7 +16,9 @@
"%matplotlib inline\n",
"%matplotlib inline\n",
"import matplotlib.pyplot as plt\n",
"import matplotlib.pyplot as plt\n",
"import pandas as pd\n",
"import pandas as pd\n",
"import isoweek"
"import isoweek\n",
"import os\n",
"import urllib.request"
]
]
},
},
{
{
...
@@ -37,6 +39,25 @@
...
@@ -37,6 +39,25 @@
"data_url = \"http://www.sentiweb.fr/datasets/incidence-PAY-3.csv\""
"data_url = \"http://www.sentiweb.fr/datasets/incidence-PAY-3.csv\""
]
]
},
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"On télécharge les données pour ne pas les perdre."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"data_file = \"syndrome-grippal.csv\"\n",
"\n",
"if not os.path.exists(data_file):\n",
" urllib.request.urlretrieve(data_url, data_file)"
]
},
{
{
"cell_type": "markdown",
"cell_type": "markdown",
"metadata": {},
"metadata": {},
...
@@ -364,7 +385,7 @@
...
@@ -364,7 +385,7 @@
"name": "python",
"name": "python",
"nbconvert_exporter": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"pygments_lexer": "ipython3",
"version": "3.6.
1
"
"version": "3.6.
4
"
}
}
},
},
"nbformat": 4,
"nbformat": 4,
...
...
module3/exo1/grippe.csv
0 → 100644
View file @
6371b3ea
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment