Skip to content

Commit

Permalink
README for the data.
Browse files Browse the repository at this point in the history
  • Loading branch information
hlapp committed Sep 26, 2015
1 parent 9a82af5 commit b4619d0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
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.

0 comments on commit b4619d0

Please sign in to comment.