I have some data that I am displaying in 3 column format, of the form "key: value key: key: value key: value". Here's an example:
p: 1 ...
While thinking of a way to pretty print table header i found that integers are right aligned by default, but strings are left aligned. For example:
>>> for i in (1,'x',0.0): ... ...
I am processing a text file containing coordinates x,y,z
1 128 1298039 123388 0 ...