Numpy ``dtype`` that most closely matches this table.
(self)
| 557 | |
| 558 | @lazyattr |
| 559 | def dtype(self) -> np.dtype: |
| 560 | """Numpy ``dtype`` that most closely matches this table.""" |
| 561 | return self.description._v_dtype |
| 562 | |
| 563 | @property |
| 564 | def shape(self) -> tuple[int]: |
no outgoing calls