Skip to content

Commit

Permalink
Change example to Ohio, California data is too large
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Sanchez committed Feb 22, 2022
1 parent e9eef76 commit e78f2cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/nb-example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"metadata": {},
"outputs": [],
"source": [
"ca_2018 = ACS(2018, \"California\")"
"ohio_2018 = ACS(2018, \"Ohio\")"
]
},
{
Expand All @@ -38,7 +38,7 @@
"metadata": {},
"outputs": [],
"source": [
"ca_2018.download()"
"ohio_2018.download()"
]
},
{
Expand All @@ -54,7 +54,7 @@
"metadata": {},
"outputs": [],
"source": [
"acs_ca_2018 = ca_2018.as_dataframe()"
"acs_ohio_2018 = ohio_2018.as_dataframe()"
]
}
],
Expand Down

0 comments on commit e78f2cc

Please sign in to comment.