Bases: astropy.io.ascii.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