Registry / utility / go-gota-gota

go-gota-gota

JSON →
library0.12.0gogounverified

Gota is a Go library for data manipulation and analysis, providing DataFrame and Series structures similar to pandas.

go get github.com/go-gota/gota
INSTALL
IMPORT
SIG · GO-GOTA-GOTA
G
go-gota-gota
utilitygov0.12.0
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.

dataframe
github.com/go-gota/gota/dataframe

Load records into a DataFrame

package main import ( "fmt" "github.com/go-gota/gota/dataframe" ) func main() { df := dataframe.LoadRecords( [][]string{ {"Name", "Age"}, {"Alice", "30"}, {"Bob", "25"}, }, ) fmt.Println(df) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

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