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
babb2d30aa66a4380221fe97e5653380
mooc-rr
Commits
4ec0bd0d
Commit
4ec0bd0d
authored
Jan 06, 2021
by
babb2d30aa66a4380221fe97e5653380
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lancement de la comparaison des solutions avant transfert des dernières modifications réalisée
parent
e17d9a87
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1929 additions
and
26 deletions
+1929
-26
analyse-syndrome-grippal.ipynb
module3/exo1/analyse-syndrome-grippal.ipynb
+40
-26
syndrome_grippal.csv
module3/exo1/syndrome_grippal.csv
+1889
-0
No files found.
module3/exo1/analyse-syndrome-grippal.ipynb
View file @
4ec0bd0d
...
...
@@ -38,6 +38,20 @@
"data_url = \"http://www.sentiweb.fr/datasets/incidence-PAY-3.csv\""
]
},
{
"cell_type": "code",
"execution_count": 3,
"metadata": {},
"outputs": [],
"source": [
"data_file = \"syndrome_grippal.csv\"\n",
"\n",
"import os\n",
"import urllib.request\n",
"if not os.path.exists(data_file):\n",
" urllib.request.urlretrieve(data_url, data_file)"
]
},
{
"cell_type": "markdown",
"metadata": {},
...
...
@@ -62,7 +76,7 @@
},
{
"cell_type": "code",
"execution_count":
3
,
"execution_count":
4
,
"metadata": {},
"outputs": [
{
...
...
@@ -1027,13 +1041,13 @@
"[1887 rows x 10 columns]"
]
},
"execution_count":
3
,
"execution_count":
4
,
"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"
]
},
...
...
@@ -1046,7 +1060,7 @@
},
{
"cell_type": "code",
"execution_count":
4
,
"execution_count":
5
,
"metadata": {},
"outputs": [
{
...
...
@@ -1108,7 +1122,7 @@
"1650 FR France "
]
},
"execution_count":
4
,
"execution_count":
5
,
"metadata": {},
"output_type": "execute_result"
}
...
...
@@ -1126,7 +1140,7 @@
},
{
"cell_type": "code",
"execution_count":
5
,
"execution_count":
6
,
"metadata": {},
"outputs": [
{
...
...
@@ -2091,7 +2105,7 @@
"[1886 rows x 10 columns]"
]
},
"execution_count":
5
,
"execution_count":
6
,
"metadata": {},
"output_type": "execute_result"
}
...
...
@@ -2121,7 +2135,7 @@
},
{
"cell_type": "code",
"execution_count":
6
,
"execution_count":
7
,
"metadata": {},
"outputs": [],
"source": [
...
...
@@ -2151,7 +2165,7 @@
},
{
"cell_type": "code",
"execution_count":
7
,
"execution_count":
8
,
"metadata": {},
"outputs": [],
"source": [
...
...
@@ -2176,7 +2190,7 @@
},
{
"cell_type": "code",
"execution_count":
8
,
"execution_count":
9
,
"metadata": {},
"outputs": [
{
...
...
@@ -2204,16 +2218,16 @@
},
{
"cell_type": "code",
"execution_count":
9
,
"execution_count":
10
,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"<matplotlib.axes._subplots.AxesSubplot at 0x7f
613812acf
8>"
"<matplotlib.axes._subplots.AxesSubplot at 0x7f
18f05ee89
8>"
]
},
"execution_count":
9
,
"execution_count":
10
,
"metadata": {},
"output_type": "execute_result"
},
...
...
@@ -2243,16 +2257,16 @@
},
{
"cell_type": "code",
"execution_count": 1
0
,
"execution_count": 1
1
,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"<matplotlib.axes._subplots.AxesSubplot at 0x7f
6135fecc88
>"
"<matplotlib.axes._subplots.AxesSubplot at 0x7f
18ee3a8940
>"
]
},
"execution_count": 1
0
,
"execution_count": 1
1
,
"metadata": {},
"output_type": "execute_result"
},
...
...
@@ -2303,7 +2317,7 @@
},
{
"cell_type": "code",
"execution_count": 1
1
,
"execution_count": 1
2
,
"metadata": {},
"outputs": [],
"source": [
...
...
@@ -2323,7 +2337,7 @@
},
{
"cell_type": "code",
"execution_count": 1
2
,
"execution_count": 1
3
,
"metadata": {},
"outputs": [],
"source": [
...
...
@@ -2347,16 +2361,16 @@
},
{
"cell_type": "code",
"execution_count": 1
3
,
"execution_count": 1
4
,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"<matplotlib.axes._subplots.AxesSubplot at 0x7f
6135f1d58
8>"
"<matplotlib.axes._subplots.AxesSubplot at 0x7f
18ee346b3
8>"
]
},
"execution_count": 1
3
,
"execution_count": 1
4
,
"metadata": {},
"output_type": "execute_result"
},
...
...
@@ -2386,7 +2400,7 @@
},
{
"cell_type": "code",
"execution_count": 1
4
,
"execution_count": 1
5
,
"metadata": {},
"outputs": [
{
...
...
@@ -2429,7 +2443,7 @@
"dtype: int64"
]
},
"execution_count": 1
4
,
"execution_count": 1
5
,
"metadata": {},
"output_type": "execute_result"
}
...
...
@@ -2448,16 +2462,16 @@
},
{
"cell_type": "code",
"execution_count": 1
5
,
"execution_count": 1
6
,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"<matplotlib.axes._subplots.AxesSubplot at 0x7f
6135ef3cc
0>"
"<matplotlib.axes._subplots.AxesSubplot at 0x7f
18ee2acc5
0>"
]
},
"execution_count": 1
5
,
"execution_count": 1
6
,
"metadata": {},
"output_type": "execute_result"
},
...
...
module3/exo1/syndrome_grippal.csv
0 → 100644
View file @
4ec0bd0d
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