FastCsv¶
-
class
astropy.io.ascii.FastCsv(**kwargs)[source] [edit on github]¶ Bases:
astropy.io.ascii.FastBasicA faster version of the ordinary
Csvwriter that uses the optimized C parsing engine. Note that this reader will append empty field values to the end of any row with not enough columns, whileFastBasicsimply raises an error.Attributes Summary
fill_extra_colsMethods Summary
write(table, output)Override the default write method of FastBasicto output masked values as empty fields.Attributes Documentation
-
fill_extra_cols= True¶
Methods Documentation
-
write(table, output)[source] [edit on github]¶ Override the default write method of
FastBasicto output masked values as empty fields.
-