reviewData=[{"username":3,"review":"I love this meeting"},{"username":5,"review":"This meeting never starts on time"},{"username":17,"review":"The people here are wonderful, but the coffee isn't very good"}]
LEFT OUTER JOIN reviews ON meetings.column00 = reviews.username
ORDER BY column00;
client
SELECT DISTINCT Latitiude, Longitude
FROM meetings;
client
SELECT DISTINCT "Street Address"
FROM meetings;
client
SELECT *
FROM meetings
WHERE Day = 'Wednesdays';
wednesdays
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.