added csvpy
This commit is contained in:
12
pages/common/csvpy.md
Normal file
12
pages/common/csvpy.md
Normal 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}}`
|
Reference in New Issue
Block a user