In this repo you will find some python scripts to learn by example the basics of running statistics in python:
Data table loading and description using pandas https://pandas.pydata.org/
Data exploration using seaborn https://seaborn.pydata.org/
Basic stats using statsmodels https://www.statsmodels.org/stable/index.html
conda config --add channels conda-forge
conda config --add channels intel
conda create -n idp3_stats intelpython3_core python=3 statsmodels seaborn xlrd bottleneck
pip install statsmodels seaborn xlrd bottleneck
https://conda.io/en/latest/index.html
https://pandas.pydata.org/pandas-docs/stable/
https://seaborn.pydata.org/tutorial.html
https://www.statsmodels.org/stable/index.html
http://scipy-lectures.org/index.html
and in particular for stats