col_names=dt<<get column names(string);
st=hptime();
dt<<Begin Data Update;
for each({col,index},col_names,
column(dt,col)<<data type(numeric)<<set modeling type(continuous)
);
dt << End Data Update;
en=hptime();
show(en-st)
Thanks! It's still slow, 20minutes...
Is there a way to change the format before data importing?