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
6a057d4c0b5da227e313d46089968294
mooc-rr
Commits
4a9b1471
Commit
4a9b1471
authored
Sep 02, 2022
by
6a057d4c0b5da227e313d46089968294
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
automatize file download from Sentinelles
parent
6138fe0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
20 deletions
+20
-20
analyse-syndrome-grippal.ipynb
module3/exo1/analyse-syndrome-grippal.ipynb
+20
-20
No files found.
module3/exo1/analyse-syndrome-grippal.ipynb
View file @
4a9b1471
...
...
@@ -9,7 +9,7 @@
},
{
"cell_type": "code",
"execution_count":
4
1,
"execution_count":
6
1,
"metadata": {},
"outputs": [],
"source": [
...
...
@@ -30,11 +30,11 @@
},
{
"cell_type": "code",
"execution_count":
4
2,
"execution_count":
6
2,
"metadata": {},
"outputs": [],
"source": [
"data_
path = \" /home/jovyan/work/module3/exo1
/incidence-PAY-3.csv\""
"data_
url = \"http://www.sentiweb.fr/datasets
/incidence-PAY-3.csv\""
]
},
{
...
...
@@ -46,7 +46,7 @@
},
{
"cell_type": "code",
"execution_count":
4
3,
"execution_count":
6
3,
"metadata": {},
"outputs": [],
"source": [
...
...
@@ -78,7 +78,7 @@
},
{
"cell_type": "code",
"execution_count":
4
4,
"execution_count":
6
4,
"metadata": {},
"outputs": [
{
...
...
@@ -1043,13 +1043,13 @@
"[1974 rows x 10 columns]"
]
},
"execution_count":
4
4,
"execution_count":
6
4,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"raw_data = pd.read_csv(
data_path
, skiprows=1)\n",
"raw_data = pd.read_csv(
\"incidence-PAY-3.csv\"
, skiprows=1)\n",
"raw_data"
]
},
...
...
@@ -1062,7 +1062,7 @@
},
{
"cell_type": "code",
"execution_count":
4
5,
"execution_count":
6
5,
"metadata": {},
"outputs": [
{
...
...
@@ -1124,7 +1124,7 @@
"1737 FR France "
]
},
"execution_count":
4
5,
"execution_count":
6
5,
"metadata": {},
"output_type": "execute_result"
}
...
...
@@ -1142,7 +1142,7 @@
},
{
"cell_type": "code",
"execution_count":
4
6,
"execution_count":
6
6,
"metadata": {},
"outputs": [
{
...
...
@@ -2107,7 +2107,7 @@
"[1973 rows x 10 columns]"
]
},
"execution_count":
4
6,
"execution_count":
6
6,
"metadata": {},
"output_type": "execute_result"
}
...
...
@@ -2137,7 +2137,7 @@
},
{
"cell_type": "code",
"execution_count":
4
7,
"execution_count":
6
7,
"metadata": {},
"outputs": [],
"source": [
...
...
@@ -2167,7 +2167,7 @@
},
{
"cell_type": "code",
"execution_count":
4
8,
"execution_count":
6
8,
"metadata": {},
"outputs": [],
"source": [
...
...
@@ -2192,7 +2192,7 @@
},
{
"cell_type": "code",
"execution_count":
4
9,
"execution_count":
6
9,
"metadata": {},
"outputs": [
{
...
...
@@ -2220,16 +2220,16 @@
},
{
"cell_type": "code",
"execution_count":
5
0,
"execution_count":
7
0,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"<matplotlib.axes._subplots.AxesSubplot at 0x7fd1d5
8e1198
>"
"<matplotlib.axes._subplots.AxesSubplot at 0x7fd1d5
4734e0
>"
]
},
"execution_count":
5
0,
"execution_count":
7
0,
"metadata": {},
"output_type": "execute_result"
},
...
...
@@ -2259,16 +2259,16 @@
},
{
"cell_type": "code",
"execution_count":
5
1,
"execution_count":
7
1,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"<matplotlib.axes._subplots.AxesSubplot at 0x7fd1d5
6faa58
>"
"<matplotlib.axes._subplots.AxesSubplot at 0x7fd1d5
41c400
>"
]
},
"execution_count":
5
1,
"execution_count":
7
1,
"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