Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an argument to silence the progress bar #124

Closed
LexABzH opened this issue Oct 4, 2022 · 4 comments
Closed

Add an argument to silence the progress bar #124

LexABzH opened this issue Oct 4, 2022 · 4 comments
Labels
feature request New feature or request

Comments

@LexABzH
Copy link

LexABzH commented Oct 4, 2022

Is it possible to add an argument to silence the progress bar ?

We want to use SweetViz in an automatique pipeline and store the report in a database.
We already have a lot of logs in our process, hence we would love to get rid of the progress bar logs.
We can deactivate tqdm before loading SweetViz, but that would also impact others parts of our process.

One solution might be to add an argument in DataframeReport.__init__ and set self.progress_bar to a fake logger.

@fbdesignpro fbdesignpro added feature request New feature or request working on it A fix/update for this should be coming soon! labels Oct 4, 2023
@fbdesignpro
Copy link
Owner

@LexABzH thank you for your suggestion! It's not the first time it's been brought up and will be included in the next version coming up this week! Will update this when ready.

@fbdesignpro fbdesignpro removed the working on it A fix/update for this should be coming soon! label Nov 16, 2023
@fbdesignpro
Copy link
Owner

Added in 2.3.0, thanks again @LexABzH!

@LexABzH
Copy link
Author

LexABzH commented Nov 16, 2023

Thanks, I will try it :)

@fbdesignpro
Copy link
Owner

@LexABzH awesome, let me know if there are any issues with it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants