Skip to content

Commit

Permalink
Update Mission219Solution.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
darinbradley committed Dec 9, 2022
1 parent 455c051 commit 23d7ea1
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Mission219Solution.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Filtering Out Rows From A DataFrame"
"# Filtering out Rows from A DataFrame"
]
},
{
Expand Down Expand Up @@ -443,7 +443,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Using value_counts To Explore Main Dishes"
"# Using value_counts to Explore Main Dishes"
]
},
{
Expand Down Expand Up @@ -518,7 +518,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Figuring Out What Pies People Eat"
"# Determining Which Pies People Eat"
]
},
{
Expand Down Expand Up @@ -575,7 +575,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Converting Age To Numeric"
"# Converting Age to Numeric"
]
},
{
Expand Down Expand Up @@ -644,14 +644,14 @@
"source": [
"# Findings\n",
"\n",
"Although we only have a rough approximation of age, and it skews downward because we took the first value in each string (the lower bound), we can see that that age groups of respondents are fairly evenly distributed."
"Although we only have a rough approximation of age, and it skews downward because we took the first value in each string (the lower bound), we can see that the age groups of respondents are fairly evenly distributed."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Converting Income To Numeric"
"# Converting Income to Numeric"
]
},
{
Expand Down Expand Up @@ -737,7 +737,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Correlating Travel Distance And Income"
"# Correlating Travel Distance and Income"
]
},
{
Expand Down Expand Up @@ -794,14 +794,14 @@
"source": [
"# Findings\n",
"\n",
"It appears that more people with high income have Thanksgiving at home than people with low income. This may be because younger students, who don't have a high income, tend to go home, whereas parents, who have higher incomes, don't."
"It appears that more people with high income have Thanksgiving at home than people with low income. This may be because younger students, who don't have a high income, tend to go home, whereas parents, who have higher incomes, don't."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Linking Friendship And Age"
"# Linking Friendship and Age"
]
},
{
Expand Down Expand Up @@ -950,7 +950,7 @@
"source": [
"# Findings\n",
"\n",
"It appears that people who are younger are more likely to attend a Friendsgiving, and try to meet up with friends on Thanksgiving."
"It appears that people who are younger are more likely to attend a Friendsgiving and try to meet up with friends on Thanksgiving."
]
}
],
Expand All @@ -970,7 +970,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.1"
"version": "3.8.5"
},
"widgets": {
"state": {},
Expand Down

0 comments on commit 23d7ea1

Please sign in to comment.