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
fcf61da24638f93d44cd057b11a6abdc
mooc-rr
Commits
0fa98e0b
Commit
0fa98e0b
authored
Dec 10, 2025
by
fcf61da24638f93d44cd057b11a6abdc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added recommandation for update
parent
2d4a4c98
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
analyse-syndrome-grippal.ipynb
module3/exo1/analyse-syndrome-grippal.ipynb
+5
-3
No files found.
module3/exo1/analyse-syndrome-grippal.ipynb
View file @
0fa98e0b
...
@@ -93,7 +93,7 @@
...
@@ -93,7 +93,7 @@
},
},
{
{
"cell_type": "code",
"cell_type": "code",
"execution_count":
3
,
"execution_count":
18
,
"metadata": {
"metadata": {
"hideCode": false,
"hideCode": false,
"hidePrompt": false
"hidePrompt": false
...
@@ -104,7 +104,8 @@
...
@@ -104,7 +104,8 @@
"output_type": "stream",
"output_type": "stream",
"text": [
"text": [
"Detected 1 file(s) with pattern -sentinelle-syndrome-grippal.csv\n",
"Detected 1 file(s) with pattern -sentinelle-syndrome-grippal.csv\n",
"Using latest : 20251210-sentinelle-syndrome-grippal.csv\n"
"Using latest : 20251210-sentinelle-syndrome-grippal.csv\n",
"! Consider checking latest data for update, keep original file\n"
]
]
},
},
{
{
...
@@ -226,7 +227,7 @@
...
@@ -226,7 +227,7 @@
"4 FR France "
"4 FR France "
]
]
},
},
"execution_count":
3
,
"execution_count":
18
,
"metadata": {},
"metadata": {},
"output_type": "execute_result"
"output_type": "execute_result"
}
}
...
@@ -252,6 +253,7 @@
...
@@ -252,6 +253,7 @@
" print(f'Detected {len(files)} file(s) with pattern {local_file_pattern}')\n",
" print(f'Detected {len(files)} file(s) with pattern {local_file_pattern}')\n",
" latest = max(files) \n",
" latest = max(files) \n",
" print(f'Using latest : {latest}')\n",
" print(f'Using latest : {latest}')\n",
" print('! Consider checking latest data for update, keep original file')\n",
" raw_data = latest\n",
" raw_data = latest\n",
" \n",
" \n",
"raw_data = pd.read_csv(raw_data, encoding = 'iso-8859-1', skiprows=1) \n",
"raw_data = pd.read_csv(raw_data, encoding = 'iso-8859-1', skiprows=1) \n",
...
...
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