We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 553b963 commit 97541c5Copy full SHA for 97541c5
1 file changed
_episodes/06-loops-and-functions.md
@@ -15,7 +15,7 @@ keypoints:
15
- "Loops help automate repetitive tasks over sets of items."
16
- "Loops can be combined with functions we have learned so far to make data analysis and processing more efficient."
17
- "Conditional statements allow us to sort data and perform different operations on different subsets of the data."
18
- - "Functions can enable code reuse."
+ - "Functions enable code reuse."
19
---
20
21
So far, we've used Python and the pandas library to explore and manipulate
0 commit comments