Action unknown: editdoedit

Python CSV

http://docs.python.org/library/csv.html

タブ区切りファイルも扱える:

for line in csv.reader(open(filename,'r'), dialect=csv.excel_tab):
  print line
python_csv.txt · 最終更新: 2012/07/30 12:32 by Takuya Nishimoto
www.chimeric.de Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0