We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Maybe provide some helper function to get it:
And then show how you can easily work with a large data set.
The text was updated successfully, but these errors were encountered: