// This histogram shows the raw distrobution of the data ranging from ~40% to ~95%. There was no data below 40% and above ~95% so it is not displayed. The x-axis shows the percentage of population to be white while the y-axis shows the frequency of that percentage, or how many times that percentage is present as a count. The range 0-45 was chosen because the data contained 41 values so if a larger range was chosen then the data would be much harder to interpret with the breaks appearing much larger than they really are.
whitepct=Array.from(csv_data.values(),d=>d[1])
data=Object.assign(newMap(csv_data),{title:["Percent Population of Washington that is White"]})
Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.