Data visualisation project mapping price data for avocados onto a map of the USA.
There is an accompanying article on Towards Data Science to walk you through this visualisation here.
This is a follow-up to this article on Towards Data Science, the code and data for which are stored in this repository.
My objective here was to produce an interactive version of the static visualisation I produced previously. I used Bokeh to do that, and produced this visualisation using the code presented here.
This project was intended to allow me to experiment with using Bokeh to produce interactive maps which can be embedded in HTML pages. I was able to do that successfully.
- Co-ordinate transformation
- Data visualisation
- Geographical mapping
- Jupyter Notebook
- pandas
- Bokeh
- Numpy
Avocado price data sourced from Kaggle - stored in this repository as avocado.csv
- Clone this repo (for help see this tutorial).
- Raw Data is kept in the CSV file in the root folder of this repo.
- All code is contained within the Jupyter Notebook for this project, stored in the root folder as bokeh_avocado.ipynb
All feedback is warmly received. Craig Dickson can be contacted via craigdoesdata.de.
Visit www.craigdoesdata.de or follow me here on GitHub to see my other projects.