The file attached below has 534 lines, counting the newline. If we remove the newline and the time-only lines, we get about 528 - so I expected import_data() to return a data object of about 528 elements. Instead, it has only 432.
Do I not understand what import_data() does, or is data unintentionally being lost somewhere along the line?
Thanks.
--Ben
tmp-data.txt
The file attached below has 534 lines, counting the newline. If we remove the newline and the time-only lines, we get about 528 - so I expected
import_data()to return a data object of about 528 elements. Instead, it has only 432.Do I not understand what
import_data()does, or is data unintentionally being lost somewhere along the line?Thanks.
--Ben
tmp-data.txt