Queer European MD passionate about IT
Quellcode durchsuchen

Update Mission219Solution.ipynb

darinbradley vor 2 Jahren
Ursprung
Commit
23d7ea1046
1 geänderte Dateien mit 11 neuen und 11 gelöschten Zeilen
  1. 11 11
      Mission219Solution.ipynb

+ 11 - 11
Mission219Solution.ipynb

@@ -403,7 +403,7 @@
    "cell_type": "markdown",
    "metadata": {},
    "source": [
-    "# Filtering Out Rows From A DataFrame"
+    "# Filtering out Rows from A DataFrame"
    ]
   },
   {
@@ -443,7 +443,7 @@
    "cell_type": "markdown",
    "metadata": {},
    "source": [
-    "# Using value_counts To Explore Main Dishes"
+    "# Using value_counts to Explore Main Dishes"
    ]
   },
   {
@@ -518,7 +518,7 @@
    "cell_type": "markdown",
    "metadata": {},
    "source": [
-    "# Figuring Out What Pies People Eat"
+    "# Determining Which Pies People Eat"
    ]
   },
   {
@@ -575,7 +575,7 @@
    "cell_type": "markdown",
    "metadata": {},
    "source": [
-    "# Converting Age To Numeric"
+    "# Converting Age to Numeric"
    ]
   },
   {
@@ -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"
    ]
   },
   {
@@ -737,7 +737,7 @@
    "cell_type": "markdown",
    "metadata": {},
    "source": [
-    "# Correlating Travel Distance And Income"
+    "# Correlating Travel Distance and Income"
    ]
   },
   {
@@ -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"
    ]
   },
   {
@@ -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."
    ]
   }
  ],
@@ -970,7 +970,7 @@
    "name": "python",
    "nbconvert_exporter": "python",
    "pygments_lexer": "ipython3",
-   "version": "3.6.1"
+   "version": "3.8.5"
   },
   "widgets": {
    "state": {},