Closed shriram closed 2 years ago
It's unclear to me why table-from-columns cannot work with empty lists, for creating an empty table of the right shape that will be populated programmatically. The document does not indicate that this would not work. However, the code
table-from-columns
[T.table-from-columns: {"a"; [list: ]}, {"b"; [list: ]} ]
produces what is essentially an internal error:
It's unclear to me why
table-from-columns
cannot work with empty lists, for creating an empty table of the right shape that will be populated programmatically. The document does not indicate that this would not work. However, the codeproduces what is essentially an internal error: