Daily Archives: 2008年6月17日

Python: CSVファイルの読み込み – csv.readerオブジェクト

ソースコード #!/usr/bin/python # coding: UTF-8 # CSVファイルの読み込み import csv filename = “table01.csv” csvfile = open(fil … Continue reading

Posted in Python | Tagged , , , | 3 Comments