From 55555d1d2cb210d67a66855664b1c581c61d7c52 Mon Sep 17 00:00:00 2001 From: Alec Fisher Date: Tue, 25 Apr 2023 08:39:27 -0400 Subject: [PATCH] Update intro.qmd (#1445) --- intro.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intro.qmd b/intro.qmd index f46bcf5..8d57443 100644 --- a/intro.qmd +++ b/intro.qmd @@ -100,7 +100,7 @@ This book will teach you the tidymodels family of packages, which, as you might This book proudly and primarily focuses on small, in-memory datasets. This is the right place to start because you can't tackle big data unless you have experience with small data. -The tools you learn in majority of this book will easily handle hundreds of megabytes of data, and with a bit of care, you can typically use them to work a few gigabytes of data. +The tools you'll learn throughout the majority of this book will easily handle hundreds of megabytes of data, and with a bit of care, you can typically use them to work a few gigabytes of data. We'll also show you how to get data out of databases and parquet files, both of which are often used to store big data. You won't necessarily be able to work with the entire dataset, but that's not a problem because you only need a subset or subsample to answer the question that you're interested in.