Skip to content

Pastells/click-pandas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

View data as pandas DataFrame in terminal

Works for .csv, .tsv and excel files.

Credits

The code and folder structure are taken from :

Requirements

  • Python 3.7 or greater

Installation

  1. Get the source with git clone or download the repo
  2. With a terminal/IDE inside the root project directory run : pip install --editable .

Execution

  • pd read file head
  • pd read file tail
  • pd read file filter "metric > 0.8" head

About

View data files as dataframes on the command line

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages