第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

用于編輯 csv 的簡(jiǎn)單“查找和替換”Python 腳本出現(xiàn)錯(cuò)誤

用于編輯 csv 的簡(jiǎn)單“查找和替換”Python 腳本出現(xiàn)錯(cuò)誤

鴻蒙傳說(shuō) 2022-12-27 15:24:18
用于清理 CSV 文件的非常簡(jiǎn)單的查找和替換腳本。這以前有效,但現(xiàn)在我遇到了幾個(gè)奇怪的錯(cuò)誤。它接收一個(gè) csv (Out.csv),找到一個(gè)字符串find_str并將其替換為replace_str.運(yùn)行:python3 cleanup.ph -i Out.csv給出下面粘貼的錯(cuò)誤。劇本:import re# open your csv and read as a text stringwith open('Out.csv', 'r') as f:    my_csv_text = f.read()find_str = 'first published'replace_str = ' '# substitutenew_csv_str = re.sub(find_str, replace_str, my_csv_text)# open new file and savenew_csv_path = './my_new_csv.csv' # or whatever path and name you wantwith open(new_csv_path, 'w') as f:    f.write(new_csv_str)錯(cuò)誤:Traceback (most recent call last):  File "cleanup.py", line 11, in <module>    new_csv_str = re.sub(find_str, replace_str, my_csv_text)  File "/usr/lib/python3.7/re.py", line 192, in sub    return _compile(pattern, flags).sub(repl, string, count)  File "/usr/lib/python3.7/re.py", line 286, in _compile    p = sre_compile.compile(pattern, flags)  File "/usr/lib/python3.7/sre_compile.py", line 764, in compile    p = sre_parse.parse(p, flags)  File "/usr/lib/python3.7/sre_parse.py", line 924, in parse    p = _parse_sub(source, pattern, flags & SRE_FLAG_VERBOSE, 0)  File "/usr/lib/python3.7/sre_parse.py", line 420, in _parse_sub    not nested and not items))  File "/usr/lib/python3.7/sre_parse.py", line 813, in _parse    source.tell() - start)re.error: missing ), unterminated subpattern at position 1
查看完整描述

1 回答

?
動(dòng)漫人物

TA貢獻(xiàn)1815條經(jīng)驗(yàn) 獲得超10個(gè)贊

我在 find_str 中使用了一個(gè) (。由于某種原因?qū)е滤黄鹱饔?。謝謝你們!??!



查看完整回答
反對(duì) 回復(fù) 2022-12-27
  • 1 回答
  • 0 關(guān)注
  • 188 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)