Skip to main content
HomeCode-alongsData Analysis

Get Started Analyzing Survey Data with SQL & Python

In this introductory session, you'll explore a survey on business innovation. The focus will be on principles of analyzing survey data, and you'll write some simple SQL for calculations and simple Python for data visualizations.
Jan 2024
Code along with us onCode Along

Surveys provide a powerful and cost-effective way to gauge opinions and collect feedback from your users or the public. Surveys are so common that every data analyst needs to be able to work with the data from them.

In this introductory session, you'll explore a survey on business innovation. The focus will be on principles of analyzing survey data, and you'll write some simple SQL for calculations and simple Python for data visualizations.

Key Takeaways:

  • Learn the principles and best practices for analyzing survey data.
  • Learn how to perform simple calculations on survey data using SQL.
  • Learn how to draw common plot types, like bar plots, using Python.
Additional Resources:
Topics