API Access
Access dataset files directly from scripts, code, or AI agents.
Browse dataset files
API Access
Access dataset files directly from scripts, code, or AI agents.
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.
/luccasmmg/usa-education-budget-analysis/
https://datahub.io/luccasmmg/usa-education-budget-analysis/_r/-/README.md
https://datahub.io/luccasmmg/usa-education-budget-analysis/_r/-/UPDATE_SCRIPT_MAINTENANCE_REPORT.md
https://datahub.io/luccasmmg/usa-education-budget-analysis/_r/-/archive/budget.csv
https://datahub.io/luccasmmg/usa-education-budget-analysis/_r/-/archive/budget.xlsx
https://datahub.io/luccasmmg/usa-education-budget-analysis/_r/-/archive/discretionary-budget.xlsx
https://datahub.io/luccasmmg/usa-education-budget-analysis/_r/-/archive/gdp.csv
https://datahub.io/luccasmmg/usa-education-budget-analysis/_r/-/data/budget-education.csv
https://datahub.io/luccasmmg/usa-education-budget-analysis/_r/-/data/budget.csv
https://datahub.io/luccasmmg/usa-education-budget-analysis/_r/-/data/data.csv
https://datahub.io/luccasmmg/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.json— metadata & schema
https://datahub.io/luccasmmg/usa-education-budget-analysis/_r/-/datapackage.json
README.md— documentation
https://datahub.io/luccasmmg/usa-education-budget-analysis/_r/-/README.md
Typical Usage
- 1. Fetch datapackage.json to inspect schema and resources
- 2. Download data resources listed in datapackage.json
- 3. Read README.md for full context
Data Views
USA education budget to GDP ratio
Data Files
Explore with AIdata
| Field | Type | Description |
|---|---|---|
| YEAR | year | Date in the form of %Y |
| BUDGET_ON_EDUCATION | number | in millions of dollars |
| GDP | number | in millions of dollars |
| RATIO | number | education expenditure / GDP in percentage |
Download
Download CSVAbout
- Last updated
- 6 March 2026
- Total rows
- ...
- Format
- CSV
- File size
- 1.68 kB
budget
| Field | Type | Description |
|---|---|---|
| Name | string | Department or other unit |
| Year | year | Date in the form of %Y |
| Value | string | in millions of dollars |
Download
Download CSVAbout
- Last updated
- 6 March 2026
- Total rows
- ...
- Format
- CSV
- File size
- 83.5 kB
About this dataset
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.