Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lära Challenge: Summarize Campaign Performance | Automating Reports and Visual Insights
Python Automation for Reports and Visual Insights
Avsnitt 1. Kapitel 6
single

single

bookChallenge: Summarize Campaign Performance

Svep för att visa menyn

Uppgift

Svep för att börja koda

Build a function to process a DataFrame containing marketing campaign data and produce a summary report. The summary must include conversion rate and ROI for each campaign, and clearly indicate which campaign has the highest conversion rate.

  • Calculate the conversion rate for each campaign as conversions divided by clicks.
  • Calculate ROI for each campaign as (conversions * 100 - spend) divided by spend.
  • Add columns for the conversion rate and ROI to the DataFrame.
  • Add a column to indicate which campaign has the highest conversion rate.
  • Print the summary table with all columns, including the indicator for the top campaign.

Lösning

Switch to desktopByt till skrivbordet för praktisk övningFortsätt där du är med ett av alternativen nedan
Var allt tydligt?

Hur kan vi förbättra det?

Tack för dina kommentarer!

Avsnitt 1. Kapitel 6
single

single

Fråga AI

expand

Fråga AI

ChatGPT

Fråga vad du vill eller prova någon av de föreslagna frågorna för att starta vårt samtal

some-alt