【发布时间】:2020-06-17 10:44:42
【问题描述】:
我有一个 csv 文件,
a b c
text text 2020/15 file
text text 2020/12 file
text text 2020/37 file
text text 2020/25 file
我想要输出(替换正则表达式拆分行值和新列),
a b c new column
text text 2020/15 file 15
text text 2020/12 file 12
text text 2020/37 file 37
text text 2020/25 file 25
我该怎么做,请帮帮我,谢谢
【问题讨论】:
-
欢迎来到Stack Overflow! It appears no attempt was made. 请edit 您的问题包括您尝试过的内容。
-
你有没有尝试解决这个问题?
-
不,因为我不知道使用哪种方法,我不想要代码,可能是一个链接,我正在寻找我的问题,但我没有找到解决的答案