Registry / utility / rocketlaunchr-dataframe-go

rocketlaunchr-dataframe-go

JSON →
library0.0.0-20211025052708-a1030444159bgogounverified

A lightweight dataframe library for Go, similar to pandas in Python.

go get github.com/rocketlaunchr/dataframe-go
INSTALL
IMPORT
SIG · ROCKETLAUNCHR-DATA
R
rocketlaunchr-dataframe-go
utilitygov0.0.0-20211025052708-a1030444159b
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/rocketlaunchr/dataframe-go

Create a simple dataframe series.

package main import ( "fmt" "github.com/rocketlaunchr/dataframe-go" ) func main() { df := dataframe.NewSeriesInt64("age", nil, 25, 30, 35) fmt.Println(df) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20211025052708-a1030444159blatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
rocketlaunchr-dataframe-go — go get rocketlaunchr-dataframe-go · libregistry