Skip to main content
HomeCode-alongsData Analysis

Analyzing Students’ Mental Health in SQL

Perform SQL querying and visualize results using Python Plotly.
Feb 2023
Code along with us onCode Along

View DatasetRead Paper

In this live code-along, you'll perform exploratory data analysis on a dataset around mental health of domestic and international students. You'll perform SQL querying to look at how social connectedness and cultural issues affect mental health. Finally, you'll visualize the results of your analysis using the Python Plotly package.

Key takeaways

  • Perform exploratory data analysis to understand a new dataset

  • Write SQL queries to quantify a dataset

  • Visualize the results of a SQL analysis with interactive Python plots

Materials

  • Start out with DataLab account here

  • Solution notebook here

Topics