go-gota / gota

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

The path problem #77

Closed zzx79189917 closed 5 years ago

zzx79189917 commented 5 years ago

i install gonum following its md using "go get -u gonum.org/v1/gonum/..." when i use gota i find that the path in series.go is "github.com/gonum/stat" so it can't work. do i need to install gonum in that path or i need to change the path in series.go. it's not a good way. what should i do ? thanks for help