Skip to content

Qualitative visualization of the data types of CSV files

License

Notifications You must be signed in to change notification settings

hongvvu/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

Languages

  • HTML 82.6%
  • JavaScript 17.4%