Skip to content

Commit 86477b2

Browse files
committed
change on step9 Alcohol Consumption
1 parent 3336023 commit 86477b2

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

04_Apply/Students_Alcohol_Consumption/Exercises.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
"cell_type": "markdown",
135135
"metadata": {},
136136
"source": [
137-
"### Step 9. Create a function called majority that return a boolean value to a new column called legal_drinker"
137+
"### Step 9. Create a function called majority that return a boolean value to a new column called legal_drinker (Consider majority as older than 17 years old)"
138138
]
139139
},
140140
{

04_Apply/Students_Alcohol_Consumption/Exercises_with_solutions.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@
776776
"cell_type": "markdown",
777777
"metadata": {},
778778
"source": [
779-
"### Step 9. Create a function called majority that return a boolean value to a new column called legal_drinker"
779+
"### Step 9. Create a function called majority that return a boolean value to a new column called legal_drinker (Consider majority as older than 17 years old)"
780780
]
781781
},
782782
{
@@ -1189,6 +1189,7 @@
11891189
}
11901190
],
11911191
"metadata": {
1192+
"anaconda-cloud": {},
11921193
"kernelspec": {
11931194
"display_name": "Python [default]",
11941195
"language": "python",

04_Apply/Students_Alcohol_Consumption/Solutions.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@
759759
"cell_type": "markdown",
760760
"metadata": {},
761761
"source": [
762-
"### Step 9. Create a function called majority that return a boolean value to a new column called legal_drinker"
762+
"### Step 9. Create a function called majority that return a boolean value to a new column called legal_drinker (Consider majority as older than 17 years old)"
763763
]
764764
},
765765
{

0 commit comments

Comments
 (0)