Datascience tableau
A rather rapid attempt to recreate the "Tableau" assignment for the Coursera course "Introduction to DataScience" with d3js
Demo
Authors and Contributors
Author: @widged
Bird strikes dataset available as a Tableau Sample Datasets, Direct link: Bird%20Strikes.xlsx (16.5 MB). Converted to a tab separated value files using Open Office.
The data for the charts have been extracted using custom scripts written in nodejs. These scripts are published in the nodeparser branch. This nodeparser branch was created to avoid to bloat the demo as the nodeparser archive includes a 25.9 MB "Bird Strikes.tab" is included (download the nodeparser branch as a .zip or tar file).
Charting done using the d3js library and custom graphing code.