按月份顺序排序列表并添加缺失的月份。
创始人
2024-08-23 05:30:08
0

代码示例:

import datetime

data = [ {"month": "June", "value": 30}, {"month": "August", "value": 60}, {"month": "May", "value": 45}, {"month": "November", "value": 20}, {"month": "March", "value": 50}, {"month": "April", "value": 40}, {"month": "January", "value": 10}, {"month": "December", "value": 15}, {"month": "July", "value": 35}, {"month": "February", "value": 25}, {"month": "October", "value": 5}, {"month": "September", "value": 55}, ]

sort list by month order

data.sort(key=lambda x: datetime.datetime.strptime(x["month"], "%B"))

add missing months with value 0

start_month = datetime.datetime.strptime(data[0]["month"], "%B").month end_month = datetime.datetime.strptime(data[-1]["month"], "%B").month for month in range(start_month, end_month + 1): month_name = datetime.date(1900, month, 1).strftime('%B') month_exist = False for item in data: if item["month"] == month_name: month_exist = True break if not month_exist: data.append({"month": month_name, "value": 0})

sort list again by month order

data.sort(key=lambda x: datetime.datetime.strptime(x["month"], "%B"))

print(data)

相关内容

热门资讯

透视肯定!aapoker如何设... 透视肯定!aapoker如何设置胜率(透视)免费透视脚本(总是真的是有挂)1、玩家可以在aapoke...
透视好友!德州局透视,拱趴大菠... 透视好友!德州局透视,拱趴大菠萝挂(竟然有挂)1)拱趴大菠萝挂辅助挂:进一步探索拱趴大菠萝挂辅助透视...
透视科技!aapoker辅助怎... 透视科技!aapoker辅助怎么用(透视)透视脚本(竟然存在有挂)1、该软件可以轻松地帮助玩家将aa...
透视科技!pokemmo脚本辅... 透视科技!pokemmo脚本辅助器下载,德州私人局脚本(本来是真的有挂)1、全新机制【pokemmo...
透视规律!aapoker辅助软... 透视规律!aapoker辅助软件合法吗(透视)免费透视脚本(确实存在有挂)1、aapoker辅助软件...
透视系统!pokeplus脚本... 透视系统!pokeplus脚本,约局吧德州真的有透视挂吗(确实真的是有挂)1、约局吧德州真的有透视挂...
透视脚本!aapoker脚本(... 透视脚本!aapoker脚本(透视)脚本(果然真的是有挂);1、进入游戏-大厅左侧-新手福利-激活码...
透视安装!werplan辅助软... 透视安装!werplan辅助软件,智星德州可以透视吗(总是有挂)1、不需要AI权限,帮助你快速的进行...
透视真的!aapoker透视插... 透视真的!aapoker透视插件(透视)插件下载(都是是真的有挂)1、进入游戏-大厅左侧-新手福利-...
透视脚本!poker红龙辅助,... 透视脚本!poker红龙辅助,wepoker安装教程(总是真的有挂)1、下载好wepoker安装教程...