Computing & Technology

Data Science & Analytics

The science of extracting insights from data—combining statistics, programming, and domain knowledge to solve real-world problems.

Overview

Data Science sits at the intersection of statistics, computer science, and domain expertise. It is the discipline of turning raw data into actionable insights—from predicting customer behavior to optimizing supply chains to training AI models. Unlike pure statistics or pure computer science, data science emphasizes the full pipeline: collecting data, cleaning it, analyzing it, building models, and communicating results to decision-makers.

Every industry—from banking and healthcare to government and e-commerce—needs people who can make sense of massive datasets. The field is evolving rapidly with the rise of AI and machine learning, making it one of the most dynamic areas to study.

If you enjoy finding patterns, are comfortable with both math and coding, and like the idea of using data to solve real problems, data science could be an excellent fit. It combines analytical rigor with creative problem-solving in ways that few other fields do.

Several world-leading universities have shaped what a Data Science education looks like today. UC Berkeley pioneered the standalone undergraduate Data Science degree, and its programme—anchored by the Division of Computing, Data Science, and Society—emphasises computational thinking, statistical inference, and real-world data projects from the very first semester. MIT's interdisciplinary approach, delivered through the Institute for Data, Systems, and Society (IDSS) and the Schwarzman College of Computing, weaves data science tightly into domain applications ranging from urban planning to genomics. Stanford blends deep statistical theory with cutting-edge machine learning, giving students access to research at the intersection of data science and AI. The University of Michigan's School of Information offers a data science programme notable for its balance between technical rigour and human-centred design—students learn not just to build models but to consider how data impacts communities. The London School of Economics brings a distinctive lens, embedding data science within social science methodology, making it an excellent fit for students interested in policy, economics, or societal applications of data. Understanding these different emphases—computational, statistical, business-oriented, or social—can help families find the programme that best matches a student's strengths and aspirations.

Career Outcomes & Salary

What jobs can I get and how much will I earn?

Entry Level0–2 years

$70,000–$110,000 (US) / £32,000–£52,000 (UK) / A$65,000–$95,000 (AU)

Data ScientistData AnalystMachine Learning EngineerAnalytics EngineerResearch Analyst
Top employers
GoogleMetaAmazonNetflixSpotifyMcKinseyGoldman Sachsdata-driven startups
Mid Career3–8 years

$120,000–$220,000 (US) / £60,000–£115,000 (UK) / A$100,000–$175,000 (AU)

Senior Data ScientistStaff Data ScientistML Engineering ManagerLead AnalystApplied Research Scientist
Senior10+ years

$200,000–$450,000+ (US, including equity)

Director of Data ScienceVP of AnalyticsChief Data OfficerPrincipal Data ScientistFounder
Industries
TechnologyFinance & FintechHealthcareE-commerce & RetailConsultingMedia & EntertainmentGovernmentPharmaceuticals
Demand Outlook

Strong—the World Economic Forum ranks data science and analytics among the top 10 fastest-growing job categories globally. While the market has matured beyond the initial hype, demand remains robust, particularly for data scientists with domain expertise or strong ML engineering skills.

What You'll Learn

Core topics and skills covered in this degree

Statistical Analysis & Probability
Machine Learning & Predictive Modelling
Data Wrangling & Cleaning
Programming (Python, R, SQL)
Data Visualization & Communication
Big Data Systems & Cloud Computing
Deep Learning & Neural Networks
Business Analytics & Decision Science

Is This Right For Me?

Honest self-assessment to help you decide

WorkloadModerate to heavy—expect 15–22 hours per week outside lectures on programming assignments, data analysis projects, statistics problem sets, and group work. Projects often have unpredictable time requirements because data problems aren’t always visible upfront.
Math LevelHigh—you’ll study probability, mathematical statistics, linear algebra, and optimization. The math is more applied than in a pure statistics programme but more rigorous than in business analytics.
CreativityBalanced—the methods are structured (statistical tests, ML pipelines), but choosing the right approach, framing the problem, and communicating findings require significant creativity and judgment.
TeamworkMix—statistics problem sets and coding assignments are often individual, but data analysis projects and capstone work are team-based. The ability to collaborate across disciplines is highly valued.

