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

- Update requirements to latest version - Replace travis with github actions - Replace nose with pytest

Hello, thank you for this nice toolbox! Is there a way to increase the precision of the numbers in the output table? Thank you!

Bumps [numpy](https://github.com/numpy/numpy) from 1.12.1 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

When trying to use `TableOne.to_excel()` I get: `ModuleNotFoundError: No module named 'openpyxl'` Shouldn't `openpyxl` be automatically be installed (`conda install -c anaconda openpyxl)` when conda installing tableone?

Currently, I use pandoc to embed results of tableone to markdown file. But if we export csv, there are duplicated names for index and column part, so I want `tabulate`...

The current approach relies on pandas to output the table to tex, csv, etc. Add custom approach to improve the output quality. Consider tabulate: ```py from tableone import TableOne import...

I am very impressed by TableOne functions. I have a couple of questions:- 1. How to export the TableOne default output as PDF. 2. How to suppress the test for...

Hi, when I run the tableone command I get an error called: type object 'object' has no attribute 'dtype' How do I fix this?

It would be nice if there was a way to display binary variables, other than making them categorical, in which case both True and False are shown. The ideal would...