Skip to content

Commit

Permalink
fix typo in Tennessee
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeGermuska committed May 9, 2015
1 parent cfff1b1 commit c90bcc3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Basic Census Reporter API with Pandas.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": 11,
"metadata": {
"collapsed": true
},
Expand All @@ -27,7 +27,7 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": 12,
"metadata": {
"collapsed": false
},
Expand Down Expand Up @@ -95,7 +95,7 @@
"04000US17 Illinois 12882135 6326778 6555357"
]
},
"execution_count": 8,
"execution_count": 12,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -114,7 +114,7 @@
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": 13,
"metadata": {
"collapsed": false
},
Expand Down Expand Up @@ -188,7 +188,7 @@
"04000US26 Michigan 9895622 4858138 5037484 0.509062"
]
},
"execution_count": 9,
"execution_count": 13,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -203,12 +203,12 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Top 5 Tennesse Counties by % Male Population"
"## Top 5 Tennessee Counties by % Male Population"
]
},
{
"cell_type": "code",
"execution_count": 10,
"execution_count": 14,
"metadata": {
"collapsed": false
},
Expand Down Expand Up @@ -282,7 +282,7 @@
"05000US47007 Bledsoe County, TN 12853 6951 5902 0.540808"
]
},
"execution_count": 10,
"execution_count": 14,
"metadata": {},
"output_type": "execute_result"
}
Expand Down

0 comments on commit c90bcc3

Please sign in to comment.