python-tabulate icon indicating copy to clipboard operation
python-tabulate copied to clipboard

Changing decimal point (locale?)

Open thomasa88 opened this issue 2 years ago • 0 comments

I'm outputting data in Swedish numeric format, where the decimal point is "," (and the thousands separator is " ").

I would like to be handle to have the smart decimal point alignment, but for "," instead of ".".

My numbers are input at strings as I'm internally using my own fixed point: "100,25" (But I can change to "100.25" for input.)

thomasa88 avatar Sep 15 '23 05:09 thomasa88