根据给定的数据,我们可以从以下几个方面进行深入分析:
品牌集中度:
top_3_brands = [45, 39, 42]
total_sales = sum([173, 438, 158])
top_3_sales_ratio = (total_sales / 869) * 100
print(f"TOP3品牌销售额占比:{top_3_sales_ratio:.2f}%")
多渠道投放:
brand_channels = [151, 66, 37]
avg_channels_per_brand = sum(brand_channels) / len(brand_channels)
print(f"平均每品牌关联的达人/直播/视频数为:{avg_channels_per_brand:.2f}")
类目偏好:
top_categories = ['美妆', '食品饮料']
print(f"热门带货类目:{top_categories}")
运营效率:
avg_live_video_ratio = 107 / 239 * 100
print(f"平均每品牌直播/视频发布的商品数量为:{avg_live_video_ratio:.2f}")
以上分析数据来源:互联岛