tompollard / tableone

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

Switch to README.md for the description on PyPi #129

Closed tompollard closed 1 year ago

tompollard commented 1 year ago

Currently we have a two readme files: README.rst and README.md

README.rst file (which is used for the description on PyPI) contains errors. e.g., it suggests using the following columns as an argument, but these columns do not appear in the data:

columns = ['age','bili','albumin','ast','platelet','protime',
       'ascites','hepato','spiders','edema','sex', 'trt']

This pull request: