1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-25 08:35:24 +02:00

added csvpy

This commit is contained in:
Hayden Schiff 2016-01-21 18:04:00 -05:00
parent 0db5d3a678
commit 0acdc5208d

12
pages/common/csvpy.md Normal file
View file

@ -0,0 +1,12 @@
# csvpy
> Loads a CSV file into a Python shell.
> Included in csvkit.
- Load a CSV file into a _CSVKitReader_ object:
`csvpy {{data.csv}}`
- Load a CSV file into a _CSVKitDictReader_ object:
`csvpy --dict {{data.csv}}`