python-novice-gapminder
python-novice-gapminder copied to clipboard
Remove premature function example
Removes the example of a function in pandas that is given here before functions are taught (episode 16). At current, it would be confusing at best unless people happen to know def
already.
This example could also be moved to the functions lesson instead, although applies are a fairly complex topic to introduce only in passing. They are quite valuable but should be given a more full discussion if we use them.