go-gota / gota

Gota: DataFrames and data wrangling in Go (Golang)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Speed read csv

nenuetoneflex opened this issue · comments

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