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
39781cc7cca0dc30af9d6060ede9947c
mooc-rr
Commits
97615a4e
Commit
97615a4e
authored
Apr 19, 2020
by
39781cc7cca0dc30af9d6060ede9947c
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modifications mineures.
parent
1a76f325
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
7 deletions
+17
-7
analyse-syndrome-grippal.ipynb
module3/exo1/analyse-syndrome-grippal.ipynb
+17
-7
No files found.
module3/exo1/analyse-syndrome-grippal.ipynb
View file @
97615a4e
...
...
@@ -9,7 +9,7 @@
},
{
"cell_type": "code",
"execution_count":
3
,
"execution_count":
14
,
"metadata": {},
"outputs": [],
"source": [
...
...
@@ -28,7 +28,7 @@
},
{
"cell_type": "code",
"execution_count":
4
,
"execution_count":
15
,
"metadata": {},
"outputs": [],
"source": [
...
...
@@ -38,14 +38,15 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count":
1
8,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Fichier trouvé\n"
"Fichier non trouvé\n",
"Téléchargement du fichier sur le site Web\n"
]
}
],
...
...
@@ -57,7 +58,7 @@
"if os.path.isfile('incidence-PAY-3.csv'):\n",
" print(\"Fichier trouvé\")\n",
" raw_data = pd.read_csv('incidence-PAY-3.csv', skiprows=1)\n",
" # Ecrituredu fichier en local\n",
" # Ecriture
du fichier en local\n",
" raw_data.to_csv('incidence-PAY-3.csv')\n",
"else:\n",
" print(\"Fichier non trouvé\")\n",
...
...
@@ -65,6 +66,15 @@
" raw_data = pd.read_csv(data_url, skiprows=1)"
]
},
{
"cell_type": "code",
"execution_count": 20,
"metadata": {},
"outputs": [],
"source": [
"raw_data.to_csv('incidence-PAY-3.csv')"
]
},
{
"cell_type": "markdown",
"metadata": {},
...
...
@@ -89,7 +99,7 @@
},
{
"cell_type": "code",
"execution_count":
6
,
"execution_count":
17
,
"metadata": {},
"outputs": [
{
...
...
@@ -1054,7 +1064,7 @@
"[1850 rows x 10 columns]"
]
},
"execution_count":
6
,
"execution_count":
17
,
"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