diff --git a/whole-game.qmd b/whole-game.qmd index 329e474..2fe7a01 100644 --- a/whole-game.qmd +++ b/whole-game.qmd @@ -6,7 +6,7 @@ source("_common.R") ``` -The goal of the first part of this book is to introduce you the data science workflow including data **importing**, **tidying**, and data **exploration** as quickly as possible. +The goal of the first part of this book is to introduce you to the data science workflow including data **importing**, **tidying**, and data **exploration** as quickly as possible. Data exploration is the art of looking at your data, rapidly generating hypotheses, quickly testing them, then repeating again and again and again. The goal of data exploration is to generate many promising leads that you can later explore in more depth.