neomatrix369 / nlp_profiler

A simple NLP library allows profiling datasets with one or more text columns. When given a dataset and a column name containing text data, NLP Profiler will return either high-level insights or low-level/granular statistical information about the text in that column.
Other
241 stars 37 forks source link

Improve the progress bars when profiling datasets #7

Open neomatrix369 opened 4 years ago

neomatrix369 commented 4 years ago

We have progress bars shown for each level of progress while datasets are profile, except that now we see a lot of them.

image

Reducing the details and just having a few that show all the stats would be helpful from UX/UI point of view.

Related to #3

Suggestions to potential solution

How do we know it works well and there is no regress?

strivedi02 commented 3 years ago

I'll try to put one progress bar instead of multiple progress bars.

neomatrix369 commented 3 years ago

I'll try to put one progress bar instead of multiple progress bars.

Will the single progress bar convey most if not all the feedback the current progress bars convey?

Please also read the updated description, so you get some ideas as to how to go about doing it and also alternative solutions.