ComenzarEmpieza gratis

Composers mental health

In this exercise, you'll create a figure with two subplots that explore the impact of music on the mental health of survey respondents, comparing composers and non-composers. This presents a valuable way to visually analyze and gain insights from the data, enabling meaningful comparisons between the two groups.

The Plots package has been imported, and the streaming DataFrame is loaded for you.

Este ejercicio forma parte del curso

Introduction to Data Visualization with Julia

Ver curso

Ejercicio interactivo práctico

Prueba este ejercicio y completa el código de muestra.

# Number of grouped rows 
grouped = ____(streaming,
    ["____", "____"])
counts = ____(grouped, nrow => :Count)
Editar y ejecutar código