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
e6cfd8a10624671909b6755e01761c6e
mooc-rr
Commits
2caf84a8
Commit
2caf84a8
authored
May 08, 2025
by
e6cfd8a10624671909b6755e01761c6e
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
final update
parent
cb89b669
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
26 deletions
+33
-26
analyse-syndrome-grippal.ipynb
module3/exo1/analyse-syndrome-grippal.ipynb
+33
-26
No files found.
module3/exo1/analyse-syndrome-grippal.ipynb
View file @
2caf84a8
...
...
@@ -78,9 +78,16 @@
"La première ligne du fichier CSV est un commentaire, que nous ignorons en précisant `skiprows=1`."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Une fois téléchargé localement, je peut maintenant utiliser le fichier qui à été télechargé. "
]
},
{
"cell_type": "code",
"execution_count": 2
4
,
"execution_count": 2
6
,
"metadata": {},
"outputs": [
{
...
...
@@ -1045,13 +1052,13 @@
"[2114 rows x 10 columns]"
]
},
"execution_count": 2
4
,
"execution_count": 2
6
,
"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"
]
},
...
...
@@ -1064,7 +1071,7 @@
},
{
"cell_type": "code",
"execution_count": 2
5
,
"execution_count": 2
7
,
"metadata": {},
"outputs": [
{
...
...
@@ -1126,7 +1133,7 @@
"1877 FR France "
]
},
"execution_count": 2
5
,
"execution_count": 2
7
,
"metadata": {},
"output_type": "execute_result"
}
...
...
@@ -1144,7 +1151,7 @@
},
{
"cell_type": "code",
"execution_count":
11
,
"execution_count":
28
,
"metadata": {},
"outputs": [
{
...
...
@@ -2109,7 +2116,7 @@
"[2113 rows x 10 columns]"
]
},
"execution_count":
11
,
"execution_count":
28
,
"metadata": {},
"output_type": "execute_result"
}
...
...
@@ -2139,7 +2146,7 @@
},
{
"cell_type": "code",
"execution_count":
12
,
"execution_count":
30
,
"metadata": {},
"outputs": [],
"source": [
...
...
@@ -2169,7 +2176,7 @@
},
{
"cell_type": "code",
"execution_count":
13
,
"execution_count":
31
,
"metadata": {},
"outputs": [],
"source": [
...
...
@@ -2194,7 +2201,7 @@
},
{
"cell_type": "code",
"execution_count":
14
,
"execution_count":
32
,
"metadata": {},
"outputs": [
{
...
...
@@ -2222,16 +2229,16 @@
},
{
"cell_type": "code",
"execution_count":
16
,
"execution_count":
33
,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"<matplotlib.axes._subplots.AxesSubplot at 0x7f01a
ae1b860
>"
"<matplotlib.axes._subplots.AxesSubplot at 0x7f01a
8972278
>"
]
},
"execution_count":
16
,
"execution_count":
33
,
"metadata": {},
"output_type": "execute_result"
},
...
...
@@ -2262,16 +2269,16 @@
},
{
"cell_type": "code",
"execution_count":
17
,
"execution_count":
34
,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"<matplotlib.axes._subplots.AxesSubplot at 0x7f01a8
c30d68
>"
"<matplotlib.axes._subplots.AxesSubplot at 0x7f01a8
9efa20
>"
]
},
"execution_count":
17
,
"execution_count":
34
,
"metadata": {},
"output_type": "execute_result"
},
...
...
@@ -2322,7 +2329,7 @@
},
{
"cell_type": "code",
"execution_count":
18
,
"execution_count":
36
,
"metadata": {},
"outputs": [],
"source": [
...
...
@@ -2342,7 +2349,7 @@
},
{
"cell_type": "code",
"execution_count":
19
,
"execution_count":
37
,
"metadata": {},
"outputs": [],
"source": [
...
...
@@ -2366,16 +2373,16 @@
},
{
"cell_type": "code",
"execution_count":
20
,
"execution_count":
38
,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"<matplotlib.axes._subplots.AxesSubplot at 0x7f01a8
bc5a5
8>"
"<matplotlib.axes._subplots.AxesSubplot at 0x7f01a8
8579e
8>"
]
},
"execution_count":
20
,
"execution_count":
38
,
"metadata": {},
"output_type": "execute_result"
},
...
...
@@ -2405,7 +2412,7 @@
},
{
"cell_type": "code",
"execution_count":
21
,
"execution_count":
39
,
"metadata": {},
"outputs": [
{
...
...
@@ -2453,7 +2460,7 @@
"dtype: int64"
]
},
"execution_count":
21
,
"execution_count":
39
,
"metadata": {},
"output_type": "execute_result"
}
...
...
@@ -2472,16 +2479,16 @@
},
{
"cell_type": "code",
"execution_count":
22
,
"execution_count":
40
,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"<matplotlib.axes._subplots.AxesSubplot at 0x7f01a8
c1a32
0>"
"<matplotlib.axes._subplots.AxesSubplot at 0x7f01a8
7ba16
0>"
]
},
"execution_count":
22
,
"execution_count":
40
,
"metadata": {},
"output_type": "execute_result"
},
...
...
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