This project explores how various car features impact pricing and profitability. It aims to help car manufacturers optimize their pricing strategies and product development by identifying features that drive consumer demand and profitability.
How can a car manufacturer optimize pricing and product development decisions to maximize profitability while meeting consumer demand?
The dataset, titled "Dataset" contains 11,915 observations and 16 variables, including details on car make, model, year, fuel type, engine specifications, and MSRP. The data was sourced from Kaggle and represents trends up to 2017.
- Missing values were identified and handled appropriately.
- Cleaned text and removed extra spaces.
- Duplicated values were identified and removed.
- Blank rows were identified and removed.
- Columns like Year, which were stored as strings, were converted to integers for chronological analysis.
- Converted MSRP and Engine HP from strings to numerical data types (e.g., float) for calculations.
- Adjusted Number of Doors from float to integer for logical consistency.
Analytical Methods:
- Descriptive statistics to summarize data trends.
- Regression analysis to model the relationship between features and MSRP.
- Visualizations, including scatter plots, combo charts, and bar charts, to explore patterns.
- Regression analysis identifies significant predictors of price, helping prioritize feature development.
- Visualizations simplify the communication of complex relationships for stakeholders.
- Multiple linear regression for price prediction.
- Correlation analysis to study relationships between variables like fuel efficiency and engine cylinders.
Tools and Software:
- Excel: Pivot tables, Regression Analysis, Power Query Editor, Charts, Slicers, VLOOKUP and HLOOKUP
Reasoning:
- Excel was chosen for its ease of use in business contexts.
-
Market Category Popularity:
- Luxury and performance categories show high average prices but varied popularity.
- Crossovers dominate in terms of model count and consumer interest.
-
Feature Importance for Pricing:
- Engine HP and market category significantly influence MSRP.
- Vehicle style and size also contribute but with less weight.
-
Fuel Efficiency and Engine Cylinders:
- Cars with fewer cylinders generally exhibit higher fuel efficiency.
- Focus on optimizing features in the luxury and crossover segments.
- Develop pricing strategies that reflect consumer interest in performance and sustainability.
Visualizations and Tables:
-
Combo Chart: Relationship between market category popularity and model count.
-
Scatter Plot: Engine HP vs. MSRP with a trendline.
-
Bar Chart: Feature importance in predicting MSRP.
-
Horizontal Stacked Bar Chart: Relationship between manufacturer and average price.
-
Scatter Plot: No. of Cylinders vs highway MPG with regression line.
-
Stacked Column Chart: Distribution of Car Prices by Brand and Body Style
-
Table: Min and Max MSRP by body style.
- The analysis highlights actionable insights for car manufacturers to refine their strategies.
- Limitations include the dataset's age and potential bias in imputation methods.
- Incorporate recent data to capture emerging trends like EVs and autonomous vehicles.
- Extend analysis to include consumer demographics for targeted marketing.