Skip to content

Commit

Permalink
Added a little more context to the geopandas examples and renamed the…
Browse files Browse the repository at this point in the history
…m to be sure the general information is first
  • Loading branch information
mnfienen committed Mar 20, 2024
1 parent 49f1703 commit 9478e43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
"metadata": {},
"source": [
"### OVERVIEW\n",
"***"
"***\n",
"In this notebook we will explore how `geopandas` works with GIS data (e.g. shapefiles and the objects within them) using geometrically-aware DataFrames. We will also explore how common GIS-related operations are available in `geopandas`. This notebook relies on publicly available GIS datasets for the city of Madison, Wisconsin."
]
},
{
Expand Down Expand Up @@ -785,7 +786,8 @@
"metadata": {},
"outputs": [],
"source": [
"isthmus_parks.drop(columns=[ 'index_right','OBJECTID_right', 'NA_ID', 'STATUS', 'CLASSIFICA', 'Web',\n",
"isthmus_parks.drop(columns=[ 'index_right','OBJECTID_right', 'NA_ID', \n",
" 'STATUS', 'CLASSIFICA', 'Web',\n",
" 'ShapeSTArea', 'ShapeSTLength'], inplace=True)"
]
},
Expand Down

0 comments on commit 9478e43

Please sign in to comment.