Skip to content

Instantly share code, notes, and snippets.

@jgoodie
Created August 8, 2022 06:09
Show Gist options
  • Save jgoodie/45472224ec7f09ba4c791f266e279244 to your computer and use it in GitHub Desktop.
Save jgoodie/45472224ec7f09ba4c791f266e279244 to your computer and use it in GitHub Desktop.
Read a CSV and output to console
d3.csv("data/iris.csv").then( function(data) {
console.log(data)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment