Tab¶
- class astropy.io.ascii.Tab[source]¶
Bases:
astropy.io.ascii.basic.Basic
Tab-separated table.
Unlike the
Basic
reader, whitespace is not stripped from the beginning and end of either lines or individual column values.Example:
col1 <tab> col2 <tab> col3 # Comment line 1 <tab> 2 <tab> 5