摘要: 正则表达式,单引号中间的内容 GroupNameList = re.findall(r'[\'](.*?)[\']', groupName) 阅读全文
posted @ 2021-05-07 23:02 bH1pJ 阅读(409) 评论(0) 推荐(0)
摘要: pandas重命名 column dfData.columns = GroupNameList 阅读全文
posted @ 2021-05-07 23:01 bH1pJ 阅读(313) 评论(0) 推荐(0)
摘要: k = "1,2,3".split(',') print(k) 阅读全文
posted @ 2021-05-07 22:45 bH1pJ 阅读(235) 评论(0) 推荐(0)