Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include example with flights data #260

Open
hadley opened this issue Sep 13, 2024 · 0 comments
Open

Include example with flights data #260

hadley opened this issue Sep 13, 2024 · 0 comments

Comments

@hadley
Copy link
Member

hadley commented Sep 13, 2024

Maybe provide some helper function to get it:

base_url <- "https://blobs.duckdb.org/flight-data-partitioned/"
files <- paste0("Year=", 1987:2024, "/data_0.parquet")
for (dir in dirname(files)) dir.create(dir, showWarnings = FALSE)

out <- curl::multi_download(paste0(base_url, files), files, resume = TRUE)

And then show how you can easily work with a large data set.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant