Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/subh888999/car-prices--analysis-projects
This repository houses projects focused on data collection, assessment, cleaning, visualization, and analysis. It includes workflows and methodologies for handling data, from initial gathering and evaluation to processing, visualizing insights, and performing in-depth analysis
https://github.com/subh888999/car-prices--analysis-projects
jupyter-notebook matplotlib numpy panda seaborn statistics
Last synced: 1 day ago
JSON representation
This repository houses projects focused on data collection, assessment, cleaning, visualization, and analysis. It includes workflows and methodologies for handling data, from initial gathering and evaluation to processing, visualizing insights, and performing in-depth analysis
- Host: GitHub
- URL: https://github.com/subh888999/car-prices--analysis-projects
- Owner: subh888999
- Created: 2025-02-17T14:50:54.000Z (4 days ago)
- Default Branch: main
- Last Pushed: 2025-02-17T18:24:15.000Z (4 days ago)
- Last Synced: 2025-02-17T19:28:48.819Z (4 days ago)
- Topics: jupyter-notebook, matplotlib, numpy, panda, seaborn, statistics
- Language: Jupyter Notebook
- Homepage:
- Size: 4.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Car Prices Analysis and Prediction
## Overview
This project analyzes car prices using features like make, model, year, mileage, horsepower, and more. The goal is to understand key drivers of car prices and predict pricing using machine learning and data visualization.---
## Dataset
- **Size**: 11,914 rows, 16 columns.
- **Key Features**: Make, Model, Year, Engine HP, Fuel Type, Transmission, Price, etc.
- **Top Brands**: Chevrolet, Ford, Toyota, Volkswagen, Nissan.
- **Price Range**: $200 to $2,065,902.---
## Key Insights
- **Top Manufacturing Years**: 2015, 2016, 2017.
- **Expensive Cars**: Maybach, Lamborghini, Bugatti.
- **Horsepower**: Most cars range between 130-310 HP.
- **Price Trends**: Higher horsepower, cylinders, and newer models increase prices.
- **Fuel Efficiency**: Larger cars have lower city MPG.---
## Key Findings
1. **Price Drivers**: Horsepower, manufacturing year, and fuel type significantly impact car prices.
2. **Market Trends**: Compact and midsize cars dominate the market, with sedans and SUVs being the most popular styles.
3. **Fuel Efficiency**: Smaller cars have better city MPG, while larger cars are less fuel-efficient.
4. **Top Brands**: Chevrolet, Ford, and Toyota have the highest number of cars in the dataset.---
## Business Recommendations
1. **Target High-Performance Segments**: Focus on marketing high-horsepower and luxury cars (e.g., Lamborghini, Bugatti) to premium buyers.
2. **Optimize Fuel Efficiency**: Promote smaller, fuel-efficient cars to eco-conscious consumers.
3. **Leverage Popular Models**: Increase inventory for popular models from top brands like Chevrolet, Ford, and Toyota.
4. **Pricing Strategy**: Use predictive models to set competitive prices based on features like horsepower, year, and fuel type.
5. **Expand Electric and Hybrid Options**: Invest in electric and hybrid cars to cater to the growing demand for sustainable vehicles.---
## Technologies Used
- **Python Libraries**: Pandas, NumPy, Matplotlib, Seaborn, Plotly.
- **Tools**: Jupyter Notebook,GitHub.---