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

Better control over the TableReport's progress display #1175

Open
1 of 4 tasks
jeromedockes opened this issue Dec 3, 2024 · 2 comments
Open
1 of 4 tasks

Better control over the TableReport's progress display #1175

jeromedockes opened this issue Dec 3, 2024 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers TableReport anything related to the TableReport

Comments

@jeromedockes
Copy link
Member

jeromedockes commented Dec 3, 2024

Problem Description

In some cases the TableReport progress display clutters the output.

  • it uses carriage return to update the line it prints. in some cases (eg when stdout is a file, when rendering notebooks with nbconvert or generating slides with quarto) this just results in many lines which the user may want to avoid. then we may want it to just print an increasing row of "." or similar

TODO

@jeromedockes jeromedockes added enhancement New feature or request TableReport anything related to the TableReport good first issue Good for newcomers labels Dec 3, 2024
@glemaitre
Copy link
Member

glemaitre commented Dec 4, 2024

Indeed, I was going to show on such case when creating a jupyter book:

image

@jeromedockes jeromedockes moved this from Todo to In Progress in PyLadiesCon 2024 online sprint Dec 6, 2024
@reshamas
Copy link
Contributor

reshamas commented Dec 6, 2024

I am working on this: Pearson's correlation coefficient.
skrub/_column_associations.py

via: PyLadiesCon 2024 online sprint

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers TableReport anything related to the TableReport
Projects
Status: In Progress
Development

No branches or pull requests

3 participants