I downloaded the IMDb dataset title.basics.tsv.gz and a wc -l data.tsv results in 7434601 rows.
wc -l data.tsv
Now I\'m trying to read the data in Go, but csv.Reader on