I wanna copy a zipfile into my directory (without using Python, though I will if I must).
This is the dataset's homepage, a Walmart dataset, to be precise.
When I try
I get a zipfile, but when I click to open it, the computer says it's empty and Stata won't unzip it for the same reason
How might I solve this, aside from Python's requests/Selenium?
This is the dataset's homepage, a Walmart dataset, to be precise.
When I try
Code:
copy "https://www.kaggle.com/datasets/yasserh/walmart-dataset/download?datasetVersionNumber=1" "archive.zip", replace
How might I solve this, aside from Python's requests/Selenium?
Comment