Using your segmentation function

Now that you've generated an ab_segmentation() function, it's time to test it out.

Often a treatment will not affect all people uniformly. Some people will love a particular marketing campaign while others hate it. As a marketing data scientist, it's your responsibility to enable your marketing stakeholders to target users according to their preferences.

We will run through two segments in our data that may be relevant to assessing the impact of our test.

When using the ab_segmentation() function, remember to input the column name in quotes (i.e., 'language_displayed')

This exercise is part of the course

Analyzing Marketing Campaigns with pandas

View Course

Hands-on interactive exercise

Have a go at this exercise by completing this sample code.

# Use ab_segmentation on language displayed
ab_segmentation('____')