rr.download_data.download_data.
download_url
Download a file from the given url using http
url (str) – The url from which the file need to be downloaded
save_path (str) – The filename where the contents should be saved
None
None –
unzip_file
Unzip a .zip file
path_to_zip_file (str) – The file path of the zip to extract
directory_to_extract_to (str) – The directory path where the contents should be extracted