Python 板


LINE

# 顺序 mapping table seq = [(0,1,2),(1,2,0),(2,0,1)] # 计算期望 result = [] row = zip(Cell_1,Cell_2,Cell_3,UL1,UL2,UL3) for item in row: index = item[3:].index("a") # get sequence res = map(lambda x:item[x] if item[x] != 'NAV' else '',seq[index]) result.append('-'.join(filter(None,res))) #印出结果 print(zip(Cell_1,Cell_2,Cell_3,UL1,UL2,UL3,result)) ※ 引述《radiant77 (七七)》之铭言: : 大家好,小弟完全是外行人,因工作关系要用python从仪器抓出一些资料整理 : 目前抓出来的list有6组,需要将Cell_1,2,3合并成一组list : Cell_1对应UL1,Cell_2对应UL2,Cell_3对应UL3 : UL1,2,3是用来排序的,有a的排前面,再依序往後接满3组,用"-"连结 : NAV为无资料,不须理会。 : 以下是为了方便阅读用pandas的DataFrame列印出来的结果 : 因为list比较长,只撷取部分内容 : 期望结果是我自己填的,想将Cell_1,2,3合并成期望结果的list : index Cell_1 Cell_2 Cell_3 UL1 UL2 UL3 期望结果 : .. ... ... ... ... ... ... : 10 4A NAV NAV a NAV NAV 4A : 11 20A 20A NAV a NAV NAV 20A-20A : 12 20A 1A NAV a NAV NAV 20A-1A : 13 20A 1A NAV NAV a NAV 1A-20A : 14 5A 4A 4A a NAV NAV 5A-4A-4A : 15 5A 4A 4A NAV a NAV 4A-4A-5A : 16 2A 2A 2A a NAV NAV 2A-2A-2A : 第一次在本版发问,如果有不清楚的地方我再补充 --



※ 发信站: 批踢踢实业坊(ptt.cc), 来自: 1.168.16.234
※ 文章网址: https://webptt.com/cn.aspx?n=bbs/Python/M.1542092610.A.70D.html
1F:推 radiant77: 感谢! 最後只需要print result就是我要的结果! 11/13 15:38







like.gif 您可能会有兴趣的文章
icon.png[问题/行为] 猫晚上进房间会不会有憋尿问题
icon.pngRe: [闲聊] 选了错误的女孩成为魔法少女 XDDDDDDDDDD
icon.png[正妹] 瑞典 一张
icon.png[心得] EMS高领长版毛衣.墨小楼MC1002
icon.png[分享] 丹龙隔热纸GE55+33+22
icon.png[问题] 清洗洗衣机
icon.png[寻物] 窗台下的空间
icon.png[闲聊] 双极の女神1 木魔爵
icon.png[售车] 新竹 1997 march 1297cc 白色 四门
icon.png[讨论] 能从照片感受到摄影者心情吗
icon.png[狂贺] 贺贺贺贺 贺!岛村卯月!总选举NO.1
icon.png[难过] 羡慕白皮肤的女生
icon.png阅读文章
icon.png[黑特]
icon.png[问题] SBK S1安装於安全帽位置
icon.png[分享] 旧woo100绝版开箱!!
icon.pngRe: [无言] 关於小包卫生纸
icon.png[开箱] E5-2683V3 RX480Strix 快睿C1 简单测试
icon.png[心得] 苍の海贼龙 地狱 执行者16PT
icon.png[售车] 1999年Virage iO 1.8EXi
icon.png[心得] 挑战33 LV10 狮子座pt solo
icon.png[闲聊] 手把手教你不被桶之新手主购教学
icon.png[分享] Civic Type R 量产版官方照无预警流出
icon.png[售车] Golf 4 2.0 银色 自排
icon.png[出售] Graco提篮汽座(有底座)2000元诚可议
icon.png[问题] 请问补牙材质掉了还能再补吗?(台中半年内
icon.png[问题] 44th 单曲 生写竟然都给重复的啊啊!
icon.png[心得] 华南红卡/icash 核卡
icon.png[问题] 拔牙矫正这样正常吗
icon.png[赠送] 老莫高业 初业 102年版
icon.png[情报] 三大行动支付 本季掀战火
icon.png[宝宝] 博客来Amos水蜡笔5/1特价五折
icon.pngRe: [心得] 新鲜人一些面试分享
icon.png[心得] 苍の海贼龙 地狱 麒麟25PT
icon.pngRe: [闲聊] (君の名は。雷慎入) 君名二创漫画翻译
icon.pngRe: [闲聊] OGN中场影片:失踪人口局 (英文字幕)
icon.png[问题] 台湾大哥大4G讯号差
icon.png[出售] [全国]全新千寻侘草LED灯, 水草

请输入看板名称,例如:BuyTogether站内搜寻

TOP