pub trait CategoricalPhysicalDtypeExt { // Required method fn dtype(&self) -> DataType; }
dtype-categorical