Published
Edited
Feb 7, 2020
Insert cell
md`# Neeraj Roop Beer`
Insert cell
full_data = {const csv_data = await d3.csv("https://docs.google.com/spreadsheets/d/1UF2pSkFTURko2OvfHWWlFpDFAr1UxCBA4JLwlSP6KFo/export?format=csv", d => {
console.log(d);
console.log(Object.keys(d));
console.log(d["Lat"]);
console.log(d["Long"]);
return
// const category = d.category;~
// if (d.tweets.includes('\\')) {return}
// console.log(d.tweets);
// const tweets = JSON.parse(d.tweets);
// const sentiments = JSON.parse(d.sentiments);
// return {"category":category, "sentiments":sentiments, "tweets":tweets}
})
return csv_data;}
Insert cell
// 1940183135 Recovered
// 1056055583 Death
Insert cell
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