tompollard / tableone

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

Handling null values in the groupby variable #51

Open tompollard opened 6 years ago

tompollard commented 6 years ago

When the groupby variable includes null values, how should these nulls be represented in the table? (point raised by @alistairewj).

shahzeb1 commented 6 years ago

What if they're just shown as 0 (0).

Wouldn't this also help cover the missing value issue when calculating p-values?