Here is the website link I am gathering the data from:
https://www.kaggle.com/c/talkingdata-adtracking-fraud-detection/data
Essentially, I'd like to gather the train dataset and read it directly into my data science experience notebook since my local system can't handle the size. I'm able to use !wget
to download the zip file but when I try to use unzip
it just gives the following message:
Archive: train.csv.zip
End-of-central-directory signature not found. Either this file is not
a zipfile, or it constitutes one disk of a multi-part archive. In the
latter case the central directory and zipfile comment will be found on
the last disk(s) of this archive.
unzip: cannot find zipfile directory in one of train.csv.zip or
train.csv.zip.zip, and cannot find train.csv.zip.ZIP, period.
Here are the contents within my directory:
a_hv9j8u_anything.log model.h5.base64 watsoniotp.broken.pickle
data rklib.py watsoniotp.healthy.pickle
MNIST_data rklib.pyc
model.h5 train.csv.zip
Any help would be much appreciated.