Untitled
unknown
plain_text
2 years ago
261 B
4
Indexable
alpha = 0.05 results = st.ttest_ind( data_actual.query("platform == 'XOne' and user_score > 0")['user_score'], \ data_actual.query("platform == 'PC' and user_score > 0")['user_score'] ) print("p-значение: {:.5f}".format(results.pvalue))
Editor is loading...