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 32c0aad commit 553b963Copy full SHA for 553b963
1 file changed
_episodes/06-loops-and-functions.md
@@ -12,7 +12,10 @@ objectives:
12
- "Build reusable code in Python."
13
- "Write functions using conditional statements (if, then, else)."
14
keypoints:
15
- - "FIXME"
+ - "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."
19
---
20
21
So far, we've used Python and the pandas library to explore and manipulate
0 commit comments