セクション 1. 章 6
single
Challenge: Summarize Campaign Performance
メニューを表示するにはスワイプしてください
タスク
スワイプしてコーディングを開始
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.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 1. 章 6
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください