Skip to content

Commit 50cf007

Browse files
committed
Added code explanation
1 parent 8e52827 commit 50cf007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2_Advanced/18_Matplotlib_Box_Plots.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
"cell_type": "markdown",
222222
"metadata": {},
223223
"source": [
224-
"Next, let's plot it:"
224+
"Next, let's plot it. In our `job_list` we're first filtering to make sure the `job_title_short` is in (`==`) `job_title`. Then we're selecting the `salary_year_avg` column for each `job_title` in our `job_titles` list. "
225225
]
226226
},
227227
{

0 commit comments

Comments
 (0)