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
d453740234c5bbb9f6944701f2b02ff7
mooc-rr
Commits
6effdd58
Commit
6effdd58
authored
Mar 31, 2020
by
d453740234c5bbb9f6944701f2b02ff7
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
correction nom_fichier + utilisation du bon chemin pour la lecture du CSV
parent
db36cd04
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
analyse-syndrome-grippal.ipynb
module3/exo1/analyse-syndrome-grippal.ipynb
+9
-9
No files found.
module3/exo1/analyse-syndrome-grippal.ipynb
View file @
6effdd58
...
...
@@ -50,16 +50,16 @@
},
{
"cell_type": "code",
"execution_count":
17
,
"execution_count":
3
,
"metadata": {},
"outputs": [],
"source": [
"
data_local
_file = \"LOCAL-incidence-PAY-3.csv\"\n",
"
local_data
_file = \"LOCAL-incidence-PAY-3.csv\"\n",
"\n",
"import os.path\n",
"import urllib.request\n",
"if not os.path.exists(data_file):\n",
" urllib.request.urlretrieve(data_url,
data_local
_file)"
"if not os.path.exists(
local_
data_file):\n",
" urllib.request.urlretrieve(data_url,
local_data
_file)"
]
},
{
...
...
@@ -1057,7 +1057,7 @@
}
],
"source": [
"raw_data = pd.read_csv(
data_url
, skiprows=1)\n",
"raw_data = pd.read_csv(
local_data_file
, skiprows=1)\n",
"raw_data"
]
},
...
...
@@ -2234,7 +2234,7 @@
{
"data": {
"text/plain": [
"<matplotlib.axes._subplots.AxesSubplot at 0x7f0
904c64d30
>"
"<matplotlib.axes._subplots.AxesSubplot at 0x7f0
707f5cc88
>"
]
},
"execution_count": 10,
...
...
@@ -2273,7 +2273,7 @@
{
"data": {
"text/plain": [
"<matplotlib.axes._subplots.AxesSubplot at 0x7f0
90233e24
0>"
"<matplotlib.axes._subplots.AxesSubplot at 0x7f0
705ac4b0
0>"
]
},
"execution_count": 11,
...
...
@@ -2377,7 +2377,7 @@
{
"data": {
"text/plain": [
"<matplotlib.axes._subplots.AxesSubplot at 0x7f0
9022cab00
>"
"<matplotlib.axes._subplots.AxesSubplot at 0x7f0
7059f4748
>"
]
},
"execution_count": 14,
...
...
@@ -2478,7 +2478,7 @@
{
"data": {
"text/plain": [
"<matplotlib.axes._subplots.AxesSubplot at 0x7f0
9022f871
0>"
"<matplotlib.axes._subplots.AxesSubplot at 0x7f0
7059cbd3
0>"
]
},
"execution_count": 16,
...
...
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