Published
Edited
Jan 23, 2021
Insert cell
md`# New Mexico Rapid Response data`
Insert cell
table(rapidResponseClosures)
Insert cell
proxy_URL = 'https://cors-anywhere.herokuapp.com/'
Insert cell
url = 'https://www.env.nm.gov/wp-content/uploads/covid/All%20Rapid%20Responses%20Resulting%20in%20Closures%20in%20the%20last%2014%20days.xlsx'
Insert cell
sheet_name = 'Closures'
Insert cell
headerRowIndex = 1
Insert cell
worksheet = processedWorkbook.Sheets['Closures']
Insert cell
rapidResponseClosures = worksheetAsJSON
Insert cell
import { processedWorkbook } with {
url
} from "@damienlieber/import-excel-workbooks-from-remote-server"
Insert cell
import { worksheetAsJSON } with {
url,
sheet_name,
headerRowIndex
} from "@damienlieber/import-excel-workbooks-from-remote-server"
Insert cell
import {table} from "@tmcw/tables"
Insert cell

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.
Learn more