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

Hello -- I would like to suggest something that I think would provide an improvement, and that is the additional of false discovery rate control using the Benjamini-Hochberg procedure. In...

When your categorical variables include missing values, a wrong percentage gets calculated. See Parameter1: Currently percentages for categorical variables get calculated with the total being the amount of non-missing values...

There is a problem when exporting to latex since "

I am currently writing my thesis and stumbled across this almost finished masterpiece. After fiddling around with it I couldn't figure out why some of the p-values seemed extremely optimistic....

Hello there. Your tool is near perfect for my investigations but I have one problem which is that I can't include the group by column in the table as well....

Hi when setting the argument remarks = False in TableOne() I still get the remarks below the table.

Hello! Would just like to say fantastic package and great syntax for the function. I seem to be having an issue with creating a table with continuous values. I'm sure...

TableOne currently seems to visualize the respective hypothesis-tests using whole words (i.e. Two Sample T-test, Chi-squared). It would be nice if the respective test statistic, the degrees of freedom and...

Hello. I’d like to suggest you to allow for categorical variables be ordered in TableOne. For example: Suppose I have a variable that can assume values: “20” I’d like to...

Hi, This code closes #18, adding support for multilevel groupby. It also fixes a bug where in some cases descriptives for categorical and continuous variables were being shown in separate...