Mutiple pages: add Korean translation (#3594)
Add Korean translation for the following common pages: - csvpy - csvsort - csvstat - ctest - curl - cut - darkhttpd - date
This commit is contained in:
12
pages.ko/common/csvpy.md
Normal file
12
pages.ko/common/csvpy.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# csvpy
|
||||
|
||||
> csvkit에 포함된 CSV 파일을 Python 쉘로 로드.
|
||||
> 더 많은 정보: <https://csvkit.readthedocs.io/en/latest/scripts/csvpy.html>.
|
||||
|
||||
- CSV 파일을 `CSVKitReader` 오브젝트에 로드:
|
||||
|
||||
`csvpy {{데이터.csv}}`
|
||||
|
||||
- CSV 파일을 `CSVKitDictReader` 오브젝트에 로드:
|
||||
|
||||
`csvpy --dict {{데이터.csv}}`
|
Reference in New Issue
Block a user