Due: Sun 9/19 11:59PM EST.
Edits:
In this assignment, you will use three interactive visualization systems to perform visual analysis, and report on the experience. The systems are:
The dataset you will be using is a daily record of the top trending YouTube videos. We select those from US, GB, DE, CA, FR and IN (USA, Great Britain, Germany, Canada, France, and India, respectively) for our assignments.
Download Tableau from their website.
Connect Tableau to the hosted PostgreSQL databasethat we have set up for the course. To do so, create a new Tableau workbook based on the following server:
pg-001.db.gcloud.instabase.com
columbia
B%38Mt5W@M*QU?Ar
db_fea10998_f88d_4b6e_8f90_a6cd73bac65c
youtube_full
Explore the dataset using only Tableau. Create visualizations to answer the following analysis questions. Copy and paste screenshots of the visualizations into your report:
IMPORTANT
Analyze and characterize the part of Tableau that you used based on the Multi-level Task Typology paper. Try to follow their terminology. You can also draw the task diagram (computer or hand drawn) and upload a picture in the submission form.
Go to the vega-lite editor
Your task is to use vega-lite to create visualizations that can be used to perform the following analysis tasks. You will submit a sharable link that you can access by clicking on “Share” and then “Copy Link to Clipboard” in the vega-lite editor
Vega-lite is browser-based, so you will use a small dataset here. To do so, insert the following into your vega-lite spec to load the dataset as a vega-lite data source:
"data": {
"url": "https://raw.githubusercontent.com/columbiaviz/columbiaviz.github.io/master/_data/youtube_2020s_w6998.csv"
},