This was discussed briefly in #683 - it would be nice if the basic 'ascii' output from Table also included units information, when present. E.g., writing a table with t.write('filename', format='ascii') where the columns have units should give something like:
#distance time
#meter second
1.2 3.4
5.6 7.8
This was discussed briefly in #683 - it would be nice if the basic 'ascii' output from Table also included units information, when present. E.g., writing a table with
t.write('filename', format='ascii')where the columns have units should give something like: