Wages multiple ways
Grouping is a great way how to bring connected records together. Are you ready to try it for yourself? You'll be working with the wages
dataset, looking at different groups that might be of interest.
The wages
dataset and the DataFrames
package have been loaded for you.
This exercise is part of the course
Data Manipulation in Julia
Hands-on interactive exercise
Have a go at this exercise by completing this sample code.
# Group wages by region
____(____, ____)