Skip to content
Randall O'Reilly edited this page Sep 8, 2019 · 4 revisions

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.

Clone this wiki locally