Tab

class astropy.io.ascii.Tab[source] [edit on github]

Bases: astropy.io.ascii.Basic

Read a tab-separated file. 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