You'll thrive if...

  • You get a thrill from discovering patterns and insights hidden in messy, real-world data
  • You enjoy both the technical side (coding, statistics) and the communication side (visualizing, presenting, storytelling with data)
  • You’re curious about multiple domains—data science lets you apply your skills to healthcare, finance, sports, environment, and more
  • You’re comfortable with ambiguity—real data rarely has clear-cut answers, and you enjoy the process of exploration
  • You like the idea of your work directly informing decisions—from product features to public policy

Might not be for you if...

  • Data cleaning and preprocessing sounds tedious—it’s genuinely 60–80% of the work and you need to find it at least tolerable
  • You want to build systems from scratch rather than analyze data—data science is more analytical than constructive
  • Ambiguous, open-ended problems frustrate you—data science rarely has a single “correct” answer
  • You dislike presenting your work—communication is a core part of the role, not an afterthought
  • You prefer deep theoretical mathematics over applied, practical problem-solving
WorkloadModerate to heavy—expect 15–22 hours per week outside lectures on programming assignments, data analysis projects, statistics problem sets, and group work. Projects often have unpredictable time requirements because data problems aren’t always visible upfront.
Math IntensityHigh—you’ll study probability, mathematical statistics, linear algebra, and optimization. The math is more applied than in a pure statistics programme but more rigorous than in business analytics.
Creativity vs StructureBalanced—the methods are structured (statistical tests, ML pipelines), but choosing the right approach, framing the problem, and communicating findings require significant creativity and judgment.
Group vs SoloMix—statistics problem sets and coding assignments are often individual, but data analysis projects and capstone work are team-based. The ability to collaborate across disciplines is highly valued.

A Day in the Life

What a typical week actually looks like

A typical week in Year 2 of a data science programme balances statistical theory with practical data work. Monday starts with a mathematical statistics lecture on maximum likelihood estimation—you’re learning how to fit probability distributions to real data, and why choosing the right distribution matters for everything from insurance pricing to medical trials. After lunch, a machine learning lab has you implementing logistic regression from scratch in Python, then comparing your results to scikit-learn’s optimized version. Building it yourself is tedious but illuminating—you finally understand what’s happening behind the library call.

Tuesday features a data wrangling course that’s deceptively challenging. Today you’re cleaning a real dataset from a public health agency—missing values coded five different ways, inconsistent date formats, duplicate records with conflicting information. Your professor calls it “the 80% of data science that nobody talks about.” Wednesday brings a databases and distributed computing lecture (SQL query optimization, introduction to Spark for big data), followed by your capstone project meeting. Your team is analyzing ride-sharing data to predict surge pricing patterns, and this week’s debate is whether to use a random forest or gradient boosting model.

Thursday has a data visualization and communication course—you’re critiquing each other’s dashboards and learning why a well-designed chart can be more persuasive than a complex model. In the afternoon, a domain elective on financial data analytics introduces you to time series analysis using stock market and cryptocurrency data. Friday is flexible: you work on your capstone project, attend an optional career panel with alumni working at tech companies and consulting firms, and squeeze in a Kaggle competition that’s due Sunday night. Weekends involve finishing problem sets, iterating on your capstone model, and inevitably discovering that a data cleaning error has been silently corrupting your results for the past three weeks.

High School Preparation

What to study and do before university

Recommended
HL Mathematics: Analysis and ApproachesHL Computer Science or HL PhysicsHL Economics
Helpful
SL Further Mathematics (if available)HL Biology or HL Chemistry (for domain application)

