swcarpentry / python-novice-gapminder

Plotting and Programming in Python
http://swcarpentry.github.io/python-novice-gapminder/
Other
163 stars 427 forks source link

Episode 8: Add 'Many Ways of Access' challenge. #537

Closed vinisalazar closed 3 years ago

vinisalazar commented 3 years ago

This is an improvement based on the suggestions from #532.

I added a Challenge asking learners to suggest different ways of doing access operations on a DataFrame. I used the notes from #532 as answer to the Challenge.

Thank you for any assistance or feedback you can provide.

Best, V

vinisalazar commented 3 years ago

Thank you for the review @alee! Happy to contribute.