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 default behavior for pretty_table formatting #3

Open
seantbaker opened this issue Jan 30, 2024 · 0 comments
Open

Better default behavior for pretty_table formatting #3

seantbaker opened this issue Jan 30, 2024 · 0 comments
Assignees

Comments

@seantbaker
Copy link
Owner

Right now, if a user doesn't pass in a string or dict for the col_formats argument, we use a default dictionary of {column name: formatting}.

But, what if users want to format a specific column, and don't care much about the rest? We shouldn't toss out all of the other default formats, like we do now; we should only override the format(s) supplied by the user.

@seantbaker seantbaker self-assigned this Jan 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant