Django Book 翻译
菜单>:
TOC
返回
原文:
CSV is a simple data format usually used by spreadsheet software. Its basically a series of table rows, with each cell in the row separated by a comma (CSV stands for *comma-separated values* ). For example, heres some data on unruly airline passengers in CSV format:
翻译:
CSV 是一种简单的数据格式,通常为电子表格软件所使用。它主要是由一系列的表格行组成,每行中单元格之间使用逗号(CSV 是 *逗号分隔数值(comma-separated values)* 的缩写)隔开。例如,下面是以 CSV 格式记录的一些违规航班乘客的数据。
备注:
译者: