Table - emer/etable GitHub Wiki

An etable.Table is essentially just a slice of etensor.Tensor columns, where the rows are the outer-most dimension of the Tensor (i.e., the first dimension for RowMajor).

  • Summary -- read info here: etable
  • Table type docs: Table

Schema

A good way to make a new Table is using a Schema which is just a slice of Column's that specify key properties of each column.