0% found this document useful (0 votes)
3 views1 page

Project Data Driven Insights Using Python 2

The document outlines a project focused on data-driven insights using Python, detailing criteria for data overview, univariate and bivariate analysis, and key questions to explore. It emphasizes the importance of checking data structure, handling missing values, and providing actionable insights and recommendations. The project aims to analyze relationships and preferences in automobile purchases based on various demographic factors.

Uploaded by

cinderella143ind
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views1 page

Project Data Driven Insights Using Python 2

The document outlines a project focused on data-driven insights using Python, detailing criteria for data overview, univariate and bivariate analysis, and key questions to explore. It emphasizes the importance of checking data structure, handling missing values, and providing actionable insights and recommendations. The project aims to analyze relationships and preferences in automobile purchases based on various demographic factors.

Uploaded by

cinderella143ind
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Project: Data-driven Insights using Python

Criteria
Data Overview

- Import the libraries


- Load the data
- Check the structure of the data
- Check the types of the data
- Check for and treat (if needed) missing values
- Check the statistical summary
- Check for and treat (if needed) data irregularities
- Observations and Insights
Points
9

Criteria
Univariate Analysis
- Explore all the variables (categorical and numerical) in the data
- Check for and treat (if needed) outliers
- Observations and Insights
Points
12

Criteria
Bivariate Analysis
- Explore the relationship between all numerical variables
- Explore the correlation between all numerical variables
- Explore the relationship between categorical vs numerical variables
Points
12

Criteria
Key Questions
Explore the data to answer the following key questions:
1. Do men tend to prefer SUVs more compared to women?
2. What is the likelihood of a salaried person buying a Sedan?
3. What evidence or data supports Sheldon Cooper's claim that a salaried male is an easier target for a SUV sale over a Sedan sale?
4. How does the the amount spent on purchasing automobiles vary by gender?
5. How much money was spent on purchasing automobiles by individuals who took a personal loan?
6. How does having a working partner influence the purchase of higher-priced cars?
Points
15

Criteria
Actionable Insights & Recommendations
- Actionable Insights
- Business Recommendations
Points
6

Criteria
Business Report Quality

Points
6

You might also like