MCPcopy Create free account
hub / github.com/cogentcore/core / NumColumns

Method NumColumns

tensor/table/table.go:61–61  ·  view source on GitHub ↗

NumColumns returns the number of columns

()

Source from the content-addressed store, hash-verified

59
60// NumColumns returns the number of columns
61func (dt *Table) NumColumns() int { return len(dt.Columns) }
62
63// Column returns the tensor at given column index
64func (dt *Table) Column(i int) tensor.Tensor { return dt.Columns[i] }

Callers 4

UpdateColumnNameMapMethod · 0.95
ReadCSVMethod · 0.95
ReadCSVRowMethod · 0.95
TestTableHeadersFunction · 0.95

Implementers 1

_cogentcore_org_core_plot_plots_Tableyaegicore/symbols/cogentcore_org-core-

Calls

no outgoing calls

Tested by 1

TestTableHeadersFunction · 0.76