From 5e44b755e288c0de2b1cceea44a56930099a2796 Mon Sep 17 00:00:00 2001 From: Andrew Duberstein Date: Thu, 6 Sep 2018 15:41:05 -0700 Subject: [PATCH] Update README.rst Add import so that example runs --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 2bdc402..f2e0704 100644 --- a/README.rst +++ b/README.rst @@ -63,7 +63,7 @@ The ``examples`` directory contains sample Jupyter notebooks demonstrating usage import pandas as pd - from mapboxgl.utils import create_color_stops + from mapboxgl.utils import create_color_stops, df_to_geojson from mapboxgl.viz import CircleViz