Skip to content

Commit 5f3c13b

Browse files
committed
Updated tutorial data links
1 parent 7fea9bb commit 5f3c13b

30 files changed

+2688
-3
lines changed

Lesson 1-1 - Structuring and wrangling messy data using a spreadsheet editor.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@
563563
"source": [
564564
"## 1.5 Lesson tutorial\n",
565565
"\n",
566-
"Pick a spreadsheet from [training data](https://drive.google.com/open?id=0B8eZRkdFGaEHfnlwU25vdVRUOFNOdnNfWnMwb3IwYXJ3QU9BeTU0ZmlTNlpaRmZFZE5iM28) and restructure it according to the techniques and requirements presented in this lesson.\n",
566+
"Pick a spreadsheet from [training data](data/lesson-spreadsheet/) and restructure it according to the techniques and requirements presented in this lesson.\n",
567567
"\n",
568568
"The data in this folder are also sourced from the World Bank, but from a long time ago, before the World Bank knew what open or machine-readable data was. It contains some of the worst examples of data-mangling you will ever see.\n",
569569
"\n",

Leçon 1-1 - Structurer et organiser des données désordonnées à l'aide d'un tableur.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@
548548
"source": [
549549
"## 1.5 Tutoriel de la leçon\n",
550550
"\n",
551-
"Choisissez une feuille de calcul dans [données de formation](https://drive.google.com/open?id=0B8eZRkdFGaEHfnlwU25vdVRUOFNOdnNfWnMwb3IwYXJ3QU9BeTU0ZmlTNlpaRmZFZE5iM28) et restructurez-la selon les techniques et les exigences présentées dans cette leçon.\n",
551+
"Choisissez une feuille de calcul dans [données de formation](data/lesson-spreadsheet/) et restructurez-la selon les techniques et les exigences présentées dans cette leçon.\n",
552552
"\n",
553553
"Les données de ce dossier proviennent également de la Banque mondiale, mais elles datent d'une époque bien antérieure, avant que la Banque mondiale ne sache ce qu'étaient des données ouvertes ou exploitables par une machine. Il contient certains des pires exemples de manipulation de données que vous n'aurez jamais vus.\n",
554554
"\n",
@@ -593,5 +593,5 @@
593593
}
594594
},
595595
"nbformat": 4,
596-
"nbformat_minor": 2
596+
"nbformat_minor": 4
597597
}

data/lesson-programmatic/Yemen Cholera Outbreak Epidemiology Data - Data_Governorate_Level.csv

+2,673
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Column,Description
2+
Date,Date when the figures were reported.
3+
Governorate,The Governorate name as reported in the WHO epidemiology bulletin.
4+
Cases,Number of cases recorded in the governorate since 27 April 2017.
5+
Deaths,Number of deaths recorded in the governorate since 27 April 2017.
6+
CFR (%),The case fatality rate in governorate since 27 April 2017.
7+
Attack Rate (per 1000),"The attack rate per 1,000 of the population in the governorate since 27 April 2017."
8+
COD Gov English,The English name for the governorate according to the Inter Agency Standing Committee (IASC) Common Operation Datasets (CODs) for Yemen.
9+
COD Gov Arabic,The Arabic name for the governorate according to the Inter Agency Standing Committee (IASC) Common Operation Datasets (CODs) for Yemen.
10+
COD Gov Pcode,The PCODE name for the governorate according to the Inter Agency Standing Committee (IASC) Common Operation Datasets (CODs) for Yemen.
11+
Bulletin Type,"The type of bulletin from which the data was extracted. Bulletin types include Epidemiology bulletin, Weekly epidemiology bulletin, Daily epidemiology update."
12+
Bulletin URL,The URL of the bulletin from which the data was extracted.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)