ComeçarComece de graça

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')

Este exercício faz parte do curso

Analyzing Marketing Campaigns with pandas

Ver curso

Exercício interativo prático

Experimente este exercício completando este código de exemplo.

# Use ab_segmentation on language displayed
ab_segmentation('____')
Editar e executar o código