FastCsv¶
- class astropy.io.ascii.FastCsv(**kwargs)[source]¶
Bases:
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
Methods 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