golearn icon indicating copy to clipboard operation
golearn copied to clipboard

Suggestions for loading big data

Open prvst opened this issue 5 years ago • 0 comments
trafficstars

I have a data set comprised by approximately 16 million observations and 14 variables (1.5 GB CSV file). I'm trying loading the data via base.ParseCSVToInstances, but it doesn't seem to work because it takes forever. Any suggestion on how to make this viable ?

prvst avatar Feb 26 '20 15:02 prvst