Data Science
Synonyms: data analytics, data analysis, applied statistics, quantitative analysis
Definition
Use cases
- The what without the why: Analytics show checkout abandonment spikes at step 3. Data science flags it, then a usability test reveals the surprise shipping cost behind it.
- Personalization: A recommendation model surfaces products, and UX decides how and when to show them so it helps people instead of creeping them out.
- Wrong metric: A model chases time-on-page, so the team celebrates "engagement" while users are actually lost and hunting. UX catches that the metric is measuring confusion.
How it's used in practice
- Combine quant and qual. Use behavioral data to find where the problem is, then research to learn why it happens.
- Co-define metrics with data scientists. Agree on what "success" means before building, so the model doesn't chase the wrong thing.
- Plan experiments together. Design A/B tests that are statistically valid and answer a real design question.
- Learn enough to be dangerous. Basic SQL, a BI tool, and how to read a funnel let you explore data without waiting on anyone.
- Keep a human in the loop. Models flag patterns, people add context and catch when the data misleads.
Challenges & limitations
- Correlation isn't cause: Two things moving together is easy to misread, and a false read ships the wrong fix.
- Garbage in, garbage out: A model is only as good as the tracking behind it, and event data is often messy or incomplete.
- Ethics and privacy: More data means more responsibility. GDPR, CCPA, and basic decency limit what you should collect and how you use it.
Free resources
- Drew Conway: The Data Science Venn Diagram — the original 2010 diagram that defined the field
- HBR: Data Scientist, the Sexiest Job of the 21st Century — the 2012 article that put the role on the map
- Zigpoll: How Data Scientists Collaborate With UX Designers — a practical guide to the what-meets-why handoff

