commands.sh

csvpy

all

Load a CSV file into a Python shell. Included in csvkit.

More info →

Examples (2)

Load a CSV file into a `CSVKitReader` object

csvpy data.csv

Load a CSV file into a `CSVKitDictReader` object

csvpy --dict data.csv
made by @shridhargupta | data from tldr-pages