ColumnDef¶
- class lsst.dax.apdb.ColumnDef(name: str, type: str, nullable: bool, length: Optional[int] = None, default: Optional[Any] = None, description: Optional[str] = None, unit: Optional[str] = None, ucd: Optional[str] = None)¶
Bases:
object
Column representation in schema.
Attributes Summary
default value for column, can be None
documentation, can be None or empty
Pandas dtype for this column
Optiona length for string/binary columns
string with ucd, can be None
string with unit name, can be None
Attributes Documentation
- dtype¶
Pandas dtype for this column