This repository summarizes the use of box plot and other alternative plots for visualizing the Road Accident Deaths in US States dataset. The Python Plotly library is used to generate various types of plots for a visual comparison.
This repository contains the following files:
- README.md (this file)
- FundamentalsOfDA-Project.ipynb - a Jupyter Notebook written in Python.
- FundamentalsOfDA-Project.pdf - PDF version of the Notebook. Note this is for reference only as the notebook is not accurately reproducible through conversion to PDF. No interactivity with plots are possible.
- FundamentalsofDA-project-instructions.pdf - instructions for the assignment, for future reference only.
- road.csv - the Road Accident Deaths in US States
- images - a container folder for various images referenced in the Jupyter Notebook.
This notebook relies on the following libraries, so please ensure you have these installed on your machine before running.
Pandas
plotly
There might be problems in generating Plotly plots in Jupyter Notebook within the Opera web browser depending on the exact combination of Plotly, Jupyter and Opera versions. This notebook was written in Mozilla Firefox with Plotly 3.4.2.