mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-08 15:35:44 +02:00
added csvpy
This commit is contained in:
parent
0db5d3a678
commit
0acdc5208d
1 changed files with 12 additions and 0 deletions
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}}`
|
Loading…
Add table
Reference in a new issue