go-gota / gota

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

Error when data frame on 1000 records #65

Closed phamthanhlam closed 4 years ago

phamthanhlam commented 6 years ago

I run dataframe 1000 records, show error as Error indexer greater than 1000

df = df.Set( indexer, dataframe.LoadRecords( [][]string{ []string{"Name", "Total"}, []string{keyword, total}, }, ), )

![error

error Hope everybody help please Thank you