Skip to content

DkOwusuA004/Car-Details

Repository files navigation

Car-Details

Table of Contents
  1. Business Understanding
  2. Data Understanding

The main goal of this project is to answer the following questions; "Which manufacturers were top based on the number of cars sold?", "What was the most purchased transmission?" and "Which manufacturers were top based on the total selling price of cars sold?".

Business Understanding

Scope

This analysis takes place between 2010 and 2020.

Credibility Criteria

The cars were classified into 4 fuel types:

  • Petrol
  • Diesel
  • LPG
  • & CNG

In this analysis I consider car sales to be credible if they were either petrol or diesel cars

Data Understanding

Data source

The data source I am using is the Excel file which I obtained through the database website Kaggle.

I believe this data to be reliable because firstly, the data was sourced from www.cardekho.com which is India's leading car search venture that helps users buy cars that are right for them. Its website and app carry rich automotive content such as expert reviews, detailed specs and prices, comparisons and videos/pictures of all car brands and models available in India. A bunch of young, enthusiastic IT graduates set up the website. Its investors include Google Capital, Tybourne Capital, Hillhouse Capital, Sequoia Capital, HDFC Bank, Ratan Tata and Times Internet.

Variables of Interest

The key variables I want to analyse within this project are as follows:

  1. Number of cars sold per manufacturer
  2. Value of total cars sold per manufacturer
  3. Number of cars sold per transmission

Data Types

My data contains:

  • Manufacturer - String
  • Model- String
  • Year - String
  • Selling Price - Floating Pointing
  • Km Driven - Integer
  • Transmission - String
  • Owner - String
  • Engine - Floating Pointing
  • Seats - Integer

Visualisation Requirements

I want to first use a bar chart to visualise the manufacturers with the most number of cars sold. Then I want to use a treemap to visualise which suppliers generated the most in selling price. Finally, I used a pie chart to show the split between manual and automatic transmission.

Approach

Data Collection

To collect the data used for this analysis I downloaded an Excel file from the Kaggle website from a dataset called "Car Details Dataset".

Data Cleaning

First I added a filter on the data which would allow me to easily spot unique values within columns. I then converted the selling price and Km-driven columns to numbers and used =COUNTBLANK in column N with a range of A:M to locate any rows with blank cells. Once I had located these blank cells I removed those rows of data to ensure I had the most information possible when creating my visualisations. I then added 2 columns before column B and used =LEFT(A2,FIND(" ",A2)) in cell B2 to pull through the manufacturer name from the Name column, I also used =MID(A2,LEN(B2)+1,LEN(A2)-LEN(B2)) to pull through model. I dragged these formulas down so that they covered the entire dataset. After this, I filtered on years before 2010 and deleted them as my scope was 2010-2020. I also removed fuel types that weren't either petrol or diesel because petrol and diesel cars have historically dominated the automotive market. Analysing these types provides a comprehensive understanding of the majority of vehicles on the road, making my analysis relevant to a larger audience. I then removed the rows relating to test-driven cars as I only wanted to include cars that were sold.

Analysis

Using a pivot table I put the manufacturer in the row and put the count of manufacturers and the sum of selling price in the values fields. Using the MAX and Min formulas I pulled through the max and min count of manufacturers and the sum of the selling price which showed me that Maruti had the highest number of cars sold (1902) with the highest total selling price (899,623,919.00 rupees) and Ashok sold the least amount of cars (1) with the lowest total selling price (300,000.00 rupees).

Visualisations

Car Details Dashboard 1

Interpretation

Within the dashboard are 3 graphs; 'Number of cars sold by Manufacturer', 'Manual vs Automatic Transmission' and 'Total selling price by Manufacturer'. The 'Number of cars sold by Manufacturer' shows us that Maruti sold the most cars (1,902). This answers the first question "Which manufacturers were top based on the number of cars sold?".

To answer the second question; "What was the most purchased transmission?", we have to look at the 'Manual vs Automatic Transmission' graph. This graph shows us that out of the 6,875 cars sold, the majority of those cars (86%) were manual transmission while only 14% were automatic transmission.

To answer the final question; "Which manufacturers were top based on the total selling price of cars sold?", we can use the 'Total selling price by Manufacturer' graph. This graph shows us that the manufacturer Maruti had the highest total selling price (899.62 million rupees).

Firstly, by looking at the 'Number of cars sold by Manufacturer' we can see that Maruti; an Indian subsidiary of Japanese automaker Suzuki sold the majority of cars during the period. The reasons for this could be the following...

  1. Affordability and Value for Money
  2. Maruti Suzuki offers a wide range of cars that cater to various price segments, providing value for money with competitive pricing, fuel efficiency, and low maintenance costs. This makes their cars attractive to a broad demographic.

  3. Strong Brand Loyalty and Trust
  4. Over the years, Maruti Suzuki has built a strong reputation for reliability and trustworthiness. Many Indian families have owned Maruti cars for generations, fostering brand loyalty.

  5. Efficient After-Sales Service
  6. Maruti Suzuki’s extensive service network ensures that customers have easy access to maintenance and repairs. The availability of spare parts at affordable prices further enhances customer satisfaction.

  7. Government and Regulatory Support
  8. Maruti Suzuki has benefited from favourable government policies and regulations, including initiatives promoting the manufacturing sector and incentives for small cars, which form a significant part of their lineup.

  9. Local Manufacturing and R&D
  10. Maruti Suzuki's strong local manufacturing presence and investment in research and development allow them to produce cars tailored to Indian conditions and preferences, ensuring competitive pricing and better market acceptance.

These above factors collectively give Maruti Suzuki a significant edge over its competitors in the Indian automotive market.

Technologies

Excel Logo

Tableau Public Logo

Status

Credits

Car Details Dataset

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published