tompollard / tableone

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

Refactoring for readability: Add _handle_deprecations, _validate_arguments, _validate_data methods. #166

Closed tompollard closed 4 months ago

tompollard commented 4 months ago

This pull request moves some of the content from init into the following methods:

In addition, support for the following arguments has been dropped: labels, isnull, pval_test_name, remarks.