School of Computer Science Engineering and Technology
Course- BTech Type- DS Elective
Course Code- …BCA345L……………. Course Name-…Data Visualization and
Dashboard…………..
Year- 2022 Semester- Odd
Date- …19-08-2022……………. Batch- All
Lab Assignment 3
Visualizing data in Tableau – geographic visualizations
CO-Mapping
Exp No. Name CO1 CO2 CO3
3 Visualizing geographic - -
data in Tableau
We have three types of visualizations for geographic visualizations: filled maps,
symbol maps, density plots.
Filled maps fill areas such as countries, states, counties, or ZIP codes to
show a location. The color that fills the area can be used to encode values,
most often of aggregated measures.
With symbol maps, marks on the map are not drawn as filled regions;
rather, marks are shapes or symbols placed at specific geographic
locations. The size, color, and shape may also be used to encode additional
dimensions and measures.
Unlike filled maps, symbol maps allow you to use size to visually encode
aspects of the data. Symbol maps also allow for greater precision. In fact,
if you have latitude and longitude in your data, you can very precisely plot
marks at a street address-level of detail. This type of visualization also
allows you to map locations that do not have clearly defined boundaries.
Density maps show the spread and concentration of values within a
geographic area. Instead of individual points or symbols, the marks blend
together, showing intensity in areas with a high concentration. You can
control color, size, and intensity.
School of Computer Science Engineering and Technology
Data set: Superstore 2016
https://github.com/akuchotrani/TableauGettingStarted
Use superstore data set (also uploaded on LMS) to answer the following questions:
Q1. Plot maps to see the profit generated in the states of each of the following
countries: US, India, Australia, Brazil, France. Also mention the highest profit
generating state for each country.
(Try tweaking color and detail shelves on marks card for better visualization. Use filter
feature.)
Q2. Plot symbol maps to see the profit and sales generated in the states of any one of
the following countries: US, India, Australia, Brazil, France. Also mention states based
on highest profit and highest sales, lowest profit and lowest sales.
(Try tweaking color and size shelves)
Q3. Plot density map to see the density of quantity sold in states of any one country.
Also mention the state where highest quantity is sold.
(Try tweaking color shelf)