Skip to content

Commit ec59f1d

Browse files
committed
update code needed
1 parent bf3a957 commit ec59f1d

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

4_Problems/2_18_Matplotlib Box Plots.ipynb

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,10 @@
7070
"id": "1b5938ae",
7171
"metadata": {},
7272
"outputs": [],
73-
"source": []
73+
"source": [
74+
"# Code Needed\n",
75+
"countries = ['United States', 'Canada']"
76+
]
7477
},
7578
{
7679
"cell_type": "markdown",
@@ -94,7 +97,10 @@
9497
"id": "7bf0adce",
9598
"metadata": {},
9699
"outputs": [],
97-
"source": []
100+
"source": [
101+
"# Code Needed\n",
102+
"job_titles = ['Data Analyst', 'Data Engineer', 'Data Scientist']"
103+
]
98104
},
99105
{
100106
"cell_type": "markdown",

4_Problems/2_20_Seaborn Intro.ipynb

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,10 @@
9494
"id": "3ce72c17",
9595
"metadata": {},
9696
"outputs": [],
97-
"source": []
97+
"source": [
98+
"# Code Needed\n",
99+
"job_titles = ['Data Analyst', 'Data Engineer', 'Data Scientist']"
100+
]
98101
},
99102
{
100103
"cell_type": "markdown",
@@ -109,7 +112,7 @@
109112
"id": "03f2eb0e",
110113
"metadata": {},
111114
"source": [
112-
"## 🟥 Salary Distribution for United States (2.20.4)"
115+
"## 🟨 Salary Distribution for United States (2.20.4)"
113116
]
114117
},
115118
{

0 commit comments

Comments
 (0)