Return the scheme shape (feature shape) of this column.
(self)
| 220 | |
| 221 | @property |
| 222 | def shape(self): |
| 223 | """Return the scheme shape (feature shape) of this column.""" |
| 224 | return self.scheme.shape |
| 225 | |
| 226 | @property |
| 227 | def data(self): |
no outgoing calls