[fix]start year (#1180)

This commit is contained in:
Shinya Uryu 2022-12-14 05:24:19 +09:00 committed by GitHub
parent 1bf0b5d105
commit ed4a29e31e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ library(duckdb)
## Getting the data
We begin by getting a dataset worthy of these tools: a data set of item checkouts from Seattle public libraries, available online at [data.seattle.gov/Community/Checkouts-by-Title/tmmm-ytt6](https://data.seattle.gov/Community/Checkouts-by-Title/tmmm-ytt6).
This dataset contains 41,389,465 rows that tell you how many times each book was checked out each month from April 2015 to October 2022.
This dataset contains 41,389,465 rows that tell you how many times each book was checked out each month from April 2005 to October 2022.
The following code will get you a cached copy of the data.
The data is a 9GB CSV file, so it will take some time to download: simply getting the data is often the first challenge!