FastNoHeader¶
-
class
astropy.io.ascii.FastNoHeader(**kwargs)[source]¶ Bases:
astropy.io.ascii.FastBasicThis class uses the fast C engine to read tables with no header line. If the names parameter is unspecified, the columns will be autonamed with “col{}”.
Methods Summary
write(table, output)Override the default writing behavior in FastBasicso that columns names are not included in output.Methods Documentation