Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with
or
.
Clone in Desktop Download ZIP
Qualitative visualization of the data types of CSV files
JavaScript
Branch: master

Fetching latest commit…

Cannot retrieve the latest commit at this time

Failed to load latest commit information.
LICENSE
README.md
angular.js
d3.js
example1.csv
example2.csv
fisheye.js
index.html
legend.html

README.md

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
Something went wrong with that request. Please try again.