Expenditure on Research and Development(R&D)

1,687
0
Updated:
Files:1
Size:150 kB
Formats:csv
License:odc-pddl

Expenditure on Research and Development(R&D) by countries with indicators such as source of funds, type of R%&D activity, fields of R&D(medical and health sciences) since 1996. Data comes from UNES...

API Access

Access dataset files directly from scripts, code, or AI agents.

Browse dataset files
Dataset Files

Each file has a stable URL (r-link) that you can use directly in scripts, apps, or AI agents. These URLs are permanent and safe to hardcode.

/core/expenditure-on-research-and-development/
https://datahub.io/core/expenditure-on-research-and-development/_r/-/README.md
https://datahub.io/core/expenditure-on-research-and-development/_r/-/archive/applied_research.csv
https://datahub.io/core/expenditure-on-research-and-development/_r/-/archive/basic_research.csv
https://datahub.io/core/expenditure-on-research-and-development/_r/-/archive/business_enterprise.csv
https://datahub.io/core/expenditure-on-research-and-development/_r/-/archive/experimental_development.csv
https://datahub.io/core/expenditure-on-research-and-development/_r/-/archive/gerd.csv
https://datahub.io/core/expenditure-on-research-and-development/_r/-/archive/government.csv
https://datahub.io/core/expenditure-on-research-and-development/_r/-/archive/higher_education.csv
https://datahub.io/core/expenditure-on-research-and-development/_r/-/archive/medical_and_health.csv
https://datahub.io/core/expenditure-on-research-and-development/_r/-/archive/not_specified_activities.csv
https://datahub.io/core/expenditure-on-research-and-development/_r/-/archive/not_specified_source.csv
https://datahub.io/core/expenditure-on-research-and-development/_r/-/archive/private_non_profit.csv
https://datahub.io/core/expenditure-on-research-and-development/_r/-/archive/rest_of_the_world.csv
https://datahub.io/core/expenditure-on-research-and-development/_r/-/data/expenditure.csv
https://datahub.io/core/expenditure-on-research-and-development/_r/-/datapackage.json
Key Files

Start with these files — they give you everything you need to understand and access the dataset.

datapackage.jsonmetadata & schema
https://datahub.io/core/expenditure-on-research-and-development/_r/-/datapackage.json
README.mddocumentation
https://datahub.io/core/expenditure-on-research-and-development/_r/-/README.md
Typical Usage
  1. 1. Fetch datapackage.json to inspect schema and resources
  2. 2. Download data resources listed in datapackage.json
  3. 3. Read README.md for full context

Data Files

Explore with AI

expenditure

Download

Download CSV

About

Last updated
9 February 2026
Total rows
...
Format
CSV
File size
150 kB

About this dataset

badge

Expenditure on Research and Development(R&D) by countries with indicators such as source of funds, type of R%&D activity, fields of R&D(medical and health sciences) since 1996.

Data

Data comes from UNESCO institute for statistics http://data.uis.unesco.org

It consists of useful information about how much is spent by government/the private sectors, type of activites like Basic research, Applied research, Experimental development for specific countries. Also, we added spendings for Medical and health sciences.

Preparation

The main resource is located in archive/gerd.csv There are several steps have been done to get final data.

  • Extracted separately each resource by source of funds "Business enterprise", "Government" and "Higher Education", "Private non-profit", "Rest of the world", "Not specified source"
  • Extracted separately each resource by type of activities "Basic research", "Applied research", "Experimental development", "Not specified activities"
  • Extracted by field of R&D "Medical and health sciences"
  • Merged them into one resource data/medical.csv using pandas library.

Process is recorded and automated in python script:

# to get final merged data which is `data/expenditure.csv`, run the following script
scripts/process.py

License

Public Domain Dedication and License (PDDL)