Asking Questions with Data — Think Like a Data Scientist
Learn how data scientists ask good questions, find answers in data, and avoid common mistakes in data analysis.
Start with a Question
The Data Science Process
Correlation is Not Causation
When exploring data, always calculate these three things first: the mean (average), the median (the middle value when sorted), and the mode (the most common value). These give you a quick summary of what is 'typical' in your data. If the mean and median are very different, it usually means you have some extreme values pulling the average up or down.
Pick a question you are curious about (for example: 'Do I spend more time on my phone on weekends vs weekdays?' or 'Which subject do I spend the most time studying?'). Collect data for one week, then analyze it: What is the average? What day was the highest? The lowest? Make a chart to show your findings and write a 2-3 sentence conclusion. Did the data match what you expected, or were you surprised?
Ready to build?
Put what you learned into practice — pick a project and start coding.
Start Building Free