QUESTION: Can I convert a number in the range 0.0 to 1.0 into percent values to print that are in the range of 0.0% to 100.0% within string_format?
In format_string, you can use the “%” format specifier to automatically format as percentage. For example, using {N1:.1%} will show a percentage with one decimal point of precision: