golearn
golearn copied to clipboard
Suggestions for loading big data
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 ?