tompollard / tableone

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

Option to drop categorical feature percentages #134

Open vsocrates opened 2 years ago

vsocrates commented 2 years ago

I'd like to do some downstream analysis on the table values, so it'd be really helpful if there was a flag to drop the percentages, allowing them to be easily converted into numeric values, for example, to further look at in Excel.

I think this should be pretty straightforward, so I'd be happy to take a crack at it, if this is something that would be helpful and makes sense. Thanks!