Questions Bank Customer Data Analysis
Questions Bank Customer Data Analysis
Data Analysis
Venkata Reddy Konasani
1. Import the dataset Bank_Data_Customer_Analysis.csv
Expected Result
2. Create a table to show the average balance by each state in United
kingdom.
Expected Result
3. Convert the above table into a geographical map. Show the state-
wise average balance of the geographical map.
Hints:
• Convert the region variable into a geographical variable.
• Note - Set the geographical role of the variable as state/province, not Region
• Select the country as UnitedKingdom
Result
4. Create a pie chart to show the percentage of customers by gender
in a pie chart.
Hints:
• Use customer id count for counting the Male and Female
• After creating the pie chart, use table calculations to show the percentages on the graph.
• Use the format option to format precisely.
Result:
5. Create the histogram for Age. First, show the percentage values on
both the Y-axis and the label. Look at the X-axis and Y- axis data
labels, and format them the same way.
6. Create the histogram for Age (or use the above graph). Let the user
choose the bin size. The user must be able to select the bin-size
anywhere between 4 to 10. The chart Title should also dynamically
display the bin size.
Hints:
• Use the parameter for the bin size
• Adjust the minimum and maximum values of the parameter.
7. Create the histogram for the balance variable. Let the user choose
the bin size. The user must be able to select the bin-size anywhere
between 2,000 to 15,000
Hints:
• Use the parameter for the bin size
• Adjust the minimum and maximum values of the parameter.
8. Create a chart to show the gender and job type-wise breakup and
the percentage of customers in each job type and gender segment.
Make sure that the label gives a detailed description of each
segment. The result should be the same as the chart shown below.
Expected Output
9. Create a new field called "city". Use the formula below to fill in the
city's values. Explain the formula using some code comments. After
that, convert city into a geographical field, and try to map all the null
value cities that are not identified by tableau. Finally, create a table to
show the count of customers per city.
Result
11. In the same graph, group a few cities into group 1 and others into
group 2. Give the color based on the city group.
12. Create Region, City hierarchical variables. After that, create a
treemap chart to show the number of customers by each Region and
city.
13. Create a geographical chart to show the cities and the number of
customers in each city. Use Region as a highlight. When we select a
particular region, only those values should get highlighted.