FastRdb¶
-
class
astropy.io.ascii.FastRdb(**kwargs)[source]¶ Bases:
astropy.io.ascii.FastBasicA faster version of the
Rdbreader. This format is similar to tab-delimited, but it also contains a header line after the column name line denoting the type of each column (N for numeric, S for string).Methods Summary
write(table, output)Override the default writing behavior in
FastBasicto output a line with column types after the column name line.Methods Documentation