Fix minor typo in the whole game chapter (#1081)
Co-authored-by: BB1464 <oluwafemioyedele@gmail.com>
This commit is contained in:
parent
d1f91bbd3e
commit
d1b63f323f
|
@ -6,7 +6,7 @@
|
||||||
source("_common.R")
|
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.
|
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.
|
The goal of data exploration is to generate many promising leads that you can later explore in more depth.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue