⏭️ Week 02 Lab - Now What?
2024/25 Winter Term
Okay, you finished the lab. Now what? The approach of this course is to learn by doing:
- Freely explore the data set using
pandas
methods. Try to come up with your questions about the Gapminder dataset. Say, how do the GDP per capita of the G7 group of countries compare to each other and to the rest of the world? Or, which region (at any geographic level) saw the largest increase in GDP per capita over the last decade? etc. - Have a look at the ✅ Week 02 Lab - Solutions (once you’ve tried out the lab questions on your own!) and see if you understand everything about them.
If you are stuck, ask for help in the #help
channel on Slack or book office hours.
Need more basic programming practice?
- Reserve a couple of hours to go through the Python for Data Science Pre-sessional Course 24/25 or some of the Python tutorials available online (check out, for example, the tutorial available here or here or the list of tutorials suggested here)
You can also use the #help
channel on Slack to ask for help with Python.