Untitled

 avatar
unknown
plain_text
2 years ago
149 B
8
Indexable
results = st.ttest_ind(
    user_behavior.query('tariff == "ultra"')['total_cost'], /
    user_behavior.query('tariff == "smart"')['total_cost']
)
Editor is loading...