tableformatter icon indicating copy to clipboard operation
tableformatter copied to clipboard

Add option for smart column alignment based on decimal point

Open tleonhardt opened this issue 7 years ago • 0 comments
trafficstars

Competing modules such as tabulate are smart about column alignment by default. tabulate detects columns which contain only numbers, and aligns them by a decimal point (or flushes them to the right if they appear to be integers).

This is a highly desirable behavior and we should emulate it or at least provide an option to allow a user to choose it in addition to the existing column alignment options.

tleonhardt avatar Jul 31 '18 18:07 tleonhardt