按照产品名称每天求和
创始人
2024-08-23 14:00:23
0

这是一个求解“按照产品名称每天求和”的问题的代码示例:

from datetime import datetime

# 模拟数据
data = [
    {'date': '2021-01-01', 'product': 'A', 'sales': 100},
    {'date': '2021-01-01', 'product': 'B', 'sales': 200},
    {'date': '2021-01-02', 'product': 'A', 'sales': 150},
    {'date': '2021-01-02', 'product': 'B', 'sales': 250},
    {'date': '2021-01-03', 'product': 'A', 'sales': 120},
    {'date': '2021-01-03', 'product': 'B', 'sales': 180}
]

# 创建一个字典用于存储每个产品每天的销售总和
product_totals = {}

# 遍历数据
for entry in data:
    date = datetime.strptime(entry['date'], '%Y-%m-%d')  # 将日期字符串转换为日期对象
    product = entry['product']
    sales = entry['sales']
    
    # 如果产品在字典中已存在,则将销售额累加到对应的日期
    if product in product_totals:
        if date in product_totals[product]:
            product_totals[product][date] += sales
        else:
            product_totals[product][date] = sales
    else:
        product_totals[product] = {date: sales}

# 打印结果
for product, totals_by_date in product_totals.items():
    print(f"产品 {product} 的每日销售总和:")
    for date, total_sales in totals_by_date.items():
        print(f"{date.strftime('%Y-%m-%d')}: {total_sales}")

这段代码首先创建了一个空字典product_totals,用于存储每个产品每天的销售总和。然后,遍历输入数据,并根据产品名称和日期更新字典中的值。最后,打印出每个产品每天的销售总和。

相关内容

热门资讯

关于!微信微乐自建房辅助工具,... 关于!微信微乐自建房辅助工具,微乐家乡麻将自建房辅助app(开挂自建房)方法1)微乐家乡麻将自建房辅...
大家学习交流!微信卡五星辅助器... 大家学习交流!微信卡五星辅助器,微乐小程序免费黑科技(开挂自建房)方法1、很好的工具软件,可以解锁游...
三分钟了解!微乐微信自建房辅助... 三分钟了解!微乐微信自建房辅助工具插件,微乐家乡麻将自建房辅助app(开挂自建房)工具1、三分钟了解...
一分钟教会你!微乐家乡麻将自建... 一分钟教会你!微乐家乡麻将自建房辅助app,微乐自建房脚本免费入口(开挂自建房)方法1、用户打开应用...
分享实测!微信微乐自建房辅助工... 分享实测!微信微乐自建房辅助工具,微乐自建房脚本免费入口(开挂自建房)器1、起透看视 微信微乐自建房...
重大通报!微乐自建房辅助工具脚... 重大通报!微乐自建房辅助工具脚本,微乐小程序免费黑科技(开挂自建房)app微乐自建房辅助工具脚本破解...
如何分辨真伪!微乐微信自建房辅... 如何分辨真伪!微乐微信自建房辅助工具插件,微乐小程序免费黑科技(开挂自建房)技巧1、微乐微信自建房辅...
我来教教你!微乐自建房辅助工具... 我来教教你!微乐自建房辅助工具挂,微乐家乡麻将自建房辅助app(开挂自建房)工具1、玩家可以在微乐家...
重大来袭!微乐自建房辅助工具神... 重大来袭!微乐自建房辅助工具神器,微乐小程序免费黑科技(开挂自建房)器1、游戏颠覆性的策略玩法,独创...
带你了解!微信卡五星辅助器,微... 带你了解!微信卡五星辅助器,微乐自建房脚本免费入口(开挂自建房)方法1、带你了解!微信卡五星辅助器,...