Published
Edited
May 10, 2020
1 star
Insert cell
Insert cell
Insert cell
d3 = require("d3@5")
Insert cell
data = d3.csv("https://raw.githubusercontent.com/mashabelyi/Twitter-Covid-Response/master/data/topics_timeline_v2_all.csv")
Insert cell
data.slice(0,2)
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
topicHashtags = d3.csv("https://raw.githubusercontent.com/mashabelyi/Twitter-Covid-Response/master/data/hashtag_clusters_unique.csv")
Insert cell
topicHashtags.find(function(d) {return d.topicName == "Stay Home"}).hashtags.split(' ').slice(0,50)
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