Fix minor typo in the whole game chapter (#1081)

Co-authored-by: BB1464 <oluwafemioyedele@gmail.com>
This commit is contained in:
Oluwafemi OYEDELE 2022-08-29 11:08:05 +01:00 committed by GitHub
parent d1f91bbd3e
commit d1b63f323f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.