d3 seems to assume I know the column names of a csv?
You can use the d3.entries()
function to transform an associative array into another array that contains an associative array with key
and value
keys for each key-value pair.
You can use the d3.entries()
function to transform an associative array into another array that contains an associative array with key
and value
keys for each key-value pair.