Untitled

Anonymous
plain_text
02/21/2023 10:38 AM
200 B
21
Indexable
results = st.ttest_ind(
    user_behavior.query('tariff == "ultra"')['total_cost'], /
    user_behavior.query('tariff == "smart"')['total_cost']
)
Editor is loading...