-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Show Progress in time consuming tasks #183
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersversion 0.14.0Feature to be added in `0.14.0` releaseFeature to be added in `0.14.0` releaseversion: 0.13.0Feature to be added in `0.13.0` releaseFeature to be added in `0.13.0` release
Milestone
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersversion 0.14.0Feature to be added in `0.14.0` releaseFeature to be added in `0.14.0` releaseversion: 0.13.0Feature to be added in `0.13.0` releaseFeature to be added in `0.13.0` release
Type
Projects
Status
Current Release: In Progress
Search before asking
Description
It is highly suggestable that users have information on how process is going on especially on time consuming tasks such as dataset operations.
Example:
Loading a large dataset can be time consuming. It can take a while to load whole dataset. Meanwhile users might be wondering if it is working properly or not. In worst situaiton, the process might even fails due to circumstances like memory issue or dataset issue.
Use case
Additional
Solution:
Introducing Progressbar from
tqdmcan be very useful in such scenario.Are you willing to submit a PR?