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

Function DescColumn

tensor/stats/split/agg.go:87–93  ·  view source on GitHub ↗

DescColumn performs aggregation using standard statistics across all splits, and stores results in the Splits. Column is specified by name -- see Try for error msg version.

(spl *table.Splits, column string)

Source from the content-addressed store, hash-verified

85// all splits, and stores results in the Splits.
86// Column is specified by name -- see Try for error msg version.
87func DescColumn(spl *table.Splits, column string) {
88 dt := spl.Table()
89 if dt == nil {
90 return
91 }
92 DescIndex(spl, dt.ColumnIndex(column))
93}
94
95// DescColumnTry performs aggregation using standard statistics across
96// all splits, and stores results in the Splits.

Callers 1

AnalyzePlanetsFunction · 0.92

Calls 3

TableMethod · 0.80
ColumnIndexMethod · 0.80
DescIndexFunction · 0.70

Tested by

no test coverage detected