chi square test python code code example Example: chi square test in python from scipy.stats import chisquare stat, p = chisquare(mylist)