ydata-profiling
ydata-profiling copied to clipboard
Request: Fix the width of tqdm status information
Missing functionality
The tqdm progress bar is nice, but the status information moves around constantly due to embedding column names into status line with variable width. This makes this part of the info unreadable for fast progressing parts.
Proposed feature
Fix the width of the status component, either by scanning for the largest name, or truncating to something reasonable.
Alternatives considered
No response
Additional context
No response
@fabclmnt Would be keen to look into this this evening.
Hi @adamkells,
This isn't a critical issue, so it hasn't been prioritized for release yet.
However, if you're interested in contributing, we'd be delighted to guide you through the process.