vlt.data.emptytable¶
EMPTYTABLE - make an empty table
T = EMPTYTABLE("variable1Name","variable1DataType",...
"variable2Name","variable2DataType", ...)
Create an empty table with the variable names (column names) provided.
Example:
t = vlt.data.emptytable("id","string","x","double","y","double");