Tom Pollard

Results 96 comments of Tom Pollard

@MartinBernstorff thanks for your kind words and I'm glad to hear it has been helpful! We've neglected the package recently so I'm hoping to spend a little time soon making...

I'm not clear what to do in the case where a groupby variable is specified. Do we: (1) plot a distribution for each separate group, i.e. if there are 4...

We found this error in https://github.com/MIT-LCP/hack-aotearoa/blob/master/03_summary_statistics.ipynb. Looking at it a little more closely, the following chunk is fine: ```python import pandas as pd from tableone import TableOne, load_dataset d =...

The error is raised for `pandas==1.4.3`. When running `pandas>=2.0.0`, the error is not raised and everything seems to work fine.

Thanks @nandokawka, this also fixed the issue for me. While we're waiting for the merge, I used @bvorak's approach to install from the patched version.