-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Data files for intro workshop | ||
|
||
- `gapminder.csv`: Entire GapMinder dataset | ||
- `gapminder-5060.csv`: 1950s and 1960s | ||
- `gapminder-7080.csv`: 1970s and 1980s | ||
- `gapminder-90plus.csv`: 1990s onwards | ||
|
||
- **Important note about `gapminder-5060.csv`: | ||
- The dataset has been altered to add a "data error". | ||
- Life expectancy for Canada in the year 1967 is coded | ||
as `999999`, it should actually be `69.96`. | ||
- For details see [intro-01-slides.Rmd](https://github.com/Reproducible-Science-Curriculum/rr-intro/blob/master/intro-01-slides.Rmd). | ||
- `gapminder-5060_original.csv` contains the correct data. |