Hi all,
I would like to transpose a "large" datatable containing numeric, date, qualitative variables.
I can not use the transpose function to do it.
Do you have any idea to transpose this table easily?
Sebastien
If you convert all of your columns to Character, you will then be able to use Transpose to transpose the data table.