NoHeader

class astropy.io.ascii.basic.NoHeader [edit on github][source]

Bases: astropy.io.ascii.basic.Basic

Read a table with no header line. 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

Page Contents