Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cano1998/data-visualization-project
A project focused on data visualization to explore various aspects of a car dataset. The visualizations provide insights into car performance, efficiency, and characteristics based on different manufacturers and features.
https://github.com/cano1998/data-visualization-project
bar-pl bar-plot data-analysis data-visualization histogram jupyter-notebook line-plot
Last synced: 8 days ago
JSON representation
A project focused on data visualization to explore various aspects of a car dataset. The visualizations provide insights into car performance, efficiency, and characteristics based on different manufacturers and features.
- Host: GitHub
- URL: https://github.com/cano1998/data-visualization-project
- Owner: Cano1998
- Created: 2024-06-25T15:02:56.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-25T15:08:27.000Z (5 months ago)
- Last Synced: 2024-06-25T16:50:00.357Z (5 months ago)
- Topics: bar-pl, bar-plot, data-analysis, data-visualization, histogram, jupyter-notebook, line-plot
- Language: Jupyter Notebook
- Homepage:
- Size: 121 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data-visualization-project
A project focused on data visualization to explore various aspects of a car dataset. The visualizations provide insights into car performance, efficiency, and characteristics based on different manufacturers and features.The goal of this project is to create informative and visually appealing plots that highlight key relationships and trends in the car dataset. The visualizations include:
A boxplot to identify which manufacturers have the cars with the highest revolutions per mile.
A histogram to compare fuel efficiency between city driving and highway driving.
A line plot to examine the relationship between wheelbase and turning circle.
A bar plot to show the correlation between car size and horsepower.
The dataset includes various features related to car specifications and performance, such as:
Manufacturer
Revs per mile
Fuel efficiency (city and highway)
Wheelbase
Turning circle
Car size
Horsepower
# Visualizations
## Boxplot: Manufacturers with the Highest Revs per Mile
This boxplot shows the distribution of revolutions per mile across different car manufacturers, highlighting which manufacturers have the cars with the highest revs per mile.## Histogram: Fuel Efficiency (City vs. Highway)
This histogram compares fuel efficiency in city driving versus highway driving, helping to identify which type of driving is generally more fuel efficient.## Line Plot: Relationship Between Wheelbase and Turning Circle
This line plot visualizes the relationship between a car's wheelbase and its turning circle, illustrating how these two variables are related.## Bar Plot: Car Size vs. Horsepower
This bar plot demonstrates the correlation between car size and horsepower, showing that larger cars tend to have more horsepower.