Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

solved #110

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions .ipynb_checkpoints/README-checkpoint.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
![logo_ironhack_blue 7](https://user-images.githubusercontent.com/23629340/40541063-a07a0a8a-601a-11e8-91b5-2f13e4e6b441.png)

# Lab | Tableau

### Learning Outcomes

Upon completion of this lab, you will be able to:

- Load and integrate datasets into Tableau for analysis.
- Differentiate between and appropriately assign measurements and dimensions within Tableau.
- Construct insightful barplots to compare categorical data.
- Design a treeplot to visualize hierarchical data.
- Synthesize cross tables to examine relationships between two categorical variables.
- Assemble a comprehensive dashboard that encapsulates multiple facets of the dataset.
- Save your Tableau workbook for future reference and sharing.

### Instructions

1. **Data Import**: Begin by loading the dataset `we_fn_use_c_marketing_customer_value_analysis.csv` available [here](https://raw.githubusercontent.com/data-bootcamp-v4/data/main/we_fn_use_c_marketing_customer_value_analysis.csv) into Tableau.

2. **Gender Barplot**: Create a barplot to visualize the distribution of customers by **Gender**.

3. **Employment and Gender Barplot**: Construct a barplot that represents the number of customers by **EmploymentStatus** segmented by **Gender**.

4. **Measurements vs. Dimensions**: Review the **Measurements** and **Dimensions** identified by Tableau. Adjust them if necessary to ensure they match your data structure and analysis needs.

5. **Gender Barplot Sheet**: Develop a sheet dedicated to displaying the barplot of customer counts by **Gender**.

6. **Employment and Gender Barplot Sheet**: Prepare a separate sheet to showcase the barplot of customer counts by **EmploymentStatus** and **Gender**.

7. **State Treeplot Sheet**: Create a sheet with a treeplot (also known as a treemap) illustrating the number of customers in each **State**.

8. **Marital Status and Gender Cross Table**: Generate a cross table that breaks down the customers by Marital status and Gender.

9. **Dashboard Assembly**: Compile all the created sheets into a single, interactive dashboard for an integrated view of the data insights.

10. **Save Your Work**: Preserve your Tableau workbook by saving it as `tableau-lab.tbwx`.

Loading