I have a MatrixTable
that I created with the Table.to_matrix_table()
method. However, I forgot to list a column field such that it now became an entry. Creating this table takes the better part of a day on my desktop, so I’m loath to re-run the script.
Is there a way to convert an entry to a column field in an existing MatrixTable
? I tried converting the MatrixTable
back to a table with mt.make_table()
, but that ran into a Python RecursionError
.