mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 10:42: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>
305 B
305 B
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}}