根据提供的表格数据,我们可以从以下几个方面进行核心分析:
品牌集中度:
多渠道投放:
类目偏好:
运营效率:
具体分析步骤如下:
品牌集中度:
# 假设已知销售额排名前3的销售额数据(需要实际数据)
top_3_sales = [50000, 40000, 30000]
total_sales = sum(top_3_sales) + remaining_sales # 剩余品牌的销售总额
concentration = (sum(top_3_sales) / total_sales) * 100
print(f"Top 3品牌销售额占比:{concentration}%")
多渠道投放:
# 统计每个品牌关联达人/直播/视频的数量
brands = ["五粮液", "赖世家", "张裕"]
influencers_per_brand = [8, 13, 10]
for brand, count in zip(brands, influencers_per_brand):
print(f"{brand}关联的达人/直播/视频数量:{count}")
# 比较并总结差异
类目偏好:
# 统计热门带货类目的分布情况
class_distribution = {"酒类": 40, "零食": 25, "饮料": 15, "其他": 20}
for category, count in class_distribution.items():
print(f"{category}类别商品销售占比:{count}%")
运营效率:
# 分析动销商品数与直播/视频投放的关联性
brands = ["五粮液", "赖世家", "张裕"]
live_video_counts = [10, 25, 18]
for brand, count in zip(brands, live_video_counts):
print(f"{brand}动销商品数与直播/视频投放关联性:{count}")
以上分析数据来源:互联岛