PUBLIC   marks

PUBLIC MARKS from user YukuanBlog with tags CSV & programming

Sponsorised links

29 July 2007 19:00

Python 與 CSV

許多資料,像通訊錄或試算表之類的,很適合列表呈現。而 comma-separated values, CSV是微軟牌視窗軟體存放表格資料常用的檔案格式。這種純文字格式的檔案格式是以逗號(comma)來為每筆(record)資料的欄位(field)作分隔。

YukuanBlog's TAGS related to tag CSV

programming +   python +  

Sponsorised links