Skip to content

Instantly share code, notes, and snippets.

@makoto
Created December 16, 2012 16:11
Show Gist options
  • Save makoto/4308975 to your computer and use it in GitHub Desktop.
Save makoto/4308975 to your computer and use it in GitHub Desktop.
Year Make Model Length
1997 Ford E350 2.34
2000 Mercury Cougar 2.38
<html>
<script type="text/javascript" src="http://d3js.org/d3.v2.js"></script>
<script type="text/javascript">
d3.csv('data.csv', function(data){
document.write(JSON.stringify(data));
})
</script>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment