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

相关内容

热门资讯

透视透视!微乐小程序黑科技,微... 透视透视!微乐小程序黑科技,微乐自建房免费辅助入口在哪里(透视)其实真的有辅助攻略(哔哩哔哩)1、辅...
透视阶段!wepoker透视破... 透视阶段!wepoker透视破解版(HHpoker机器人)真是真的是有辅助软件(哔哩哔哩)1、操作简...
透视策略!aapoker怎么选... 透视策略!aapoker怎么选牌(WePoKer脚本)原来是真的有辅助软件(哔哩哔哩)1、aapok...
出乎意料的是!微乐小程序黑科技... 出乎意料的是!微乐小程序黑科技免费,微信小程序微乐为什么老输(透视)一贯是真的辅助app(哔哩哔哩)...
复盘辅助挂!微信微乐游戏辅助脚... 复盘辅助挂!微信微乐游戏辅助脚本,微乐江西小程序辅助器免费(透视)真是存在有辅助技巧(哔哩哔哩)1、...
透视秘籍!wepoker轻量版... 透视秘籍!wepoker轻量版透视系统(WePoKer透视脚本)其实真的是有辅助攻略(哔哩哔哩)1、...
值得注意的是!微乐小程序免费黑... 值得注意的是!微乐小程序免费黑科技,微信小程序微乐辅助器免费版v2.0免费(透视)切实是有辅助攻略(...
透视窍门!拱趴大菠萝万能挂(A... 透视窍门!拱趴大菠萝万能挂(AApoker下载)一贯真的是有辅助神器(哔哩哔哩)拱趴大菠萝万能挂是不...
透视诀窍!hhpoker有透视... 您好,hhpoker有透视功能吗这款游戏可以开挂的,确实是有挂的,需要了解加去威信【13670430...
透视教学!微乐小程序黑科技免费... 透视教学!微乐小程序黑科技免费,微乐自建房黑科技工具怎么找(透视)果然存在有辅助方法(哔哩哔哩)运辅...