unzip_data¶

unzip_data(zip_path, save_path, *, del_zip=True)[source]¶

Extract data from zip file.

Parameters:
  • zip_path (PathLike) – Path where the zip file is located.

  • save_path (PathLike) – Path where to save extracted files.

  • del_zip (bool) – Whether to delete initial zip file after extraction.

Return type:

None