From 9c6e0b300423ff5188039fdbb89927fbe32b6a94 Mon Sep 17 00:00:00 2001 From: sickerin Date: Tue, 7 May 2019 15:07:56 +0700 Subject: [PATCH] Add folium: map visualization folium is amazing, it allows data visualization on maps! "folium builds on the data wrangling strengths of the Python ecosystem and the mapping strengths of the Leaflet.js library. Manipulate your data in Python, then visualize it in a Leaflet map via folium." Examples of what can be done using folium: https://nbviewer.jupyter.org/github/python-visualization/folium/tree/master/examples/ https://nbviewer.jupyter.org/github/python-visualization/folium_contrib/tree/master/notebooks/ --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 01df35403..1a238f9d8 100644 --- a/README.md +++ b/README.md @@ -333,7 +333,8 @@ Code Formatters * [Altair](https://github.com/altair-viz/altair) - Declarative statistical visualization library for Python. * [Bokeh](https://github.com/bokeh/bokeh) - Interactive Web Plotting for Python. -* [bqplot](https://github.com/bloomberg/bqplot) - Interactive Plotting Library for the Jupyter Notebook +* [bqplot](https://github.com/bloomberg/bqplot) - Interactive Plotting Library for the Jupyter Notebook. +* [folium](https://github.com/python-visualization/folium) - Visualize data on an interactive map. * [ggplot](https://github.com/yhat/ggpy) - Same API as ggplot2 for R. * [Matplotlib](http://matplotlib.org/) - A Python 2D plotting library. * [Pygal](http://www.pygal.org/en/latest/) - A Python SVG Charts Creator.