add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

13
pages.zh/common/csvpy.md Normal file
View 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}}`