按月累积求和,但如果某个月份没有数据,则重复上一个月份的数值。
创始人
2024-08-23 07:00:40
0

下面是一个使用Python的代码示例,实现按月累积求和,并在某个月份没有数据时重复上一个月份的数值:

data = [
    {'month': '2021-01', 'value': 100},
    {'month': '2021-03', 'value': 200},
    {'month': '2021-04', 'value': 150},
    {'month': '2021-06', 'value': 300},
    {'month': '2021-07', 'value': 250},
]

# 将数据按月份排序
data.sort(key=lambda x: x['month'])

# 获取数据的起始月份和结束月份
start_month = data[0]['month']
end_month = data[-1]['month']

# 创建一个字典,用于存储每个月份的累积值
cumulative_data = {}

# 遍历每个月份,并根据有无数据重复上一个月份的数值
current_value = 0
current_month = start_month
for item in data:
    month = item['month']
    value = item['value']
    
    # 计算当前月份与上一个月份之间的月份数
    month_diff = (int(month.split('-')[0]) - int(current_month.split('-')[0])) * 12 + (int(month.split('-')[1]) - int(current_month.split('-')[1]))
    
    # 重复上一个月份的数值
    for i in range(month_diff):
        cumulative_data[current_month] = current_value
        current_month = increment_month(current_month)
    
    # 累积求和
    current_value += value
    cumulative_data[month] = current_value
    current_month = month

# 输出每个月份的累积值
for month, value in cumulative_data.items():
    print(month, value)

其中,我们定义了一个名为increment_month的函数,用于递增给定月份的值。这个函数的实现如下:

def increment_month(month):
    year, month = month.split('-')
    year = int(year)
    month = int(month)
    
    if month == 12:
        year += 1
        month = 1
    else:
        month += 1
    
    return f'{year:04d}-{month:02d}'

这段代码中,我们使用了一个字典cumulative_data来存储每个月份的累积值。首先,我们将数据按月份排序,然后遍历每个数据项。对于每个数据项,我们计算当前月份与上一个月份之间的月份数,并根据有无数据重复上一个月份的数值。然后,我们将当前月份的累积值更新为当前值加上当前数据项的值,并将该累积值保存到cumulative_data字典中。最后,我们输出每个月份的累积值。

注意,这里的月份使用了格式为YYYY-MM的字符串表示,例如2021-01表示2021年1月。

相关内容

热门资讯

透视神器!pokemmo手机版... 透视神器!pokemmo手机版修改器,淘宝的微乐辅助是真的吗,解密脚本(有挂猫腻)-哔哩哔哩在进入p...
脚本解迷!德扑HHpoker有... 脚本解迷!德扑HHpoker有挂吗,hhpoker免费辅助器(透视)竟然是有攻略(哔哩哔哩)1)辅助...
透视透视挂!we poker游... 透视透视挂!we poker游戏下,微乐家乡小程序辅助,关于脚本(有人有挂)-哔哩哔哩we poke...
脚本曝光!wepoker透视底... 脚本曝光!wepoker透视底牌脚本,wejoker开挂(透视)都是真的是有插件(哔哩哔哩)1、玩家...
更值得关注的是!wepoker... 您好,wepoker透视脚本网页这款游戏可以开挂的,确实是有挂的,需要了解加去威信【48527505...
脚本有挂!wepoker破解是... 脚本有挂!wepoker破解是真的还是假的,wepoker破解器(透视)竟然是有器(哔哩哔哩)1、模...
透视有挂!pokemmo辅助脚... 透视有挂!pokemmo辅助脚本,微信小程序微乐房间的挂多少钱,详情透视(有挂辅助)-哔哩哔哩pok...
透视必备!wepoker透视底... 透视必备!wepoker透视底牌脚本,wepoker私人辅助器(透视)其实存在有器(哔哩哔哩)1、许...
今年以来!大菠萝免费辅助器,微... 今年以来!大菠萝免费辅助器,微信小程序微乐辅助器,科普脚本(有挂功能)-哔哩哔哩大菠萝免费辅助器透视...
透视安装!newpoker脚本... 透视安装!newpoker脚本,手机微乐小程序游戏破解器,分享透视(有挂猫腻)-哔哩哔哩newpok...