google colab( jupyter ) , it is slowly to unzip, why, and how to make unzip quickly?
Open
- Dominant language
- Jupyter Notebook
- Stars
- 13.3k
- Forks
- 5.8k
- Avg merge
- 6d 11h
- Merged PRs (30d)
- 7
Description
```
import zipfile
with zipfile.ZipFile("drive/app1/train.zip","r") as zip_ref:
zip_ref.extractall("drive/app1/targetdir")
```
Contributor guide
Research direction
The issue provides only a Python zipfile snippet and does not name a repository file, test, or notebook entry point. Start by reproducing the extraction in Google Colab and compare it with the expected behavior; the issue would need a defined project-side cause and acceptance criterion before a contribution can be considered done.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter-notebook, python
- Domain
- devtools, performance
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100