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
0db2f0554d3b3bbdf0f34a0c1240bdef
mooc-rr
Commits
ec2ccde5
Commit
ec2ccde5
authored
Jun 09, 2020
by
0db2f0554d3b3bbdf0f34a0c1240bdef
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
version avec data stokees en local
parent
4a6d55cd
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 @
ec2ccde5
...
...
@@ -1031,13 +1031,13 @@
],
"source": [
"data_url = \"https://www.sentiweb.fr/datasets/incidence-PAY-3.csv\"\n",
"
fileNam
e = \"syndrome-grippal.csv\"\n",
"
data_fil
e = \"syndrome-grippal.csv\"\n",
"\n",
"os.path.isfile(
fileNam
e)\n",
"if os.path.isfile(
fileNam
e) == 0:\n",
" urllib.request.urlretrieve(data_url,
fileNam
e)\n",
"os.path.isfile(
data_fil
e)\n",
"if os.path.isfile(
data_fil
e) == 0:\n",
" urllib.request.urlretrieve(data_url,
data_fil
e)\n",
"\n",
"raw_data = pd.read_csv(
fileNam
e, skiprows=1)\n",
"raw_data = pd.read_csv(
data_fil
e, skiprows=1)\n",
"raw_data"
]
},
...
...
@@ -2214,7 +2214,7 @@
{
"data": {
"text/plain": [
"<matplotlib.axes._subplots.AxesSubplot at 0x7f
796395832
0>"
"<matplotlib.axes._subplots.AxesSubplot at 0x7f
dcd58c716
0>"
]
},
"execution_count": 8,
...
...
@@ -2253,7 +2253,7 @@
{
"data": {
"text/plain": [
"<matplotlib.axes._subplots.AxesSubplot at 0x7f
796181fdd8
>"
"<matplotlib.axes._subplots.AxesSubplot at 0x7f
dcd341eb70
>"
]
},
"execution_count": 9,
...
...
@@ -2357,7 +2357,7 @@
{
"data": {
"text/plain": [
"<matplotlib.axes._subplots.AxesSubplot at 0x7f
7961742898
>"
"<matplotlib.axes._subplots.AxesSubplot at 0x7f
dcd334c320
>"
]
},
"execution_count": 12,
...
...
@@ -2458,7 +2458,7 @@
{
"data": {
"text/plain": [
"<matplotlib.axes._subplots.AxesSubplot at 0x7f
79616a4470
>"
"<matplotlib.axes._subplots.AxesSubplot at 0x7f
dcd332a048
>"
]
},
"execution_count": 14,
...
...
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