Jul 17, 2023
Thank you for this question!
I think you are correct that countries should be instances of the class country rather than subclasses. Also, the country column contains regions as well as countries, and with my current code, each unique value is turned into a subclass. That is also incorrect. There should probably be a class of 'geographic_regions' with different regions as subclasses and then countries as instances of multiple different geographic regions.