Skip to content

Commit 9a5e9b0

Browse files
authored
Merge pull request #94 from jacojvv-dev/master
Various spelling and grammar improvements
2 parents 17fed6a + a955fa6 commit 9a5e9b0

27 files changed

+36
-36
lines changed

01_Getting_&_Knowing_Your_Data/Occupation/Exercise_with_Solution.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@
706706
"cell_type": "markdown",
707707
"metadata": {},
708708
"source": [
709-
"### Step 12. How many different occupations there are in this dataset?"
709+
"### Step 12. How many different occupations are in this dataset?"
710710
]
711711
},
712712
{

01_Getting_&_Knowing_Your_Data/Occupation/Exercises.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
"cell_type": "markdown",
184184
"metadata": {},
185185
"source": [
186-
"### Step 12. How many different occupations there are in this dataset?"
186+
"### Step 12. How many different occupations are in this dataset?"
187187
]
188188
},
189189
{

01_Getting_&_Knowing_Your_Data/Occupation/Solutions.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@
682682
"cell_type": "markdown",
683683
"metadata": {},
684684
"source": [
685-
"### Step 12. How many different occupations there are in this dataset?"
685+
"### Step 12. How many different occupations are in this dataset?"
686686
]
687687
},
688688
{

02_Filtering_&_Sorting/Chipotle/Exercises.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"cell_type": "markdown",
119119
"metadata": {},
120120
"source": [
121-
"### Step 8. How many times were a Veggie Salad Bowl ordered?"
121+
"### Step 8. How many times was a Veggie Salad Bowl ordered?"
122122
]
123123
},
124124
{
@@ -134,7 +134,7 @@
134134
"cell_type": "markdown",
135135
"metadata": {},
136136
"source": [
137-
"### Step 9. How many times people orderd more than one Canned Soda?"
137+
"### Step 9. How many times did someone order more than one Canned Soda?"
138138
]
139139
},
140140
{

02_Filtering_&_Sorting/Chipotle/Exercises_with_solutions.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1499,7 +1499,7 @@
14991499
"cell_type": "markdown",
15001500
"metadata": {},
15011501
"source": [
1502-
"### Step 8. How many times were a Veggie Salad Bowl ordered?"
1502+
"### Step 8. How many times was a Veggie Salad Bowl ordered?"
15031503
]
15041504
},
15051505
{
@@ -1530,7 +1530,7 @@
15301530
"cell_type": "markdown",
15311531
"metadata": {},
15321532
"source": [
1533-
"### Step 9. How many times people orderd more than one Canned Soda?"
1533+
"### Step 9. How many times did someone order more than one Canned Soda?"
15341534
]
15351535
},
15361536
{

02_Filtering_&_Sorting/Chipotle/Solutions.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -989,7 +989,7 @@
989989
"cell_type": "markdown",
990990
"metadata": {},
991991
"source": [
992-
"### Step 8. How many times were a Veggie Salad Bowl ordered?"
992+
"### Step 8. How many times was a Veggie Salad Bowl ordered?"
993993
]
994994
},
995995
{
@@ -1016,7 +1016,7 @@
10161016
"cell_type": "markdown",
10171017
"metadata": {},
10181018
"source": [
1019-
"### Step 9. How many times people orderd more than one Canned Soda?"
1019+
"### Step 9. How many times did someone order more than one Canned Soda?"
10201020
]
10211021
},
10221022
{

03_Grouping/Alcohol_Consumption/Exercise.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"source": [
1414
"### Introduction:\n",
1515
"\n",
16-
"GroupBy can be summarizes as Split-Apply-Combine.\n",
16+
"GroupBy can be summarized as Split-Apply-Combine.\n",
1717
"\n",
1818
"Special thanks to: https://github.com/justmarkham for sharing the dataset and materials.\n",
1919
"\n",

03_Grouping/Alcohol_Consumption/Exercise_with_solutions.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"source": [
1414
"### Introduction:\n",
1515
"\n",
16-
"GroupBy can be summarizes as Split-Apply-Combine.\n",
16+
"GroupBy can be summarized as Split-Apply-Combine.\n",
1717
"\n",
1818
"Special thanks to: https://github.com/justmarkham for sharing the dataset and materials.\n",
1919
"\n",

03_Grouping/Alcohol_Consumption/Solutions.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"source": [
1414
"### Introduction:\n",
1515
"\n",
16-
"GroupBy can be summarizes as Split-Apply-Combine.\n",
16+
"GroupBy can be summarized as Split-Apply-Combine.\n",
1717
"\n",
1818
"Special thanks to: https://github.com/justmarkham for sharing the dataset and materials.\n",
1919
"\n",

03_Grouping/Regiment/Exercises.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"cell_type": "markdown",
103103
"metadata": {},
104104
"source": [
105-
"### Step 6. What is the mean each company's preTestScore?"
105+
"### Step 6. What is the mean of each company's preTestScore?"
106106
]
107107
},
108108
{

0 commit comments

Comments
 (0)