go-gota / gota

Gota: DataFrames and data wrangling in Go (Golang)
Other
3.04k stars 281 forks source link

Nice initiative, It would be great if installation instructions for this package are added. #28

Closed anandgavai closed 7 years ago

kniren commented 7 years ago

You would install it as you would with any Go: go get github.com/kniren/gota

kyp0717 commented 5 years ago

Something has changed. go get does not work anymore ... [m57311@cilsdbxd32293 go]$ go get github.com/kniren/gota can't load package: package github.com/kniren/gota: no Go files in /home/SILVER/m57311/go/src/github.com/kniren/gota

[m57311@cilsdbxd32293 go]$ go version go version go1.11.2 linux/amd64