ColumnDef¶
- 
class lsst.dax.apdb.ColumnDef(name: str, type: str, nullable: bool, default: Any, description: Optional[str], unit: Optional[str], ucd: Optional[str])¶
- Bases: - object- Column representation in schema. - Attributes Summary - dtype- Pandas dtype for this column - Attributes Documentation - 
dtype¶
- Pandas dtype for this column 
 
-