ColumnECSV#
- class astropy.io.misc.ecsv.ColumnECSV(name, datatype, subtype=None, unit=None, description=None, format=None, meta=None)[source]#
Bases:
objectClass representing attributes of a column in an ECSV header.
- Attributes:
- name
str The name of the column.
- datatype
str The data type of the column as specified in the ECSV header.
- subtype
strorNone, optional The subtype of the column, if applicable.
- unit
strorNone, optional The unit of the column values, if specified.
- description
strorNone, optional A description of the column.
- format
strorNone, optional The format string for the column values.
- meta
dictorNone, optional Additional metadata associated with the column.
- name
Attributes Summary
Numpy type string describing the column CSV data.
Numpy dtype in the final column data
Shape of the column data
Attributes Documentation
- datatype = <dataclasses._MISSING_TYPE object>#
- description = None#
- format = None#
- meta = None#
- name = <dataclasses._MISSING_TYPE object>#
- subtype = None#
- unit = None#