python3 csv读写_在python3中读取、更新和写入更新的CSV文件
我正在創建一個應用程序來本質上充當一個資產數據庫,我試圖打開一個CSV文件,讀取值并相應地更新它們。我看到很多關于如何讀寫CSV文件的教程,但是我找不到一個詳細介紹如何迭代CSV文件和更新單個值的教程。理想情況下,與列表相比,使用字典似乎更容易,因此我可以按關鍵字(部件名稱)進行搜索。它在大多數情況下都能工作,但是我在將更新后的列表寫入CSV文件時遇到了問題。我得到了以下錯誤:“第155行,書面形式
返回自撰稿人(self.\u dict_to_列表(rowdict))
值錯誤:對關閉的文件執行I/O操作def write(part_name, part_num="null"):
with open("Database.csv", "r") as file_read:
fieldnames=["Part_Name", "Part_Num"]
csv_reader = csv.DictReader(file_read, fieldnames=fieldnames)
temp_list = [] # Create temp copy of the csv file
for line in csv_reader: # Reading the CSV file and storing it in temp_list
temp_list.append(line)
for line in temp_list: # Printing the original list to verify contents were read correctly
print (line)
for line in temp_list: # Reading each element in the list and updating the value if different from the value passed into the function
if (line["Part_Name"] == part_name and line["Part_Num"] != part_num):
line["Part_Num"] = part_num
for line in temp_list: # Printing out the new vesion of the temp_list to verify updates took
print (line)
with open("Database.csv", "w") as file_write:
csv_writer = csv.DictWriter(file_write, fieldnames=fieldnames)
for line in temp_list: # Attempting to write the updated temp_list to the csv file
csv_writer.writerow(line)
創作挑戰賽新人創作獎勵來咯,堅持創作打卡瓜分現金大獎總結
以上是生活随笔為你收集整理的python3 csv读写_在python3中读取、更新和写入更新的CSV文件的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: vb6 由于超出容量限制 不能创建新事务
- 下一篇: iQOO Neo5S/5SE售价公布:骁