openskills.info
← The sensible career map

Mostly harmless, conspicuously useful

The Hitchhiker's Guide to Becoming a Data Scientist

Data science is the practice of turning incomplete observations into decisions without allowing the incompleteness to slip out through a side door. Its raw materials are samples, experiments, code, and models; its recurring discovery is that reality has supplied all four under slightly different terms. This guide travels from inspecting averages that look authoritative because they are centered, through reproducible analysis, causal experiments, predictive systems, portfolio leadership, and the final professional skill of declining to measure an invalid target. At every stop, uncertainty remains visible, charts are prevented from applying for the position of argument, and confidence is asked to show identification.

Level 1 · Novice

The average knows exactly where the middle is and remarkably little else.

Learn to inspect distributions, samples, missing values, unusual observations, and uncertainty before answering, then draw charts that report the evidence instead of campaigning for it.

A novice data scientist examines tables, summary statistics, and charts to discover what was measured, who entered the sample, and which facts have gone missing with proper documentation. Their artifacts include a cleaned sample, a short analysis notebook, and labeled visualizations for an analyst, product manager, or subject expert. This matters because one average can represent several customer groups, conceal rare failures, and still sit in the report looking impeccably representative.

Suppose a support manager asks whether response times improved after a staffing change. You inspect the full distribution rather than accepting the average's prepared statement, separate weekdays from weekends, count missing tickets, and use a time scale that does not inflate a modest change into a national emergency. Typical replies are faster, but the long tail contains more very late cases, so the manager keeps the change and adds cover for difficult tickets; the median located the centre and left the consequences to somebody else.

Words from the spaceship manual, translated

Distribution
A distribution describes how observed values spread across a range, including clusters, gaps, extremes, and shape; an average is one address in this landscape, not the entire country.
Sample
A sample is the subset of people, events, or records actually observed; it may speak for a wider population only when its selection has not quietly chosen the conclusion first.
Uncertainty
Uncertainty is the range of conclusions still plausible because data are limited, noisy, or variable, often reported with intervals rather than dressed as a single decisive number.
Visualization scale
A visualization scale maps values to position, length, color, or area; careless limits can turn a small difference into a cliff while the axis maintains complete innocence.