Skip to content

Commit c20ef22

Browse files
authored
created extra_challenges.md
Following @maxim-belkin suggestion in #334, this file would store all extra challenges (exercises) that may be useful for instructors in the future.
1 parent 4064451 commit c20ef22

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

_extras/extra_challenges.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
layout: page
3+
title: "Additional Exercises"
4+
permalink: /extra_exercises/
5+
---
6+
7+
# Extra Challenges
8+
9+
A collection of challenges that have been either removed from or not (yet) added to the main lesson.
10+
11+
## 06-loops-and-functions
12+
13+
### Looping Over Dataframe Challenges
14+
15+
* What happens if there is no data for a year in the sequence (for example, imagine we had used 1976 as the start year in `range`)
16+
~~~
17+
An empty file with only the headers
18+
~~~
19+
{: .output}

0 commit comments

Comments
 (0)