Skip to content

Commit 9d85b50

Browse files
committed
Minor changes to course
1 parent 5884465 commit 9d85b50

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

Data_Analysis_with_Python_Course.ipynb

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"</table>\n",
1414
"<table>\n",
1515
" <tr>\n",
16-
" <td><p style=\"font-size:15px; color: #55BBD2\">Version: January 2024</p></td>\n",
16+
" <td><p style=\"font-size:15px; color: #55BBD2\">Version: May 2024</p></td>\n",
1717
" </tr>\n",
1818
"</table>"
1919
]
@@ -2087,7 +2087,7 @@
20872087
"\n",
20882088
"**a6.** Print out the names of the planets from the furthest from the sun to the closest.\n",
20892089
"\n",
2090-
"**a7.** Suppose we want to print out the names of the planets in alphabetical order, but we DON'T want to Print out the names of the planets in alphabetical order.\n",
2090+
"**a7.** Suppose we want to print out the names of the planets in alphabetical order, but we DON'T want to change the order of the planets in the list (there is more than 1 way to do this, one of which uses a Python function we have not yet encountered).\n",
20912091
"\n",
20922092
"</div>"
20932093
]
@@ -3702,7 +3702,7 @@
37023702
"\n",
37033703
"**a1.** Copy and paste the `tests` dataset code. Use the dict-like notation to access the 'Subject' column.\n",
37043704
" \n",
3705-
"**a2.** Use the dict-like notation to access the last three rows\n",
3705+
"**a2.** Use the dict-like notation to access the last three rows.\n",
37063706
" \n",
37073707
"<hr>\n",
37083708
" \n",
@@ -7230,7 +7230,7 @@
72307230
" \n",
72317231
"<hr> \n",
72327232
" \n",
7233-
"d1. Use a `while` loop to calculate the sum of the first 100 natural numbers (i.e. 1 to 100).\n",
7233+
"**d1.** Use a `while` loop to calculate the sum of the first 100 natural numbers (i.e. 1 to 100).\n",
72347234
" \n",
72357235
"<hr>\n",
72367236
" \n",
@@ -8977,6 +8977,14 @@
89778977
"tests[[False, False, False, True, True, True]]"
89788978
]
89798979
},
8980+
{
8981+
"cell_type": "markdown",
8982+
"id": "f0c0e798-72e2-4cd7-b4e3-133acdc7963e",
8983+
"metadata": {},
8984+
"source": [
8985+
"<hr>"
8986+
]
8987+
},
89808988
{
89818989
"cell_type": "code",
89828990
"execution_count": null,

0 commit comments

Comments
 (0)