Skip to content

tahtaciburak/csve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSV Explorer

Tiny command line utility that provide simple way to explore csv files in command line. You can access pandas data exploration functions easily.

Installation

git clone https://github.com/tahtaciburak/csve
pip3 install -r requirements.txt
chmod +x csve.py 
cp csve.py /usr/bin/csve

Usage

Head of the csv file:

csve head test.csv

Tail of the csv file:

csve tail test.csv

Describe the csv file:

csve describe test.csv

Info of the csv file:

csve describe test.csv

Releases

No releases published

Packages

No packages published

Languages