We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
A cell in an etable.Table is the data at one row of a given column.
cell
etable.Table
There are float64, string and Tensor cell accessor methods to read and write to cells:
float64
string
Tensor
The Tensor versions return a SubSpace of the column tensor -- see Tensor for more info.
SubSpace