go-gota / gota

Gota: DataFrames and data wrangling in Go (Golang)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Download fails

Berghuette opened this issue · comments

go get github.com/kniren/gota/dataframe
leads to
go get: github.com/kniren/gota@v0.10.1 updating to
github.com/kniren/gota@v0.12.0: parsing go.mod:
module declares its path as: github.com/go-gota/gota
but was required as: github.com/kniren/gota
VS-Code shows errors after that.
Can you please fix it?

Hi, @Berghuette
You sould replace "github.com/kniren/gota" in go.mod and main.go files with "github.com/go-gota/gota".
The repository is now at this url.

@Berghuette : Where did you find github.com/kniren/gota/dataframe ? I think I fixed all old package references.

@chrmang I think he found this for some kind of tutorial on the Internet, they are updated not so often :) I also had it