Skip to content
This repository was archived by the owner on Jul 18, 2023. It is now read-only.

Commit ab7546f

Browse files
committed
fix header in challenge question 7
1 parent c4a0b4b commit ab7546f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lessons/01_python_data_wrangling.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@
565565
"source": [
566566
"---\n",
567567
"\n",
568-
"### Challenge 7: Another Way to Obtain the Month\n",
568+
"### Challenge 7: Another Way to Obtain the Year\n",
569569
"\n",
570570
"If you didn't know that casting floats to ints truncates the decimals in Python, you could have used NumPy's `floor()` function. `np.floor` takes an array or `pd.Series` of floats as its argument, and returns an array or `pd.Series` where every float has been rounded down to the nearest whole number. \n",
571571
"\n",

solutions/01_python_data_wrangling_solutions.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@
340340
"source": [
341341
"---\n",
342342
"\n",
343-
"### Challenge 7: Another Way to Obtain the Month\n",
343+
"### Challenge 7: Another Way to Obtain the Year\n",
344344
"\n",
345345
"If you didn't know that casting floats to ints truncates the decimals in Python, you could have used NumPy's `floor()` function. `np.floor` takes an array or `pd.Series` of floats as its argument, and returns an array or `pd.Series` where every float has been rounded down to the nearest whole number. \n",
346346
"\n",

0 commit comments

Comments
 (0)