I want to create summary statistics for my dataset. I have tried searching but haven't found anything that matches what I want. I want the columns to be listed on vertically with the statistics measure as headings. Here is how I want it to look:
| Column | Mean | Standard deviation | 25th perc. | Median | 75th perc. | 
|---|---|---|---|---|---|
| Column 1 | Mean column 1 | Std column 1 | ... | ... | ... | 
| Column 2 | Mean column 2 | ... | ... | ... | ... | 
| Etc | ... | ... | ... | ... | ... | 
How do I do this? Thankful for any help I can get!:) If there is a specific function to use where I can also do some formatting/styling some info about that would also be appreciated, but the main point is that it should look as described. :)
 
     
     
    