按月累积求和,但如果某个月份没有数据,则重复上一个月份的数值。
创始人
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月。

相关内容

热门资讯

透视总结!hhpoker视频巡... 透视总结!hhpoker视频巡查真的假的,hh poker辅助器先试用(透视)确实有神器(哔哩哔哩)...
今年以来!epoker免费透视... 今年以来!epoker免费透视脚本,微乐小程序脚本入口,开挂脚本(揭秘有挂)-哔哩哔哩1、epoke...
透视解迷!hhpoker辅助器... 透视解迷!hhpoker辅助器,hhpoker透视脚本(透视)确实存在有神器(哔哩哔哩)1、让任何用...
为了进一步!pokerrrr2... 您好,pokerrrr2辅助这款游戏可以开挂的,确实是有挂的,需要了解加去威信【485275054】...
脚本辅助!aapoker免费透... 脚本辅助!aapoker免费透视脚本,aapoker怎么设置抽水(透视)都是真的是有方法(哔哩哔哩)...
此事迅速冲上热搜!hh pok... 此事迅速冲上热搜!hh poker软件,微信微乐辅助器免费安装,解谜透视(新版有挂)-哔哩哔哩1、h...
脚本专业!德普之星透视辅助软件... 脚本专业!德普之星透视辅助软件,德普之星的辅助工具介绍(透视)总是有方法(哔哩哔哩)1、实时透视辅助...
透视私人局!菠萝辅助器免费版的... 透视私人局!菠萝辅助器免费版的特点,微乐小程序辅助开挂,总结脚本(有挂规律)-哔哩哔哩1、下载好菠萝...
透视有挂!pokermaste... 透视有挂!pokermaster脚本,贵州微乐自建房辅助软件下载,推荐透视(竟然有挂)-哔哩哔哩1、...
透视揭露!wpk透视辅助下载,... 透视揭露!wpk透视辅助下载,wpk俱乐部辅助器(透视)总是真的有攻略(哔哩哔哩)1、游戏颠覆性的策...