Examples:
Modules:
transpose_table()
Profiling:
Links:
Versions:
Transpose a latex table and return it in latex format.
>>> transpose_table(si_tab([[1,2],[3,4]])) '\\SI{1}{}&\\SI{3}{}\\\\\n\\SI{2}{}&\\SI{4}{}\\\\\n'