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
243 stars 37 forks source link

Show progress bar when processing text data #3

Closed neomatrix369 closed 4 years ago

neomatrix369 commented 4 years ago

Currently, during the processing of the records means there is no insight into where int the dataset it is currently at, this can be improved by giving feedback on the current and total records its process.

Additional progress information will also help about the type of operation being performed.

Opened on the back discussions in #1

neomatrix369 commented 4 years ago

Temporary work-around by @strivedi02: https://github.com/neomatrix369/nlp_profiler/issues/2#issuecomment-691633908

neomatrix369 commented 4 years ago

Implemented via commit a83bc23 image

See CHANGELOG.md for more details

/cc @strivedi02

neomatrix369 commented 4 years ago

Closed by 0f47b19e981e85f9c9921f28ad2a5aa252225353