From 13b784a261ddf7d37949ebf41728d7a67f285e87 Mon Sep 17 00:00:00 2001 From: gsingh58 <gurmail-singh@cs.wisc.edu> Date: Thu, 21 Mar 2024 16:42:46 -0500 Subject: [PATCH] lec 17: the cell with geo_info[0] moved down --- lecture_material/17-viz-2/vis_2_lec_001.ipynb | 10 +++++----- lecture_material/17-viz-2/vis_2_lec_002.ipynb | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/lecture_material/17-viz-2/vis_2_lec_001.ipynb b/lecture_material/17-viz-2/vis_2_lec_001.ipynb index fdc12f0..4e0ddd2 100644 --- a/lecture_material/17-viz-2/vis_2_lec_001.ipynb +++ b/lecture_material/17-viz-2/vis_2_lec_001.ipynb @@ -1013,22 +1013,22 @@ { "cell_type": "code", "execution_count": null, - "id": "e52ee0fc-d73c-4942-9bec-d1586a702f68", + "id": "095b9ebe-b583-4098-a3a2-47dd46610d59", "metadata": {}, "outputs": [], "source": [ - "geo_info[\"address\"].loc[0]" + "geo_info = gpd.tools.geocode(\"1300 East Washington Ave\")\n", + "geo_info" ] }, { "cell_type": "code", "execution_count": null, - "id": "095b9ebe-b583-4098-a3a2-47dd46610d59", + "id": "e52ee0fc-d73c-4942-9bec-d1586a702f68", "metadata": {}, "outputs": [], "source": [ - "geo_info = gpd.tools.geocode(\"1300 East Washington Ave\")\n", - "geo_info" + "geo_info[\"address\"].loc[0]" ] }, { diff --git a/lecture_material/17-viz-2/vis_2_lec_002.ipynb b/lecture_material/17-viz-2/vis_2_lec_002.ipynb index fdc12f0..4e0ddd2 100644 --- a/lecture_material/17-viz-2/vis_2_lec_002.ipynb +++ b/lecture_material/17-viz-2/vis_2_lec_002.ipynb @@ -1013,22 +1013,22 @@ { "cell_type": "code", "execution_count": null, - "id": "e52ee0fc-d73c-4942-9bec-d1586a702f68", + "id": "095b9ebe-b583-4098-a3a2-47dd46610d59", "metadata": {}, "outputs": [], "source": [ - "geo_info[\"address\"].loc[0]" + "geo_info = gpd.tools.geocode(\"1300 East Washington Ave\")\n", + "geo_info" ] }, { "cell_type": "code", "execution_count": null, - "id": "095b9ebe-b583-4098-a3a2-47dd46610d59", + "id": "e52ee0fc-d73c-4942-9bec-d1586a702f68", "metadata": {}, "outputs": [], "source": [ - "geo_info = gpd.tools.geocode(\"1300 East Washington Ave\")\n", - "geo_info" + "geo_info[\"address\"].loc[0]" ] }, { -- GitLab