After I sent the Images.zip dataset to colab, I've been trying to unzip the folder to start my EDA but I keep getting an error. Could someone help suggest a better alternative to loading the dataset.
!unzip and name of file like
!unzip "data.zip"
Thanks. I'd try it right away
!unzip -qq Images.zip
You may also refer to this link on how to load data from Zindi to your colab:
https://github.com/sayedmohamedscu/Zindi_colab
Okay. I really appreciate. The only method I knew was quite not working well. Thanks.
!unzip and name of file like
!unzip "data.zip"
Thanks. I'd try it right away
!unzip -qq Images.zip
You may also refer to this link on how to load data from Zindi to your colab:
https://github.com/sayedmohamedscu/Zindi_colab
Okay. I really appreciate. The only method I knew was quite not working well. Thanks.