Versions in this module Expand all Collapse all v4 v4.0.0 Nov 28, 2022 Changes in this version + type Column struct + Name string + Values interface{} + type Table struct + Frame *data.Frame + func New(columns ...Column) (table *Table) + func (t Table) Accumulate() *Table + func (t Table) CreateTableResponse() *simplejson.TableResponse + func (t Table) DeleteColumn(columns ...string) *Table + func (t Table) Filter(args simplejson.Args) (filtered *Table) + func (t Table) GetColumns() (columns []string) + func (t Table) GetFloatValues(column string) (values []float64, found bool) + func (t Table) GetStringValues(column string) (values []string, found bool) + func (t Table) GetTimeValues(column string) (values []time.Time, found bool) + func (t Table) GetTimestamps() (timestamps []time.Time) + func (t Table) GetValues(column string) (values []interface{}, found bool) Other modules containing this package github.com/clambin/simplejson/v5 github.com/clambin/simplejson/v6