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
37f96d5f36f7190e8cb633d49f1d82e8
mooc-rr
Commits
408bb037
Commit
408bb037
authored
Jan 21, 2021
by
37f96d5f36f7190e8cb633d49f1d82e8
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modify so that we actually read the local grippe file
parent
bb645416
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
28 deletions
+28
-28
analyse-syndrome-grippal.ipynb
module3/exo1/analyse-syndrome-grippal.ipynb
+28
-28
No files found.
module3/exo1/analyse-syndrome-grippal.ipynb
View file @
408bb037
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
},
},
{
{
"cell_type": "code",
"cell_type": "code",
"execution_count":
27
,
"execution_count":
42
,
"metadata": {},
"metadata": {},
"outputs": [],
"outputs": [],
"source": [
"source": [
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
},
},
{
{
"cell_type": "code",
"cell_type": "code",
"execution_count":
28
,
"execution_count":
43
,
"metadata": {},
"metadata": {},
"outputs": [],
"outputs": [],
"source": [
"source": [
...
@@ -67,7 +67,7 @@
...
@@ -67,7 +67,7 @@
},
},
{
{
"cell_type": "code",
"cell_type": "code",
"execution_count":
29
,
"execution_count":
44
,
"metadata": {},
"metadata": {},
"outputs": [
"outputs": [
{
{
...
@@ -1032,13 +1032,13 @@
...
@@ -1032,13 +1032,13 @@
"[1890 rows x 10 columns]"
"[1890 rows x 10 columns]"
]
]
},
},
"execution_count":
29
,
"execution_count":
44
,
"metadata": {},
"metadata": {},
"output_type": "execute_result"
"output_type": "execute_result"
}
}
],
],
"source": [
"source": [
"raw_data = pd.read_csv(data_
url
, skiprows=1)\n",
"raw_data = pd.read_csv(data_
file
, skiprows=1)\n",
"raw_data"
"raw_data"
]
]
},
},
...
@@ -1051,7 +1051,7 @@
...
@@ -1051,7 +1051,7 @@
},
},
{
{
"cell_type": "code",
"cell_type": "code",
"execution_count":
30
,
"execution_count":
45
,
"metadata": {},
"metadata": {},
"outputs": [
"outputs": [
{
{
...
@@ -1113,7 +1113,7 @@
...
@@ -1113,7 +1113,7 @@
"1653 FR France "
"1653 FR France "
]
]
},
},
"execution_count":
30
,
"execution_count":
45
,
"metadata": {},
"metadata": {},
"output_type": "execute_result"
"output_type": "execute_result"
}
}
...
@@ -1131,7 +1131,7 @@
...
@@ -1131,7 +1131,7 @@
},
},
{
{
"cell_type": "code",
"cell_type": "code",
"execution_count":
31
,
"execution_count":
46
,
"metadata": {},
"metadata": {},
"outputs": [
"outputs": [
{
{
...
@@ -2096,7 +2096,7 @@
...
@@ -2096,7 +2096,7 @@
"[1889 rows x 10 columns]"
"[1889 rows x 10 columns]"
]
]
},
},
"execution_count":
31
,
"execution_count":
46
,
"metadata": {},
"metadata": {},
"output_type": "execute_result"
"output_type": "execute_result"
}
}
...
@@ -2126,7 +2126,7 @@
...
@@ -2126,7 +2126,7 @@
},
},
{
{
"cell_type": "code",
"cell_type": "code",
"execution_count":
32
,
"execution_count":
47
,
"metadata": {},
"metadata": {},
"outputs": [],
"outputs": [],
"source": [
"source": [
...
@@ -2156,7 +2156,7 @@
...
@@ -2156,7 +2156,7 @@
},
},
{
{
"cell_type": "code",
"cell_type": "code",
"execution_count":
33
,
"execution_count":
48
,
"metadata": {},
"metadata": {},
"outputs": [],
"outputs": [],
"source": [
"source": [
...
@@ -2181,7 +2181,7 @@
...
@@ -2181,7 +2181,7 @@
},
},
{
{
"cell_type": "code",
"cell_type": "code",
"execution_count":
34
,
"execution_count":
49
,
"metadata": {},
"metadata": {},
"outputs": [
"outputs": [
{
{
...
@@ -2209,16 +2209,16 @@
...
@@ -2209,16 +2209,16 @@
},
},
{
{
"cell_type": "code",
"cell_type": "code",
"execution_count":
35
,
"execution_count":
50
,
"metadata": {},
"metadata": {},
"outputs": [
"outputs": [
{
{
"data": {
"data": {
"text/plain": [
"text/plain": [
"<matplotlib.axes._subplots.AxesSubplot at 0x7f1f65
6a4e48
>"
"<matplotlib.axes._subplots.AxesSubplot at 0x7f1f65
3ebe10
>"
]
]
},
},
"execution_count":
35
,
"execution_count":
50
,
"metadata": {},
"metadata": {},
"output_type": "execute_result"
"output_type": "execute_result"
},
},
...
@@ -2248,16 +2248,16 @@
...
@@ -2248,16 +2248,16 @@
},
},
{
{
"cell_type": "code",
"cell_type": "code",
"execution_count":
36
,
"execution_count":
51
,
"metadata": {},
"metadata": {},
"outputs": [
"outputs": [
{
{
"data": {
"data": {
"text/plain": [
"text/plain": [
"<matplotlib.axes._subplots.AxesSubplot at 0x7f1f65
57f6d8
>"
"<matplotlib.axes._subplots.AxesSubplot at 0x7f1f65
4dee10
>"
]
]
},
},
"execution_count":
36
,
"execution_count":
51
,
"metadata": {},
"metadata": {},
"output_type": "execute_result"
"output_type": "execute_result"
},
},
...
@@ -2308,7 +2308,7 @@
...
@@ -2308,7 +2308,7 @@
},
},
{
{
"cell_type": "code",
"cell_type": "code",
"execution_count":
37
,
"execution_count":
52
,
"metadata": {},
"metadata": {},
"outputs": [],
"outputs": [],
"source": [
"source": [
...
@@ -2328,7 +2328,7 @@
...
@@ -2328,7 +2328,7 @@
},
},
{
{
"cell_type": "code",
"cell_type": "code",
"execution_count":
38
,
"execution_count":
53
,
"metadata": {},
"metadata": {},
"outputs": [],
"outputs": [],
"source": [
"source": [
...
@@ -2352,16 +2352,16 @@
...
@@ -2352,16 +2352,16 @@
},
},
{
{
"cell_type": "code",
"cell_type": "code",
"execution_count":
39
,
"execution_count":
54
,
"metadata": {},
"metadata": {},
"outputs": [
"outputs": [
{
{
"data": {
"data": {
"text/plain": [
"text/plain": [
"<matplotlib.axes._subplots.AxesSubplot at 0x7f1f65
82c470
>"
"<matplotlib.axes._subplots.AxesSubplot at 0x7f1f65
210b38
>"
]
]
},
},
"execution_count":
39
,
"execution_count":
54
,
"metadata": {},
"metadata": {},
"output_type": "execute_result"
"output_type": "execute_result"
},
},
...
@@ -2391,7 +2391,7 @@
...
@@ -2391,7 +2391,7 @@
},
},
{
{
"cell_type": "code",
"cell_type": "code",
"execution_count":
40
,
"execution_count":
55
,
"metadata": {},
"metadata": {},
"outputs": [
"outputs": [
{
{
...
@@ -2435,7 +2435,7 @@
...
@@ -2435,7 +2435,7 @@
"dtype: int64"
"dtype: int64"
]
]
},
},
"execution_count":
40
,
"execution_count":
55
,
"metadata": {},
"metadata": {},
"output_type": "execute_result"
"output_type": "execute_result"
}
}
...
@@ -2454,16 +2454,16 @@
...
@@ -2454,16 +2454,16 @@
},
},
{
{
"cell_type": "code",
"cell_type": "code",
"execution_count":
41
,
"execution_count":
56
,
"metadata": {},
"metadata": {},
"outputs": [
"outputs": [
{
{
"data": {
"data": {
"text/plain": [
"text/plain": [
"<matplotlib.axes._subplots.AxesSubplot at 0x7f1f65
4deba
8>"
"<matplotlib.axes._subplots.AxesSubplot at 0x7f1f65
18682
8>"
]
]
},
},
"execution_count":
41
,
"execution_count":
56
,
"metadata": {},
"metadata": {},
"output_type": "execute_result"
"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