What you should know about this indicator
- Recent estimates (from 1991) are ILO-modeled estimates published by the World Bank, measuring agricultural employment as a share of total employment.
- Earlier estimates for ten of today's rich countries are derived from historical reconstructions of the number of people working in each sector. For five European countries, benchmark estimates from Broadberry and Gardner (2013) reach back as far as 1300; these measure the share of the total labor force, which also includes unemployed people.
More Data on Employment in Agriculture
Sources and processing
This data is based on the following sources
How we process data at Our World in Data
All data and visualizations on Our World in Data rely on data sourced from one or several original data providers. Preparing this original data involves several processing steps. Depending on the data, this can include standardizing country names and world region definitions, converting units, calculating derived indicators such as per capita measures, as well as adding or adapting metadata such as the name or the description given to an indicator.
At the link below you can find a detailed description of the structure of our data pipeline, including links to all the code used to prepare data across Our World in Data.
Notes on our processing step for this indicator
This indicator combines two sources: recent estimates from the World Bank's World Development Indicators, and a compilation of historical sources built by Our World in Data, based on the dataset published by Herrendorf, Rogerson and Valentinyi (2014) and updated with the GGDC 10-Sector Database (January 2015 release) and the Swedish Historical National Accounts. For each country, World Bank data is used from its first available year onwards; historical sources only inform earlier years.
Employment shares before the first World Bank year are calculated from the compilation's employment numbers, as agricultural employment divided by total employment across the three sectors. Benchmark estimates of the share of the labor force in agriculture from Broadberry and Gardner (2013) are used for years and countries the compilation does not cover.
Reuse this work
Citations
How to cite this page
To cite this page overall, including any descriptions, FAQs or explanations of the data authored by Our World in Data, please use the following citation:
“Data Page: Share of employment in agriculture”, part of the following publication: Max Roser (2023) - “Employment in Agriculture”. Data adapted from ILO Modelled Estimates, via World Bank, Herrendorf, Rogerson and Valentinyi, Timmer et al., Schön and Krantz, Broadberry and Gardner. Retrieved from https://data-structural-transformati.owid.pages.dev:8789/20260518-083815/grapher/share-of-the-labor-force-employed-in-agriculture.html [online resource] (archived on May 18, 2026).How to cite this data
In-line citationIf you have limited space (e.g. in data visualizations), you can use this abbreviated in-line citation:
ILO Modelled Estimates, via World Bank (2026) and other sources – with major processing by Our World in DataFull citation
ILO Modelled Estimates, via World Bank (2026); Herrendorf, Rogerson and Valentinyi (2014); Timmer et al. – GGDC 10-Sector Database 2014; Schön and Krantz (2025); Broadberry and Gardner (2013) – with major processing by Our World in Data. “Share of employment in agriculture – ILO” [dataset]. ILO Modelled Estimates, via World Bank, “World Development Indicators 125”; Herrendorf, Rogerson and Valentinyi, “Growth and Structural Transformation”; Timmer et al., “GGDC 10-Sector Database 2014 release, updated January 2015”; Schön and Krantz, “Swedish Historical National Accounts 2025 update”; Broadberry and Gardner, “Africa's Growth Prospects in a European Mirror” [original data]. Retrieved July 3, 2026 from https://data-structural-transformati.owid.pages.dev:8789/20260518-083815/grapher/share-of-the-labor-force-employed-in-agriculture.html (archived on May 18, 2026).Download
Quick download
Download the data shown in this chart as a ZIP file containing a CSV file, metadata in JSON format, and a README. The CSV file can be opened in Excel, Google Sheets, and other data analysis tools.
Data API
Use these URLs to programmatically access this chart's data and configure your requests with the options below. Our documentation provides more information on how to use the API, and you can find a few code examples below.
Data URL (CSV format)
https://data-structural-transformati.owid.pages.dev/grapher/share-of-the-labor-force-employed-in-agriculture.csv?v=1&csvType=full&useColumnShortNames=falseMetadata URL (JSON format)
https://data-structural-transformati.owid.pages.dev/grapher/share-of-the-labor-force-employed-in-agriculture.metadata.json?v=1&csvType=full&useColumnShortNames=falseExcel / Google Sheets
=IMPORTDATA("https://data-structural-transformati.owid.pages.dev/grapher/share-of-the-labor-force-employed-in-agriculture.csv?v=1&csvType=full&useColumnShortNames=false")Python with Pandas
import pandas as pd
import requests
# Fetch the data.
df = pd.read_csv("https://data-structural-transformati.owid.pages.dev/grapher/share-of-the-labor-force-employed-in-agriculture.csv?v=1&csvType=full&useColumnShortNames=false", storage_options = {'User-Agent': 'Our World In Data data fetch/1.0'})
# Fetch the metadata
metadata = requests.get("https://data-structural-transformati.owid.pages.dev/grapher/share-of-the-labor-force-employed-in-agriculture.metadata.json?v=1&csvType=full&useColumnShortNames=false").json()R
library(jsonlite)
# Fetch the data
df <- read.csv("https://data-structural-transformati.owid.pages.dev/grapher/share-of-the-labor-force-employed-in-agriculture.csv?v=1&csvType=full&useColumnShortNames=false")
# Fetch the metadata
metadata <- fromJSON("https://data-structural-transformati.owid.pages.dev/grapher/share-of-the-labor-force-employed-in-agriculture.metadata.json?v=1&csvType=full&useColumnShortNames=false")Stata
import delimited "https://data-structural-transformati.owid.pages.dev/grapher/share-of-the-labor-force-employed-in-agriculture.csv?v=1&csvType=full&useColumnShortNames=false", encoding("utf-8") clear