I'm attempting to use \pgfplotstabletypeset but with no luck. I have a CSV file like the following:
Name, Age, stDev Adam, 15, 3 When I output in this into my PDF, I would like the last two columns be combined such that I end up with 15 +/- 3. I would also like to name that column Age.

