Sorry if this is a basic question, I have been learning AB testing for couple of days now. For instance i have a table with visitors and purchases for four different versions of websites and
visitors|Purchases
21 | 3
180 |30
250 |50
100 |15
Is there a way that I can find the pvalue for this scenario in Python to find the significance of these tests?
TIA