November 2021
Beginner to intermediate
704 pages
20h 16m
English
This section covers
We’ve been asked to analyze the online ad-click data collected by our buddy Fred. His advertising data table monitors ad clicks across 30 different colors. Our aim is to discover an ad color that generates significantly more clicks than blue. We will do so by following these steps:
Load and clean our advertising data using Pandas.
Run a permutation test between blue and the other recorded colors.
Check the computed p-values for statistical significance using a properly determined significance level.
Warning Spoiler alert! The solution to case study 2 is about to be revealed. I strongly encourage you to ...
Read now
Unlock full access