go-gota / gota

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

Speed read csv #197

Open nenuetoneflex opened 1 year ago

nenuetoneflex commented 1 year ago

Hi all. Am I right in thinking that gota is slower than python pandas anyway? Right now I'm trying to load data and calculate it in the shortest time possible. it takes 48kk lines with tab separator: pandas: 32s gota: 1m36s