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
5d5f89db375f9ba5e6d1c5d0b139bc6a
mooc-rr
Commits
6662bc6b
Commit
6662bc6b
authored
Dec 10, 2020
by
5d5f89db375f9ba5e6d1c5d0b139bc6a
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no commit message
parent
da560060
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
304 additions
and
21 deletions
+304
-21
AnalyseCOVID19.ipynb
module3/Sujet7_StatCOVID19/AnalyseCOVID19.ipynb
+32
-21
donnee_JohnHopkins.csv
...le3/Sujet7_StatCOVID19/DonneeBrute/donnee_JohnHopkins.csv
+272
-0
No files found.
module3/Sujet7_StatCOVID19/AnalyseCOVID19.ipynb
View file @
6662bc6b
...
@@ -3,8 +3,8 @@
...
@@ -3,8 +3,8 @@
{
{
"cell_type": "markdown",
"cell_type": "markdown",
"metadata": {
"metadata": {
"hideCode":
tru
e,
"hideCode":
fals
e,
"hidePrompt":
tru
e
"hidePrompt":
fals
e
},
},
"source": [
"source": [
"# Analyse statistique des données liées à l'épidemie de COVID 19"
"# Analyse statistique des données liées à l'épidemie de COVID 19"
...
@@ -12,10 +12,10 @@
...
@@ -12,10 +12,10 @@
},
},
{
{
"cell_type": "code",
"cell_type": "code",
"execution_count":
3
,
"execution_count":
19
,
"metadata": {
"metadata": {
"hideCode":
tru
e,
"hideCode":
fals
e,
"hidePrompt":
tru
e
"hidePrompt":
fals
e
},
},
"outputs": [],
"outputs": [],
"source": [
"source": [
...
@@ -30,8 +30,8 @@
...
@@ -30,8 +30,8 @@
{
{
"cell_type": "markdown",
"cell_type": "markdown",
"metadata": {
"metadata": {
"hideCode":
tru
e,
"hideCode":
fals
e,
"hidePrompt":
tru
e
"hidePrompt":
fals
e
},
},
"source": [
"source": [
"Dans ce fichier, on s'intéresse à l'évolution du nombres de cas de COVID 19 dans les pays suivants :\n",
"Dans ce fichier, on s'intéresse à l'évolution du nombres de cas de COVID 19 dans les pays suivants :\n",
...
@@ -52,10 +52,11 @@
...
@@ -52,10 +52,11 @@
},
},
{
{
"cell_type": "code",
"cell_type": "code",
"execution_count":
5
,
"execution_count":
20
,
"metadata": {
"metadata": {
"hideCode": true,
"hideCode": false,
"hidePrompt": true
"hidePrompt": false,
"scrolled": true
},
},
"outputs": [],
"outputs": [],
"source": [
"source": [
...
@@ -64,10 +65,11 @@
...
@@ -64,10 +65,11 @@
},
},
{
{
"cell_type": "code",
"cell_type": "code",
"execution_count":
15
,
"execution_count":
21
,
"metadata": {
"metadata": {
"hideCode": true,
"hideCode": false,
"hidePrompt": true
"hidePrompt": false,
"scrolled": false
},
},
"outputs": [
"outputs": [
{
{
...
@@ -1840,13 +1842,13 @@
...
@@ -1840,13 +1842,13 @@
"[271 rows x 327 columns]"
"[271 rows x 327 columns]"
]
]
},
},
"execution_count":
15
,
"execution_count":
21
,
"metadata": {},
"metadata": {},
"output_type": "execute_result"
"output_type": "execute_result"
}
}
],
],
"source": [
"source": [
"path_to_file = \"DonneeBrute\"\n",
"path_to_file = \"
../Sujet7_StatCOVID19/
DonneeBrute\"\n",
"csv_file = \"donnee_JohnHopkins.csv\"\n",
"csv_file = \"donnee_JohnHopkins.csv\"\n",
"if os.path.exists(os.path.join(path_to_file,csv_file)):\n",
"if os.path.exists(os.path.join(path_to_file,csv_file)):\n",
" raw_data = pd.read_csv(os.path.join(path_to_file,csv_file), skiprows=0)\n",
" raw_data = pd.read_csv(os.path.join(path_to_file,csv_file), skiprows=0)\n",
...
@@ -1863,8 +1865,10 @@
...
@@ -1863,8 +1865,10 @@
"cell_type": "code",
"cell_type": "code",
"execution_count": 18,
"execution_count": 18,
"metadata": {
"metadata": {
"hideCode": true,
"collapsed": true,
"hidePrompt": true
"hideCode": false,
"hidePrompt": false,
"scrolled": true
},
},
"outputs": [],
"outputs": [],
"source": [
"source": [
...
@@ -1874,7 +1878,12 @@
...
@@ -1874,7 +1878,12 @@
{
{
"cell_type": "code",
"cell_type": "code",
"execution_count": null,
"execution_count": null,
"metadata": {},
"metadata": {
"collapsed": true,
"hideCode": false,
"hidePrompt": false,
"scrolled": true
},
"outputs": [],
"outputs": [],
"source": []
"source": []
},
},
...
@@ -1882,15 +1891,17 @@
...
@@ -1882,15 +1891,17 @@
"cell_type": "code",
"cell_type": "code",
"execution_count": null,
"execution_count": null,
"metadata": {
"metadata": {
"hideCode": true,
"collapsed": true,
"hidePrompt": true
"hideCode": false,
"hidePrompt": false,
"scrolled": true
},
},
"outputs": [],
"outputs": [],
"source": []
"source": []
}
}
],
],
"metadata": {
"metadata": {
"hide_code_all_hidden":
tru
e,
"hide_code_all_hidden":
fals
e,
"kernelspec": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3",
"language": "python",
"language": "python",
...
...
module3/Sujet7_StatCOVID19/DonneeBrute/donnee_JohnHopkins.csv
0 → 100644
View file @
6662bc6b
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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