Updated

UPDATE_SCRIPT_MAINTENANCE_REPORT

2.1K

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 kB3 months ago
data
budget
83.5 kB3 months ago
budget
FilesSizeFormatCreatedUpdatedLicenseSource
285.1 kBcsvabout 2 months agoOpen Data Commons Public Domain Dedication and Licence (PDDL)Office of Management and Budget, President’s Budget from white house official website

Update Script Maintenance Report

Date: 2026-03-04

  • Root cause: brittle DOM selector for ZIP discovery broke as White House page markup changed.
  • Fixes made: replaced fixed CSS selector with resilient link scanning for historical budget ZIP, added timeout/status checks, and modernized workflow permissions/triggers.
  • Validation: verified script path no longer assumes a single hardcoded page node and fails with a clear error when ZIP link is absent.
  • Known blockers: upstream page/link naming changes may still require periodic selector tuning.