Engineering format in tables #502
Unanswered
seantbaker
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to get engineering notation in the python package, similar to fmt_engineering in the R package?
Setting
compact=True
infmt_number
alllmost does the trick, but it only adds the SI prefix for big numbers, like thousands or millions. I don't see a way to do something similar for really small numbers, like milli- or micro-.Is there a way to use
fmt_number
orfmt_scientific
to achieve this? Or am I approaching this the wrong way; maybe I should be scaling my data and providing units in the table?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions