Here is the complete, professionally formatted, and bold-optimized markdown content for your README.md. It fixes the duplicate headers at the top, ensures clean code-block formatting, and organizes every section for maximum readability:
# Customer Personality Analysis Dashboard
**A comprehensive data analysis and visualization project designed to segment customers based on their personality profiles, purchasing habits, and household traits. This interactive Tableau dashboard empowers businesses to transition from generic marketing strategies to highly targeted, data-driven campaigns.**
---
## 📂 Project Folder Structure
**The repository is structured systematically to separate the core datasets from the final analytical workbooks:**
```text
├── marketing_campaign.csv # Raw customer demographic and campaign response dataset
├── customer personality analysis.twbx # Packaged Tableau Workbook containing interactive dashboards
└── README.md # Project documentation and setup guide
- Handle Missing Values: Identified and addressed missing data points (such as incomplete entries in the
Incomecolumn) via targeted imputation or exclusion to ensure absolute data integrity. - Feature Engineering: Developed custom calculated fields to extract deeper behavior insights:
- Age: Derived directly from the
Year_Birthmetric. - Total Spent: Aggregated spending metrics across all major product categories (
MntWines,MntMeatProducts, etc.). - Total Children: Combined
KidhomeandTeenhomevariables into a singular household dimension. - Enrollment Years: Calculated dynamically based on the initial
Dt_Customertimestamp.
- Tableau Connection: Streamlined the integration of the processed
marketing_campaign.csvdataset directly into Tableau. - Schema Verification: Validated structural data types to ensure Tableau correctly distinguishes categorical dimensions from continuous measures (e.g., explicitly configuring
IDas a string dimension andIncomeas a continuous measure).
The underlying analysis is strategically divided into isolated worksheets to evaluate distinct business parameters:
- Demographic Profile: Utilizes histograms and structured bar charts to evaluate the distribution of
Education,Marital Status, andAgegroups against householdIncome. - Spending Behavior: Employs packed bubble charts and stacked bar charts to highlight high-revenue product categories.
- Channel Efficiency: Features side-by-side bar charts comparing customer purchasing channel preferences (Web vs. Catalog vs. Store).
- Campaign Success Rate: Maps out conversion metrics across Campaigns 1 through 5 utilizing highlighted tables and dual-axis charts.
- Unified Layout: Consolidated isolated sheets into a clean, intuitive workspace layout optimized explicitly for standard desktop resolutions (1000x800).
- Global Filters: Implemented dynamic filtering for
Education,Marital Status, andAge Groupto allow cross-functional stakeholders to slice data seamlessly. - Dashboard Actions: Configured interactive actions where selecting a specific customer segment automatically filters corresponding product spending and channel breakdowns.
- Visual Polish: Eliminated distracting gridlines and applied a professional, cohesive color palette to maximize executive readability.
- High-Value Segments: High-income, highly-educated customer segments contribute the highest share of overall revenue, showing a strong preference for Wine and Meat products.
- Channel Optimization: While physical stores maintain a consistent baseline traffic volume, Web and Catalog channels scale significantly higher among premium-tier buyers.
- Campaign Conversion: Early marketing campaigns show varied engagement, with a distinct spike in acceptance rates when promotions are tailored precisely to matching demographic and income brackets.
Conclusion: This analytical framework demonstrates that marketing efficiency increases dramatically when product offerings and promotional campaigns are personalized to specific consumer personas rather than broad distributions.
To explore the interactive visualizations locally on your machine:
- Download the
customer personality analysis.twbxfile from this repository. - Install either Tableau Desktop or Tableau Public (Free).
- Open the
.twbxfile within Tableau to interact with the custom filters, actions, and visualizations.
- Developer: Poornashree J P
- GitHub Repository: StudentCoderr/tableau-
- Developer Email: ammupoorna14@gmail.com