researchpy

Researchpy produces Pandas DataFrames that contain relevant statistical testing information that is commonly required for academic research.


Keywords
researchpy, statistics
License
MIT
Install
pip install researchpy==0.3.6

Documentation

researchpy produces Pandas DataFrames that contain relevant statistical testing information that is commonly required for academic research. The information is returned as Pandas DataFrames to make for quick and easy exporting of results to any format/method that works with the traditional Pandas DataFrame.

researchpy is essentially a wrapper that combines various established packages such as pandas, scipy.stats, and statsmodels to get all the standard required information in one method. If analyses were not available in these packages, code was developed to fill the gap.

Formula’s are provided with citations if the code originated from researchpy. All output has been tested and verified by comparing to established software packages such as Stata, SAS, SPSS, and/or R.