mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 14:22:07 +02:00

* pages*: improve page descriptions * ical: improve page description * cockpit-desktop: remove unneeded word from page description * nc: improve description wording --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
13 lines
305 B
Markdown
13 lines
305 B
Markdown
# csvpy
|
|
|
|
> Load a CSV file into a Python shell.
|
|
> Included in csvkit.
|
|
> More information: <https://csvkit.readthedocs.io/en/latest/scripts/csvpy.html>.
|
|
|
|
- Load a CSV file into a `CSVKitReader` object:
|
|
|
|
`csvpy {{data.csv}}`
|
|
|
|
- Load a CSV file into a `CSVKitDictReader` object:
|
|
|
|
`csvpy --dict {{data.csv}}`
|