From d1b63f323f5b0578d43dd4846894206c2af61b76 Mon Sep 17 00:00:00 2001 From: Oluwafemi OYEDELE Date: Mon, 29 Aug 2022 11:08:05 +0100 Subject: [PATCH] Fix minor typo in the whole game chapter (#1081) Co-authored-by: BB1464 --- whole-game.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.