按照产品名称每天求和
创始人
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,用于存储每个产品每天的销售总和。然后,遍历输入数据,并根据产品名称和日期更新字典中的值。最后,打印出每个产品每天的销售总和。

相关内容

热门资讯

透视脚本!aapoker怎么设... 透视脚本!aapoker怎么设置提高好牌几率(透视)aapoker真的假的(一直一直都是有透视)-哔...
透视技巧!越乡游义乌辅助器微信... 透视技巧!越乡游义乌辅助器微信(辅助)中至小程序抚州辅助器(其实真的是有辅助器)-哔哩哔哩一、中至小...
透视脚本!红龙poker辅助器... 您好,红龙poker辅助器免费观看这款游戏可以开挂的,确实是有挂的,需要了解加去威信【4852750...
透视插件!闲逸辅助软件下载(辅... 透视插件!闲逸辅助软件下载(辅助)决战卡五星辅助源码(一直真的有挂)-哔哩哔哩1、决战卡五星辅助源码...
透视app!hhpoker怎么... 透视app!hhpoker怎么破解(透视)HH平台挂(好像真的有透视)-哔哩哔哩进入游戏-大厅左侧-...
透视脚本!新畅游互娱科技(辅助... 透视脚本!新畅游互娱科技(辅助)新道游房间(切实一直都是有透视)-哔哩哔哩1、起透看视 新畅游互娱科...
透视工具!混沌休闲有没有挂(辅... 透视工具!混沌休闲有没有挂(辅助)胡乐麻将辅助(果然存在有挂)-哔哩哔哩1.混沌休闲有没有挂 选牌创...
透视教程!wepoker辅助透... 透视教程!wepoker辅助透视(透视)we-poker软件(确实真的是有辅助器)-哔哩哔哩1、在w...
透视工具!wepoker手机版... 透视工具!wepoker手机版辅助(透视)wepoker黑侠辅助器(确实真的有挂)-哔哩哔哩1、该软...
透视神器!花花生活圈怎么开挂(... 透视神器!花花生活圈怎么开挂(辅助)掌中乐辅助(一直有挂)-哔哩哔哩1、用户打开应用后不用登录就可以...