Data visualization using Plotly
Overview
This is a project to learn data visualization and exploration using a Seaborn-dataset (mpg.csv). The dataset comprises of miles-per-gallon values of cars along with other metrics of those cars made between 1970-1982.
I have used plotly to plot and visualize data and derive a few conclusions. Feel free to point out any mistakes or make modifications and further analysis of your own.
Documentation
This documentation contains a pre-rendered notebook attached to it for you to check out. Checkout the Notebook.
Note that it is not a fullly interactive notebook. For a fully interactive notebook, please download data_exploration.ipynb from the Github repo.
There is also a Streamlit app for this visualization: StreamLit App
Project layout
βββ πmpg_visualization
βββ π.github
βββ πworkflows
βββ ci.yaml
βββ πapp
βββ data_exploration.py
βββ πassets
βββ 1977_mazda_rx-4.jpg
βββ 1980_mazda_rx-7.jpg
βββ audi_5000.jpg
βββ buick_regal_sport_coupe.jpg
βββ harvester_intl_1200D.png
βββ mazda_glc.png
βββ pontiac_GP.jpg
βββ pugeot_504.png
βββ saab_99le.jpg
βββ πdata
βββ mpg.csv
βββ πdocs
βββ πassets
βββ car.png
βββ data.png
βββ data_exploration_rendered.ipynb
βββ πimages
βββ plt_1.png
βββ plt_2.png
.
.
.
βββ plt_22.png
βββ index.md
βββ .gitignore
βββ .pre-commit-config.yaml
βββ data_exploration.ipynb
βββ mkdocs.yml
βββ requirements.txt