Session Ready
Exercise

Exploring features visually

Before doing any crossing, it is always useful to explore and visualize your features in order to determine if your intuition makes sense, or to simply understand how these two features are related to each other.

Instructions
100 XP
  • Group the data by occupation and gender and create a summary of the counts of each category.
  • Use ggplot() to create a grouped bar graph of the occupation and count, coloring the graph by gender.