Дано: dict `data` с control_users, control_conv, test_users, test_conv. Проведите chi-square test для проверки разницы в конверсии. Верните dict с chi2, p_value, significant (bool).
Реализуй `chi2_test(data)`.
Темы
ab-testingscipychi-squareconversion
Подсказки
2x2 contingency table: [[conv, no_conv], ...] для каждой группы