Apr-03-2022, 11:30 PM
What've you got? Excel? Pandas df, csv?
You could just read the each row, column by column, into a list, then write that list to a single column.
Or dispense with the list and read each value straight into column 1 in a new file.
You could just read the each row, column by column, into a list, then write that list to a single column.
Or dispense with the list and read each value straight into column 1 in a new file.