How to transpose Matrix{Any} that contains strings?

transpose is intended for use in linear algebra (ie matrices of numbers). For general matrix transposition use permutedims

1 Like