I have a dataset in stata that looks like this:

quintile mean t_stat 1 0.0100 4.100 2 0.0200 4.200 3 0.0300 4.300 4 0.0400 4.400 5 0.0500 4.500 6 0.0600 1.200 Ideally I would like to output it to a stata table that is transposed and looks like the table below. Is there any easy way of doing so?