Assistant Professor in the Information School at the University of Washington // Data science, digital humanities, cultural analytics, contemporary literature, social media
to_be_df=filtered_data.filter((d)=>d.cluster=="to be a negro")
Plot.plot({
marks:[
Plot.lineY(to_be_df,{
x:"date",
y:"count"
}),
Plot.dot()
]
})
to_be_examples=[{
"date":"2014-08-14",
"count":999,
"img":url
}]
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.