Make IMF function more efficient.
I have thousands of file like the attached example (.CSV). Time information is in raw 102 and my measurement data start at raw 242. Currently I am doing Importing file 2 times, one for Time information and one for test data. After that I use update function to import time information to test data table. This logic was working with small set of files but it is not efficient on large number of ...