https://github.com/gui-sitton/carsells
In this project I am an analyst on the Crankshaft List. Hundreds of free vehicle advertisements are published on the site every day. I need to study the data collected over the last few years and determine which factors influence the price of a vehicle.
https://github.com/gui-sitton/carsells
data data-analysis data-analysis-python data-science data-visualization python
Last synced: 12 months ago
JSON representation
In this project I am an analyst on the Crankshaft List. Hundreds of free vehicle advertisements are published on the site every day. I need to study the data collected over the last few years and determine which factors influence the price of a vehicle.
- Host: GitHub
- URL: https://github.com/gui-sitton/carsells
- Owner: Gui-Sitton
- Created: 2023-06-01T18:16:13.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-30T20:09:12.000Z (over 2 years ago)
- Last Synced: 2025-01-24T09:12:30.553Z (about 1 year ago)
- Topics: data, data-analysis, data-analysis-python, data-science, data-visualization, python
- Language: Jupyter Notebook
- Homepage:
- Size: 291 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What Sells a Car?
In this project I'm an analyst on the Crankshaft List. Hundreds of free vehicle advertisements are published on the site every day. I need to study the data collected over the last few years and determine which factors influence the price of a vehicle.
**We have the following parameters**
* Price
* Age of the vehicle when the advertisement was placed
* Mileage
* Number of cylinders
* Condition
**Data Description**
The dataset contains the following fields:
* price
* model_year
* model
* condition
* cylinders
* fuel - gasoline, diesel etc.
* odometer - the vehicle's mileage when the advertisement was published
* transmission
* paint_color
* is_4wd - If the vehicle is 4 by 4 (Boolean type)
* date_posted - the date the advertisement was published
* days_listed - days from publication to withdrawal
**Conclusion**
We see a clear relationship between the newer the car, the higher the price, and the more expensive it is with fewer kilometers. Automatic cars are clearly more expensive too. The most expensive colors are black, gray, red and white. White being the most common (analyzed earlier with .describe()). So the most expensive car would be a white car with low mileage, new and automatic.