Skills to Develop

  • Learn Python for data analysis—start with pandas, numpy, and matplotlib through Kaggle’s free Data Science micro-courses
  • Complete a beginner data analysis project on a topic you care about—sports statistics, climate data, music trends—and publish it on GitHub
  • Study statistics fundamentals through Khan Academy or Seeing Theory (Brown University)—understanding distributions, hypothesis testing, and correlation is essential
  • Learn SQL basics—it’s the most universally used data tool and is surprisingly quick to pick up

Extracurriculars

  • Enter beginner Kaggle competitions (Titanic, Housing Prices) to practice the full data science workflow
  • Start a data blog or portfolio site documenting your analyses with visualizations and insights
  • Participate in math competitions or statistics olympiads to sharpen quantitative reasoning
  • Join or create a data science club at school and work on group analysis projects
  • Explore public datasets (World Bank, Gapminder, government open data) and present findings to your school

QS World Ranking 2026

Data Science and Artificial Intelligence

#University
1🇺🇸Massachusetts Institute of Technology (MIT)
2🇺🇸Stanford University
3🇸🇬National University of Singapore (NUS)
4🇸🇬Nanyang Technological University, Singapore (NTU Singapore)
5🇺🇸Carnegie Mellon University

How This Compares to Similar Majors

Side-by-side with related fields

Getting In — Admissions Guide

How competitive is this major and how to stand out

Competitiveness: High

Data Science undergraduate programmes at top universities are competitive, though slightly less than pure CS. Berkeley’s DS programme, one of the first in the US, is highly selective. University of Michigan, Imperial College London, and ETH Zürich all have competitive DS admissions. A-Level students typically need A*AA including Mathematics; IB students need 38+ with HL Mathematics at 6 or 7.

What Strengthens Your Application

  1. 1Strong mathematics results, especially in statistics, calculus, and algebra
  2. 2Programming experience—Python projects, Kaggle notebooks, or data analysis work on GitHub
  3. 3A completed data analysis project showing the full pipeline: question, data collection, analysis, visualization, conclusions
  4. 4Statistics competition results or math olympiad participation
  5. 5Demonstrated interest in applying data to a specific domain (sports analytics, environmental data, public health)

Common Mistakes to Avoid

  • Emphasizing tools (I know Python, Tableau, SQL) without demonstrating analytical thinking or statistical understanding
  • Confusing data science with data entry or basic Excel work—show awareness of what the discipline actually involves
  • Neglecting the mathematical foundations—data science is built on statistics and probability, not just coding

Interview & Admission Tests

Some programmes ask applicants to discuss a dataset or analysis they’ve done. Be prepared to explain your reasoning, methodology, and what you’d do differently with more data or time.

Related Majors

Interested in studying this in Singapore?

View Singapore university programmes →

Frequently Asked Questions

What do you study in Data Science & Analytics?

Data Science sits at the intersection of statistics, computer science, and domain expertise. It is the discipline of turning raw data into actionable insights—from predicting customer behavior to optimizing supply chains to training AI models. Unlike pure statistics or pure computer science, data science emphasizes the full pipeline: collecting data, cleanin…

What can you do after a Data Science & Analytics degree?

Typical entry-level roles: Data Scientist, Data Analyst, Machine Learning Engineer, Analytics Engineer, Research Analyst (starting salary $70,000–$110,000 (US) / £32,000–£52,000 (UK) / A$65,000–$95,000 (AU)). Key industries: Technology, Finance & Fintech, Healthcare, E-commerce & Retail, Consulting. Strong—the World Economic Forum ranks data science and analytics among the top 10 fastest-growing job categories globally. While the market has matured beyond t…

Which high-school courses prepare you for Data Science & Analytics?

Recommended IB courses: HL Mathematics: Analysis and Approaches, HL Computer Science or HL Physics, HL Economics; Recommended AP courses: AP Statistics, AP Calculus BC, AP Computer Science A; Recommended A-Levels: Mathematics, Further Mathematics, Computer Science or Economics.

Want to prepare for Data Science & Analytics?

Our education consultants can help you explore your interests, pick the right subjects, and build a strong application.