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

Method ColumnName

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

ColumnName returns the name of given column

(i int)

Source from the content-addressed store, hash-verified

119
120// ColumnName returns the name of given column
121func (dt *Table) ColumnName(i int) string {
122 return dt.ColumnNames[i]
123}
124
125// UpdateColumnNameMap updates the column name map, returning an error
126// if any of the column names are duplicates.

Callers 1

AppendRowsMethod · 0.95

Implementers 1

_cogentcore_org_core_plot_plots_Tableyaegicore/symbols/cogentcore_org-core-

Calls

no outgoing calls

Tested by

no test coverage detected