Complete the code to specify the Tableau product used for creating visualizations on your computer.
product = "Tableau [1]" # Used for building dashboards locally
Tableau Desktop is the software installed on your computer to create and publish visualizations.
Complete the code to identify the Tableau product that is free and allows sharing visualizations publicly online.
product = "Tableau [1]" # Free version for public sharing
Tableau Public is free and lets you publish dashboards that anyone can see online.
Fix the error in the code to correctly refer to the Tableau product used for hosting dashboards within an organization.
product = "Tableau [1]" # Hosts dashboards on company servers
Tableau Server is installed on company servers to share dashboards privately within an organization.
Fill both blanks to describe the Tableau product that is cloud-based and managed by Tableau.
product = "Tableau [1]" # Cloud-hosted service access_method = "via [2] browser"
Tableau Cloud is a cloud-hosted service accessed through a web browser without local installation.
Fill all three blanks to complete the comparison of Tableau products by their key features.
product = "Tableau [1]" # [2] version sharing = "[3] dashboards publicly"
Tableau Public is the free version that shares dashboards publicly online.