tompollard / tableone

Create "Table 1" for research papers in Python
https://pypi.python.org/pypi/tableone/
MIT License
161 stars 38 forks source link

option to append summary type ("mean (SD); median (IQR)") etc to row label #68

Closed tompollard closed 6 years ago

tompollard commented 6 years ago

Add an argument to allow the summary type (e.g. "mean (SD)") to be appended to the row label (e.g. "Age, mean (SD)")

jraffa commented 6 years ago

For the median (IQR), please use median(Q1-Q3), if not already done so.

tompollard commented 6 years ago

Sure, intentionally with no space between "median" and "(Q1-Q3)"?

jraffa commented 6 years ago

nah, that's a typo. :D

tompollard commented 6 years ago

thanks, included in the latest release: https://github.com/tompollard/tableone/releases/tag/0.5.13