NoHeader#

class astropy.io.ascii.NoHeader[source]#

Bases: Basic

Character-delimited table with no header line.

When reading, columns are autonamed using header.auto_format which defaults to “col%d”. Otherwise this reader the same as the Basic class from which it is derived. Example:

# Table data
1 2 "hello there"
3 4 world