[fix]start year (#1180)
This commit is contained in:
@@ -50,7 +50,7 @@ library(duckdb)
|
|||||||
## Getting the data
|
## 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).
|
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 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!
|
The data is a 9GB CSV file, so it will take some time to download: simply getting the data is often the first challenge!
|
||||||
|
|||||||
Reference in New Issue
Block a user