Skip to content

Commit

Permalink
Add Part 2 notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
nickhould committed Apr 23, 2017
1 parent af2cc4d commit c47c922
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -102,7 +102,7 @@
"\n",
"If you don't understand where the data is coming from, you will have a hard time drawing any meaningful conclusions from the dataset. You are also at risk of making very important analysis mistakes.\n",
"\n",
"Additionally, you should make sure the dataset is structured in a standardized manner. The recommended format is the third normal form, also named [tidy data (http://vita.had.co.nz/papers/tidy-data.pdf). A \"tidy\" dataset has the following attributes:\n",
"Additionally, you should make sure the dataset is structured in a standardized manner. The recommended format is the third normal form, also named [tidy data](http://vita.had.co.nz/papers/tidy-data.pdf). A \"tidy\" dataset has the following attributes:\n",
"\n",
"- Each variable forms a column and contains values\n",
"- Each observation forms a row\n",
Expand Down

0 comments on commit c47c922

Please sign in to comment.