Loading less than 2 gB of csv data took 5.29 hours:
In[1]:= FileByteCount@"Downloads/fann_feature_point_word_\
model_1000000_Y_grid_8_test.csv"
Out[1]= 1833545126
In[2]:= AbsoluteTiming[x = Import["Downloads/fann_feature_point_word_model_1000000_Y_\
grid_8_test.csv"];]
Out[2]= {19060.3, Null}
In[3]:= Dimensions[x]
Out[3]= {175224, 2070}
Any suggestions for circumventing this or speeding it up?
ReadList) and splitting on,? Or is it phoning home to WRI to convert it into some bsEntity["CSVRowItem", Quantity[1]]? – rm -rf Jun 05 '15 at 03:34Open/Readoperations to be faster thanImport(again assuming its all numbers) – george2079 Jun 05 '15 at 16:07