Public
Edited
Jun 30, 2023
Insert cell
url = "https://docs.google.com/spreadsheets/d/e/2PACX-1vSTd0mqBsWlWSui3A_jIdfmKY5ZxWEj7IvPN4cn57EcaLAaXv3T2UUsMlyiSCyj1wSoWK6OLNyMoVsD/pub?gid=0&single=true&output=tsv";
Insert cell
data = d3.tsv(url, d3.autoType)
Insert cell
active = data.filter(i =>Date.parse(i.last_print) > Date.parse('2023-06-10'))
.filter(i => i.product_type != 'NB-VK')

Insert cell
active
Type Table, then Shift-Enter. Ctrl-space for more options.

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