From 715ab50d4e75380538df698e0343cce3b9faa043 Mon Sep 17 00:00:00 2001 From: axelschweiger <47397809+axelschweiger@users.noreply.github.com> Date: Wed, 5 Jun 2019 17:03:10 -0700 Subject: [PATCH] Update data_discovery.ipynb Provide some information about why the conversion to Panda Dataframe and then Geopandas? --- data_discovery/data_discovery.ipynb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data_discovery/data_discovery.ipynb b/data_discovery/data_discovery.ipynb index ac405d0..c129e12 100644 --- a/data_discovery/data_discovery.ipynb +++ b/data_discovery/data_discovery.ipynb @@ -304,6 +304,9 @@ "metadata": {}, "source": [ "### Convert to Pandas dataframe" + "### Axel: It would be good to say something here why you are doing the conversion to Pandas dataframe and then Geopandas" + "### So a reader has a sense of knowing what is going on" + ] }, {