TableOutputter

class astropy.io.ascii.core.TableOutputter [edit on github][source]

Bases: astropy.io.ascii.core.BaseOutputter

Output the table as an astropy.table.Table object.

Missing or bad data values are not presently handled and raise an exception. This will be changed, but in the meantime use the NumpyOutputter.

Attributes Summary

default_converters list() -> new empty list

Attributes Documentation

default_converters = [(<function converter at 0x3cdf230>, <class 'astropy.io.ascii.core.IntType'>), (<function converter at 0x3cdf2a8>, <class 'astropy.io.ascii.core.FloatType'>), (<function converter at 0x3cdf320>, <class 'astropy.io.ascii.core.StrType'>)]

Page Contents