You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this excellent package! I am using dlookr more and more for EDA and really like the automated web reports that I can quickly generate with dlookr. One thing that I feel could be worth adding is the support for progress bars! When I work with wide data sets (few hundred columns) the EDA reports often take hours to compile and until the compilation is done I have no clue how much longer it's going to take. Adding progress bars will help solve that issue. 😊
Thanks!
The text was updated successfully, but these errors were encountered:
When the report creation job runs, the following progress is output to the console.
|................................................................. | 52%
ordinary text without R code
|................................................................... | 54%
label: unnamed-chunk-6 (with options)
List of 1
$ results: chr "asis"
|..................................................................... | 56%
ordinary text without R code
|....................................................................... | 57%
label: compare-category (with options)
List of 1
$ results: chr "asis"
The percentage on the right is the progress.
The information about the chunks on the left is not helpful to the user, but the percentages on the right seem to predict the end of the task.
Hey @choonghyunryu,
Thanks for this excellent package! I am using
dlookr
more and more for EDA and really like the automated web reports that I can quickly generate withdlookr
. One thing that I feel could be worth adding is the support for progress bars! When I work with wide data sets (few hundred columns) the EDA reports often take hours to compile and until the compilation is done I have no clue how much longer it's going to take. Adding progress bars will help solve that issue. 😊Thanks!
The text was updated successfully, but these errors were encountered: