Published
Edited
Apr 1, 2019
Insert cell
md`# Untitled`
Insert cell
z = require('https://bundle.run/zebras@0.0.11')
Insert cell
d3 = require("d3")
Insert cell
data1 = d3.csv("https://raw.githubusercontent.com/sw2279/data/master/cam_assessor_fy18.csv")
Insert cell
data2 = d3.csv("https://raw.githubusercontent.com/sw2279/data/master/cam_parcels_fy18.csv")
Insert cell
z.head(5,data1)
Insert cell
z.head(5,data2)
Insert cell
data_filt = z.filter(x=>x.PROPERTYCL=="CONDOMINIUM",data1)
Insert cell
merged = z.merge(data_filt,data2,"GISID","ML","_df1","_df2")
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