tableone icon indicating copy to clipboard operation
tableone copied to clipboard

Create "Table 1" for research papers in Python

Results 38 tableone issues
Sort by recently updated
recently updated
newest added

Hi all, thanks a lot for this cool package! I have been wondering on the docs page https://tableone.readthedocs.io/en/latest/tableone.html, whether there shouldn't be the docstrings of `TableOne` and its methods visible?...

Thank you for developing this nice tool! I was wondering it would be possible to include the Odds Ratio as a column in the table when Fisher's Exact test is...

Hi for categorical variables, it will be really useful to get row percentages option. Is this possible? Thank you!

When run in a Colab notebook (specifically https://github.com/MIT-LCP/hack-aotearoa/blob/main/03_summary_statistics.ipynb), the following chunk raises a data type error (related to Int64 formatted values). ``` from tableone import TableOne %%bigquery cohort SELECT p.unitadmitsource,...

In https://github.com/tompollard/tableone/pull/153 we added pyright type checking to the github workflow. Currently we are dodging a large number of errors with `# type: ignore` comments. These need to be removed...

Is there are way to call out or highlight a cell when p

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4. Release notes Sourced from jinja2's releases. 3.1.4 This is the Jinja 3.1.4 security release, which fixes security issues and bugs but does not otherwise...

dependencies

Hello appreciate the hard work and found the package really useful, recently thought i came across a problem I think might be some bug or functionality i cannot understand? I...