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