-
Notifications
You must be signed in to change notification settings - Fork 229
Support thousands separator in fmtnum
#1499
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
Conversation
fec4d10 to
1b19d11
Compare
|
@lulunac27a @aborruso here are some (draft) examples: Idea:
What do you think? |
5831afa to
a60348c
Compare
|
This is really a great new feature. I have no notes to add, only thank you very much!!! |
a60348c to
73ecb0a
Compare
fmtnum [WIP]fmtnum
|
Numeric format with fixed number of decimal digits should be right aligned, not left aligned by default (referenced from this code above. |
|
@lulunac27a I'm confused. The examples above do exhibit right-alignment. |
|
@lulunac27a I think I see -- ? |
|
I think the issue involves how pprint output does alignment of numeric values: |
For #1488 and #1490