tableone is a package for researchers who need to create Table 1, summary statistics for a patient population. A demo Jupyter Notebook is available at: https://github.com/tompollard/tableone/blob/master/tableone.ipynb
The distribution is hosted on PyPI and directly installable via pip without needing to clone or download this repository. To install the package from PyPI, run the following command in your terminal:
pip install tableone
Updates in this version include:
- `limit` argument added, so only top N frequent categories are displayed (15)
- `labels` argument added, to allow alternative labels to be provided (17)