data=Object.assign(newMap(d3.csvParse(awaitFileAttachment("COVIDData5.csv").text(),({FIPS,BEDS,POPULATION,Deaths,USETotalCa})=>[FIPS,[+BEDS/+POPULATION,+Deaths/+POPULATION]])),{title:["Hospital Bed Density","Mortality Rate"]})
//reads csv file and turns into data map object
Purpose-built for displays of data
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.