add new chinese translations
This commit is contained in:
13
pages.zh/common/csvpy.md
Normal file
13
pages.zh/common/csvpy.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# csvpy
|
||||
|
||||
> 将 CSV 文件加载到 Python shell 中。
|
||||
> 包含在 csvkit 中。
|
||||
> 更多信息:<https://csvkit.readthedocs.io/en/latest/scripts/csvpy.html>。
|
||||
|
||||
- 将 CSV 文件加载到 `CSVKitReader` 对象中:
|
||||
|
||||
`csvpy {{data.csv}}`
|
||||
|
||||
- 将 CSV 文件加载到 `CSVKitDictReader` 对象中:
|
||||
|
||||
`csvpy --dict {{data.csv}}`
|
Reference in New Issue
Block a user