1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/csvpy.md

13 lines
224 B
Markdown
Raw Normal View History

2016-01-21 18:04:00 -05:00
# 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}}`