Sectionย 3. Chapterย 8
single
Group by Region
Swipe to show menu
Task
Swipe to start coding
Let's build a new scatter plot with the same data, but this time painting the points with respect to the region (the 'continent' column). Follow the next steps:
- Iterate over pair of
colorsandregions, usingcolorandregionas dummy variables. - Within the loop, filter the observations to a particular continent (respective value of
regionvariable). - Then, within the same loop, initialize a scatter plot of
'gdp per capita'vs'life exp'. Set color of points tocolorand set thelabelparameter toregion. - Display the legend of the plot.
Solution
Everything was clear?
Thanks for your feedback!
Sectionย 3. Chapterย 8
single
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat