Updated

United States of America education budget analysis

2K
1.2K

United States of America Education budget to GDP analysis Data comes from Office of Management and Budget, President’s Budget from white house official website on https://www.whitehouse.gov/sites/...

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/usa-education-budget-analysis/
https://datahub.io/core/usa-education-budget-analysis/_r/-/README.md
https://datahub.io/core/usa-education-budget-analysis/_r/-/UPDATE_SCRIPT_MAINTENANCE_REPORT.md
https://datahub.io/core/usa-education-budget-analysis/_r/-/archive/budget.csv
https://datahub.io/core/usa-education-budget-analysis/_r/-/archive/budget.xlsx
https://datahub.io/core/usa-education-budget-analysis/_r/-/archive/discretionary-budget.xlsx
https://datahub.io/core/usa-education-budget-analysis/_r/-/archive/gdp.csv
https://datahub.io/core/usa-education-budget-analysis/_r/-/data/budget-education.csv
https://datahub.io/core/usa-education-budget-analysis/_r/-/data/budget.csv
https://datahub.io/core/usa-education-budget-analysis/_r/-/data/data.csv
https://datahub.io/core/usa-education-budget-analysis/_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/usa-education-budget-analysis/_r/-/datapackage.json
README.mddocumentation
https://datahub.io/core/usa-education-budget-analysis/_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 Views

Data Previews

data

Loading data...

Schema

nametypedescription
YEARyearDate in the form of %Y
BUDGET_ON_EDUCATIONnumberin millions of dollars
GDPnumberin millions of dollars
RATIOnumbereducation expenditure / GDP in percentage

budget

Loading data...

Schema

nametypedescription
NamestringDepartment or other unit
YearyearDate in the form of %Y
Valuestringin millions of dollars

Data Files

FileDescriptionSizeLast modifiedDownload
data
1.68 kBabout 1 month ago
data
budget
83.5 kBabout 1 month ago
budget
FilesSizeFormatCreatedUpdatedLicenseSource
285.1 kBcsv10 days agoOpen Data Commons Public Domain Dedication and Licence (PDDL)Office of Management and Budget, President’s Budget from white house official website

badge

United States of America Education budget to GDP analysis

Data

Data comes from Office of Management and Budget, President’s Budget from white house official website on https://www.whitehouse.gov/sites/whitehouse.gov/files/omb/budget/fy2018/hist05z2.xls

It consists of useful information about BUDGET AUTHORITY BY AGENCY in the range 1976–2022.

Gross Domestic Value(GDP) comes from DataHub http://datahub.io/core/gdp/r/gdp.csv since it is regularly updated and includes all country codes.

Note that data in data/budget.csv starting 2017, the value is estimate value

Preparation

There are several steps have been done to get final data.

  • We extracted budget and gdp data separately
  • We merged and added new column RATIO which is calculated by education expenditure / GDP

Process is recorded and automated in python script:

# to get final data.csv
scripts/process.py

License

Public Domain Dedication and License (PDDL)