API AccessAccess dataset files directly from scripts, code, or AI agents.
Browse dataset files
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
Data Previews
data
Loading data...
Schema
| name | 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 |
budget
Loading data...
Schema
| name | type | description |
|---|---|---|
| Name | string | Department or other unit |
| Year | year | Date in the form of %Y |
| Value | string | in millions of dollars |
Data Files
| File | Description | Size | Last modified | Download |
|---|---|---|---|---|
data | 1.68 kB | about 2 months ago | data | |
budget | 83.5 kB | about 2 months ago | budget |
| Files | Size | Format | Created | Updated | License | Source |
|---|---|---|---|---|---|---|
| 2 | 85.1 kB | csv | about 2 months ago | Open 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.