Skip to sources
Time Machine

Data Scientists

Scrub through 74years of this role's history, from when it first emerged, through every wave of technology that reshaped it, to the cited projections for where it's heading next.

2026drag to travel through time
19752000now
Country
2026
Known today as Data Scientists (BLS SOC 15-2051, 2018 SOC revision)
Latest actual · 2024
246K
BLS OEWS May 2024 national estimate for 15-2051, sourced from O*NET which reflects the same BLS establishment-survey figure. The median annual wage in May 2024 was $112,590. Top-employing industries were professional, scientific, and technical services (28.2%); finance and insurance (18.7%); and information (11.0%). The 2024 figure reflects the post-ChatGPT demand acceleration: enterprise adoption of large language models and AI platforms sharply increased hiring of data scientists to build, evaluate, and govern these systems.
Latest actual · 2024
$112,590
BLS OEWS May 2024 national median annual wage for 15-2051, sourced from O*NET. The lowest 10 percent earned less than $63,650 and the highest 10 percent more than $194,410, reflecting the wide dispersion between entry-level analysts and senior staff/principal scientists at major technology companies. The wage premium for LLM and GenAI skills was estimated at 15-25% above the broad median in 2026 hiring data.
Each dot is a cited figure over time; the dotted line only links them (values between aren't measured). Hollow dots are estimates.
Tools of the era

The tools that defined the work

Select an era to see how it reshaped the work.

  • Mainframe statistical packages (FORTRAN, SPSS 1968, SAS 1976)

    The predecessor practitioners: statisticians, operations research analysts, and quantitative economists relied on mainframe batch computing to run regressions, ANOVA, and time-series analyses. Tukey's "Exploratory Data Analysis" was largely pencil-and-paper work, supplemented by mainframe runs that could take hours to return results. SPSS (Statistical Package for the Social Sciences) was released in 1968 by Norman Nie, Dale Bent, and Hadlai Hull at Stanford, making multivariate statistics accessible to researchers without programming skills. SAS followed in 1976 from North Carolina State University. These tools shaped a generation of analysts who treated data analysis as a slow, deliberate, batch-oriented craft.

    Effect on the work

    The mainframe era created a small, highly credentialed analyst class, primarily in academia, government agencies, and large manufacturers. Estimates of US statisticians and quantitative analysts in the 1970s run to roughly 20,000-30,000 professionals. The computing barrier kept the field elite and the headcount low.

    Mainframe processingComputerized records
  • Personal workstation + S/R + early relational databases (SQL, S-Plus, R 1993)

    The arrival of affordable Unix workstations and personal computers transformed statistical computing from a shared-mainframe activity into individual, interactive work. S (developed at Bell Labs by John Chambers beginning in 1975, commercialised as S-Plus in 1988) enabled statistical programming at the command line. R, the open-source implementation of S, was first released by Ross Ihaka and Robert Gentleman at the University of Auckland in 1993 and became the dominant academic statistics language by the early 2000s. SQL relational databases gave analysts direct access to business transaction data for the first time. The combination of R/S-Plus for analysis and SQL for data access defined the workflow of what would become the data scientist predecessor role.

    Effect on the work

    R and SQL democratised quantitative analysis in corporate settings. Analyst headcounts in finance (credit risk, quant trading), insurance (actuarial), and market research grew substantially through the 1990s. BLS tracked statisticians and operations research analysts separately; combined they numbered roughly 60,000-80,000 in the late 1990s according to available OEWS estimates.

    Work toolChanging equipment
  • Python + MapReduce / Hadoop (big data era: Python 2.4, Hadoop 2006, scikit-learn 2007)

    The mid-2000s brought two developments that reshaped the analyst role into what would be called data science. First, Python gained its scientific stack: NumPy (2005), SciPy (2006), and the beginnings of scikit-learn (2007) made Python a credible alternative to R for machine learning. Second, Google's 2004 MapReduce paper and Doug Cutting's Apache Hadoop (2006) gave analysts a framework for processing datasets too large for a single machine. Facebook, Google, LinkedIn, and Amazon were accumulating user-behaviour datasets of a scale no existing statistical toolkit had been designed to handle. The combination of Python fluency, machine learning libraries, and distributed computing was exactly the triangular skillset Patil and Hammerbacher were reaching for when they coined "data scientist" in 2008.

    Effect on the work

    The Hadoop ecosystem and Python ML stack created a new type of practitioner who was neither a pure statistician nor a pure software engineer. By 2012, "data scientist" job listings on Indeed had grown 15,000 percent from their 2008 baseline. LinkedIn data showed that the number of professionals adding "Data Scientist" to their profiles between 2012 and 2015 grew at a rate consistently 50 percent higher than for software engineers and data analysts.

    Work toolChanging equipment
  • Deep learning + cloud ML platforms (TensorFlow 2015, AWS SageMaker 2017, Jupyter notebooks)

    AlexNet's win at the 2012 ImageNet competition announced deep learning's arrival as a practical engineering tool, not just an academic curiosity. Within three years, TensorFlow (Google, 2015) and PyTorch (Facebook, 2016) gave data scientists production-grade deep learning frameworks. AWS SageMaker (2017), Azure ML, and Google AI Platform began abstracting away the infrastructure layer, letting data scientists focus on model design rather than server management. The Jupyter notebook, originally IPython (Fernando Perez, UC Berkeley, 2001), became the universal data science workspace: a live computational document that combined code, output, and narrative in a single shareable file. This era produced the first formalised data-science education infrastructure: fast.ai (2016), Coursera machine learning specialisations, and dozens of university master's programmes.

    Effect on the work

    The cloud ML era dramatically lowered the barrier to data science practice, expanding the practitioner base far beyond the original Python-Hadoop specialists. Industry surveys (ODSC, KDnuggets, Burtch Works) tracked the median base salary rising from roughly $91,000 at entry level in 2015 toward $100,000+ by 2018, as demand consistently outpaced supply. The 2018 LinkedIn Workforce Report reported a national skills shortage of 151,717 data science positions.

    Work toolChanging equipment
  • MLOps + AutoML + feature stores (MLflow 2018, DataBricks Delta Lake 2019, DVC)

    The model-deployment gap became the defining problem of this era. Studies found that 87% of machine learning models never made it to production (VentureBeat, 2019). MLflow (Databricks, 2018), DVC, Weights and Biases, and eventually AWS SageMaker Pipelines addressed the lifecycle gap between building a model in a Jupyter notebook and running it reliably in production. AutoML platforms (Google AutoML, H2O.ai, DataRobot) began automating the model-selection and hyperparameter-tuning work that had previously occupied junior data scientists. The data scientist role bifurcated: routine model training was increasingly automated; senior practitioners concentrated on problem framing, feature engineering, and the production-readiness work that AutoML could not yet handle.

    Effect on the work

    The AutoML era sparked the first serious debate about whether "data scientists will be automated away." In practice, employment continued to grow, because each wave of automation expanded what was computationally possible and thus expanded the scope of problems organisations could tackle, generating more demand for the humans who could direct the automation.

    Work toolChanging equipment
  • LLM-powered tools + agentic notebooks (ChatGPT Nov 2022, GitHub Copilot, Hex Magic, Databricks Genie Code)

    The release of ChatGPT in November 2022 changed the data scientist's workbench within months. GitHub Copilot (general availability June 2022) began generating Python and SQL cells in Jupyter notebooks. Hex Magic (2023) and Databricks Genie Code (2025) went further, translating natural-language data questions directly into multi-cell analytical workflows. The practical effect was to accelerate the routine EDA and boilerplate-code layer of the job significantly. Senior practitioners reported spending less time writing standard cleaning and transformation code and more time on hypothesis formation, model evaluation, stakeholder communication, and the architectural decisions that AI tools could not yet make. The post-ChatGPT demand surge for people who could build and govern LLM-based systems drove BLS-measured employment from 169,000 (2022) to 246,000 (2024).

    Effect on the work

    Rather than contracting the field, the LLM era expanded it. Job postings requiring LLM and GenAI skills in data science grew from near-zero in 2022 to 31% of data science listings by 2026 (Medium/AI Analytics Diaries survey of 500 postings). NLP skills in DS postings rose from 5% to 19% of openings in a single year. GenAI skills commanded a 15-25% wage premium over baseline data science compensation. BLS projects 33.5% employment growth in 15-2051 from 2024 to 2034.

    AI audit toolsPattern detection
Projection cone · present → 2034

What credible sources project

Scrub the slider past now to anchor each scenario on the scrubber. The spread is the range of futures credible sources project for this role.

Employment outlook
Projected change in the number of people doing this work.
BLS National Employment Matrix 2024-34
2034
+33.5%
BLS Employment Projections 2024-34 industry-occupation matrix. The projection estimates employment rising from 245,900 (2024) to 328,400 (2034), an increase of 82,500 positions. The BLS rates this as "much faster than average," compared to a 4% all-occupations average. The methodology models continued adoption of advanced analytics, machine learning, and AI across industries as the primary demand driver, with the fastest growth projected in computing infrastructure providers (+50.6%), software publishers (+48.1%), and outpatient care centres (+46.1%). The projection does not explicitly model the scenario where agentic AI tools substantially automate entry-level data-science tasks, which would compress headcount growth below this figure.
Goldman Sachs — "The Jobs AI Is Likely to Boost and Those It May Disrupt" (2023)
2030
+25%
Goldman Sachs identifies computer and mathematical occupations, including data scientists, as net beneficiaries of AI adoption rather than displacement candidates. Their model estimates that AI boosts productivity substantially in analytical occupations without reducing headcount, because AI expands the scope of tractable problems faster than it reduces the labour input per problem. The +25% estimate represents Goldman's positive-scenario reading applied to the 2024-2030 window. Goldman specifically identifies data scientists as among the occupations most likely to see AI as a productivity multiplier rather than a workforce reducer.
McKinsey Global Institute — "Superagency in the Workplace" (January 2025)
2030
+20%
McKinsey's 2025 AI workforce report identifies data scientists, ML engineers, and AI integration specialists as among the most acutely in-demand talent categories as enterprises close the gap between AI investment and AI deployment. McKinsey finds that 92% of companies plan to increase AI investment over three years but only 1% describe their AI deployments as "mature," implying a sustained demand for data scientists to build and govern those systems. The +20% estimate is a conservative reading of McKinsey's directional guidance: strong positive employment growth, below the BLS ceiling of +33.5%, to account for the scenario where agentic tools absorb some routine tasks currently performed by junior data scientists.
AI task exposure
Share of the role’s tasks that researchers estimate AI can do. This is a measure of task exposure, not a forecast of jobs lost.
Eloundou et al. — "GPTs are GPTs" (2023)
2028
80%
of tasks
GPT-4 task-by-task LLM exposure labelling on O*NET tasks for Computer and Mathematical Occupations. Data scientists score among the highest-exposure occupations in the Eloundou framework because their primary tasks (writing analytical code, interpreting outputs, drafting reports, synthesising literature) are exactly the activities where LLMs perform well. Roughly 80% of data science tasks carry some LLM exposure. The critical distinction from a displacement forecast: high exposure here means high augmentability, not high replaceability. Data scientists are among the primary operators and builders of LLM-based tools, which means their exposure to LLMs manifests as productivity gain rather than job elimination for workers who adapt. The paper's own framing is "exposure" not "displacement."
Today, in this role

What's shifting in the work right now

The historical view above shows how this role has moved. This is the present-day detail: which AI tools are picking up which tasks, where the edge still is, and the natural directions this work can grow.

What's changing in your day

Three parts of your work where AI is already doing real lifting, and what stays yours.

AI is sitting alongside you hereRun natural-language queries against cloud data warehouses using Cortex AISQL or Snowflake Cortex Analyst, then validate AI-generated SQL for correctness, index efficiency, and schema compliance before sharing results.

Run natural-language queries against cloud data warehouses using Cortex AISQL or Snowflake Cortex Analyst, then validate AI-generated SQL for correctness, index efficiency, and schema compliance before sharing results.[8],[9]

Where your edge is

Cortex AISQL (GA November 2025) and similar tools can generate complex SQL from plain English. The human job shifts to specifying the business question precisely and auditing the output — not writing SQL from scratch.

AI is sitting alongside you hereRun exploratory data analysis (EDA) in AI-assisted notebooks: use Hex Magic or Databricks Genie Code to generate multi-cell SQL+Python analysis from natural-language prompts, then interpret the results and direct follow-up hypotheses.

Run exploratory data analysis (EDA) in AI-assisted notebooks: use Hex Magic or Databricks Genie Code to generate multi-cell SQL+Python analysis from natural-language prompts, then interpret the results and direct follow-up hypotheses.[10],[11]

Where your edge is

Shift time from writing boilerplate EDA code to evaluating AI-generated outputs, catching schema errors, and translating patterns into business hypotheses. Notebook fluency with AI co-pilots is now table-stakes.

AI is sitting alongside you hereBuild, tune, and compare predictive and generative models: select architectures, design feature-engineering pipelines, run hyperparameter sweeps, and evaluate against holdout sets using loss functions and business-relevant metrics.

Build, tune, and compare predictive and generative models: select architectures, design feature-engineering pipelines, run hyperparameter sweeps, and evaluate against holdout sets using loss functions and business-relevant metrics.[4],[3]

Where your edge is

Use AutoML to benchmark baselines quickly; reserve human effort for custom architectures, domain-specific feature engineering, and the judgment calls AutoML cannot make (e.g., bias audits, business-constraint integration).

Where this role is heading

Natural next steps for someone with your foundation: not exits, evolutions.

A direction you could grow

Computer and Information Research Scientists

The AI Research Scientist path deepens theoretical foundations (deep learning, reinforcement learning, mathematical optimization) and moves into published-research or R&D environments at labs, academia, or corporate AI divisions. This pivot requires stronger academic credentials (typically a PhD) but offers the highest long-term resilience as AI reshapes applied roles.

What you'd add
· Deep learning theory: transformers, diffusion models, RL from human feedback (RLHF)
What it takesA real upskill, but a natural one
Share this year
Drops anyone you send it to straight into 2026.
Preview card
Part of Tech & Data · see all 28roles →
Different role?

See the same long-arc view for your own profession.

Browse the directory by industry, or search by title or SOC code. New roles ship every few weeks. Every profile cites every claim.

Browse all roles

The data behind this timeline

On record since1962
Latest tracked employment245,900 (US, 2024)
Latest median pay$112,590 (2024)
Outlook+20% by 2030 (McKinsey Global Institute — "Superagency in the Workplace" (January 2025))
View all 7 cited data points
YearUS employmentMedian annual paySource
201450,000n/aESTIMATE
2015n/a$91,000ESTIMATE
2018100,000n/aESTIMATE
2021105,980$100,910BLS-OEWS
2022168,900$103,500BLS-OEWS
2023192,710$108,020BLS-OEWS
2024245,900$112,590BLS-OEWS
Embed this timeline on your site

Free for any site. Paste this where the timeline should appear; it stays interactive, every datapoint stays cited, and it sets no cookies on your page. How embedding works

<iframe src="https://futurehistory.earth/embed/15-2051"
  width="100%" height="430" style="border:0"
  title="Data Scientists, a Future History timeline"
  loading="lazy"></iframe>

See all roles in Tech & Data