repositorypackage
1.1.0
Repository: https://github.com/nathangreene3/table.git
Documentation: pkg.go.dev
# README
Table
go get github.com/nathangreene3/table
A table holds tabular data. Each column has a name and type defined by the first value in the column. The supported types are integers, floats, booleans, time stamps, and strings. A table may be imported from or exported to csv or json.