This repository contains two data visualization projects using Plotly and GeoPandas:
Re-create the radar plot using Plotly and the fuel-efficiency.csv data set. The radar plot uses a smooth curve to join the points, called a spline.
- Clone the repository.
- Navigate to the
spline-radar-fuel-efficiency
directory. - Open the
fuel_efficiency_plot.ipynb
Jupyter Notebook to view and run the visualization. - Explore the code to understand the spline radar plot creation.
- Optionally, modify the code or dataset as needed.
Re-create the choropleth map using GeoPandas and the students.csv data set. The map of Canada is given in the canada.shp file and associated files. The color map uses the “Reds” color map from ColorBrewer.
- Navigate to the
choropleth-students-canada
directory. - Open the
choropleth_map.ipynb
Jupyter Notebook to view and run the visualization. - Explore the code to understand the choropleth map creation.
- Optionally, modify the code or dataset as needed.
- Python 3.x
- Jupyter Notebook
# Clone the repository:
pip install -r requirements.txt