You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi i was trying to download Kaggle Data from borismarjanovic/price-volume-data-for-all-us-stocks-etfs
using kaggler::kgl_datasets_download(owner_dataset = "borismarjanovic/price-volume-data-for-all-us-stocks-etfs",
fileName = XXX)
Is it possible to downlod a zip File using this function ?
I tried several things like download the files seperatly
kaggler::kgl_datasets_download(owner_dataset = "borismarjanovic/price-volume-data-for-all-us-stocks-etfs",
fileName = "acwi.us.txt")
or
kaggler::kgl_datasets_download (owner_dataset = "borismarjanovic/price-volume-data-for-all-us-stocks-etfs",
fileName = "Stocks/acwi.us.txt")
or
kaggler::kgl_datasets_download (owner_dataset = "borismarjanovic/price-volume-data-for-all-us-stocks-etfs",
fileName = "4538_7213_bundle_archive.zip")
but each attemt failed and i got In kgl_api_get(glue::glue("datasets/download/{ownerSlug}/{datasetSlug}/{fileName}"), :
Not Found (HTTP 404).
The text was updated successfully, but these errors were encountered:
Hi i was trying to download Kaggle Data from borismarjanovic/price-volume-data-for-all-us-stocks-etfs
using kaggler::kgl_datasets_download(owner_dataset = "borismarjanovic/price-volume-data-for-all-us-stocks-etfs",
fileName = XXX)
Is it possible to downlod a zip File using this function ?
I tried several things like download the files seperatly
kaggler::kgl_datasets_download(owner_dataset = "borismarjanovic/price-volume-data-for-all-us-stocks-etfs",
fileName = "acwi.us.txt")
or
kaggler::kgl_datasets_download (owner_dataset = "borismarjanovic/price-volume-data-for-all-us-stocks-etfs",
fileName = "Stocks/acwi.us.txt")
or
kaggler::kgl_datasets_download (owner_dataset = "borismarjanovic/price-volume-data-for-all-us-stocks-etfs",
fileName = "4538_7213_bundle_archive.zip")
but each attemt failed and i got
In kgl_api_get(glue::glue("datasets/download/{ownerSlug}/{datasetSlug}/{fileName}"), :
Not Found (HTTP 404).
The text was updated successfully, but these errors were encountered: