I tried downloading the dataset, but it's taking some time. I also tried to find a way to download it using Python, and I came across https://api.zindi.africa. However, this method isn't working. Can someone help?
Downloading Data Directly to your Google Drive from kaggle
So for projects like this one and others with heavy data sets, It may be wasteful to download the data and then upload it again to your drive. Here is a useful notebook i put together to help you transfer the data set directly from Kaggle to your drive on googles data without having to use any of your metered data.
Shout out to Ohagwu Collins patrick for uploading the data set to kaggle. Also to the Zindi developers, please consider providing API access to help us gain easy access to the data set without having to download it to our local machine. That is a huge inconvenience especially when the data sets are large.
The dataset is on kaggle
okay thanks
Downloading Data Directly to your Google Drive from kaggle
So for projects like this one and others with heavy data sets, It may be wasteful to download the data and then upload it again to your drive. Here is a useful notebook i put together to help you transfer the data set directly from Kaggle to your drive on googles data without having to use any of your metered data.
https://colab.research.google.com/drive/1rce_hG_yeJJBm6OejDER_-NZVDg9H1lS?usp=sharing
Shout out to Ohagwu Collins patrick for uploading the data set to kaggle. Also to the Zindi developers, please consider providing API access to help us gain easy access to the data set without having to download it to our local machine. That is a huge inconvenience especially when the data sets are large.
You can use the package `zindi` to download any dataset on Zindi.
`pip install -U zindi`
https://github.com/KameniAlexNea/zindi