From d1f91bbd3ea20d1479d17be4a4b940271b6020bf Mon Sep 17 00:00:00 2001 From: Paul Adamson <5460406+padamson@users.noreply.github.com> Date: Sun, 21 Aug 2022 12:11:23 -0400 Subject: [PATCH] Fix typo and awkward grammar in intro.qmd (#1079) --- intro.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intro.qmd b/intro.qmd index b6e459f..c695236 100644 --- a/intro.qmd +++ b/intro.qmd @@ -62,7 +62,7 @@ Throughout this book, we'll point you to resources where you can learn more. ## How this book is organised The previous description of the tools of data science is organised roughly according to the order in which you use them in an analysis (although of course you'll iterate through them multiple times). -In our experience, however, this is not the best way to learn them because tarting with data ingest and tidying is sub-optimal because 80% of the time it's routine and boring, and the other 20% of the time it's weird and frustrating. +In our experience, however, learning data ingest and tidying first is sub-optimal, because 80% of the time it's routine and boring, and the other 20% of the time it's weird and frustrating. That's a bad place to start learning a new subject! Instead, we'll start with visualisation and transformation of data that's already been imported and tidied. That way, when you ingest and tidy your own data, your motivation will stay high because you know the pain is worth the effort.