You’ll have to use another tool to transpose, but this should let you export to a text file:
table = vds.make_table('v = v', ['`` = g.gt'])
table.export('file.txt')
You’ll have to use another tool to transpose, but this should let you export to a text file:
table = vds.make_table('v = v', ['`` = g.gt'])
table.export('file.txt')