added csvpy

waldyrious/alt-syntax
Hayden Schiff 2016-01-21 18:04:00 -05:00
parent 0db5d3a678
commit 0acdc5208d
1 changed files with 12 additions and 0 deletions

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}}`