Registry / utility / emer-etable

emer-etable

JSON →
library1.1.24gogounverified

A DataTable (DataFrame) structure with columnar data, supporting tensors and efficient binary storage.

go get github.com/emer/etable
INSTALL
IMPORT
SIG · EMER-ETABLE
E
emer-etable
utilitygov1.1.24
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

etable
github.com/emer/etable

Creates a table with string and float columns and sets data.

package main import ( "fmt" "github.com/emer/etable" ) func main() { dt := etable.NewTable("test") dt.AddStringColumn("Name") dt.AddFloatColumn("Score") dt.SetNumRows(2) dt.SetCellString("Name", 0, "Alice") dt.SetCellFloat("Score", 0, 95.5) fmt.Println(dt.Rows) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.24latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
emer-etable — go get emer-etable · libregistry