Creating and Populating a Table From Scratch

sorry, can not run it here ( very low end hardware )

yes, loading a empty table with header replaces the
create_table.

and use that

my_table = loadTable('empty.csv', 'csv', 'header');
//.. and later
saveTable(my_table, 'with_data.csv');  

is a very good idea


but in line 67 i not see any disabled code.

good luck