A/B Trial Aggregated Data
Analyze the results of the experiment and write your recommendations
@kaggle.sergylog_ab_trial_aggregated_data
Analyze the results of the experiment and write your recommendations
@kaggle.sergylog_ab_trial_aggregated_data
The csv file contains aggregated data on the results of the experiment (user_id), treatment type (group) and key user metrics(views and clicks)
The task is to analyze the results of the experiment and write your recommendations.
CREATE TABLE ab_test_results_aggregated_views_clicks_8 (
"user_id" BIGINT,
"group" VARCHAR,
"views" DOUBLE,
"clicks" DOUBLE
);Anyone who has the link will be able to view this.