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