set the kind for this column
(self)
| 2419 | self.__dict__.update(idx) |
| 2420 | |
| 2421 | def set_attr(self) -> None: |
| 2422 | """set the kind for this column""" |
| 2423 | setattr(self.attrs, self.kind_attr, self.kind) |
| 2424 | |
| 2425 | def validate_metadata(self, handler: AppendableTable) -> None: |
| 2426 | """validate that kind=category does not change the categories""" |