Skip to content

setosa/csv-fingerprint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSV Fingerprint

CSV Fingerprint is a small app that generates qualitative visualizations of any CSV file to help debug any formatting issues. Each cell is colored according to its type. Yellow for strings, blue for integers, purple for decimals and gray for empty values.

Installation

First, clone the repo using git.

git clone git://github.com/setosa/csv-fingerprint

Next, from the terminal, run the following command from within the project directory.

python -m SimpleHTTPServer

This will start a webserver running where you can access the app from a browser using the following url:

http://localhost:8000

About

Qualitative visualization of the data types of CSV files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published