Kaggle / kaggle-api

Official Kaggle API
Apache License 2.0
6.16k stars 1.08k forks source link

No unzip for competitions download #158

Open floscha opened 5 years ago

floscha commented 5 years ago

Hey everyone

I was wondering why the --unzip argument can only be used with kaggle datasets download but not with kaggle competitions download. If there is no reason against having it, I will gladly add it with a PR.

Also, #9 looks really similar but has been inactive for almost a year.

sajiaghias6 commented 5 years ago

What are you talking about?

antoinechoffrut commented 5 years ago

For me, --unzip does not seem to have any effect on datasets. Namely, with:

kaggle datasets download -f myfilename.csv --unzip ownername/datasetname

result in the download of myfilename.csv.zip but no unzipping.

edervishaj commented 5 years ago

For me, --unzip does not seem to have any effect on datasets. Namely, with:

kaggle datasets download -f myfilename.csv --unzip ownername/datasetname

result in the download of myfilename.csv.zip but no unzipping.

Yeah me too. No unzipping occurs after downloading.

bkowshik commented 1 year ago

Would be a timesaver to have the --unzip option for downloading competition datasets as well. ➕