Skip to content

Commit 4e808e8

Browse files
authored
DOC: fix typo (#64)
1 parent 7198024 commit 4e808e8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/source/geopandas.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1834,7 +1834,7 @@
18341834
"source": [
18351835
"counties = gpd.read_file(get_path(\"geoda.natregimes\"))\n",
18361836
"\n",
1837-
"deomgraphy = xr.Dataset(\n",
1837+
"demography = xr.Dataset(\n",
18381838
" data_vars=dict(\n",
18391839
" population=([\"county\", \"year\"], counties[[\"PO60\", \"PO70\", \"PO80\", \"PO90\"]]),\n",
18401840
" unemployment=([\"county\", \"year\"], counties[[\"UE60\", \"UE70\", \"UE80\", \"UE90\"]]),\n",
@@ -1843,7 +1843,7 @@
18431843
" ),\n",
18441844
" coords=dict(county=counties.geometry, year=[1960, 1970, 1980, 1990]),\n",
18451845
").xvec.set_geom_indexes(\"county\", crs=counties.crs)\n",
1846-
"deomgraphy"
1846+
"demography"
18471847
]
18481848
},
18491849
{
@@ -2028,7 +2028,7 @@
20282028
}
20292029
],
20302030
"source": [
2031-
"deomgraphy.xvec.to_geodataframe()"
2031+
"demography.xvec.to_geodataframe()"
20322032
]
20332033
},
20342034
{
@@ -2371,7 +2371,7 @@
23712371
}
23722372
],
23732373
"source": [
2374-
"deomgraphy.xvec.to_geodataframe(long=False)"
2374+
"demography.xvec.to_geodataframe(long=False)"
23752375
]
23762376
},
23772377
{

0 commit comments

Comments
 (0)