Baselight

US Federal Government Budget 1976-2022

Budget data from departments and agencies of the U.S. federal government

@kaggle.mfaaris_usa_budget_authority_by_agency_19762022

Loading...
Loading...

About this Dataset

US Federal Government Budget 1976-2022

Data Overview

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

Note:
Data starting 2017, the value is estimated value

Acknowledge

I would like to clarify that I'm just making the dataset widely open to Kaggle community without any intention to upset certain group or organization.
This dataset is available here

License

Public Domain Dedication and License (PDDL)

Ideas for using this dataset

  • Time series analysis to estimate the total budget received in the future
  • Making various visualization for the data

Tables

Budget

@kaggle.mfaaris_usa_budget_authority_by_agency_19762022.budget
  • 36.12 KB
  • 47 rows
  • 33 columns
Loading...

CREATE TABLE budget (
  "year" BIGINT,
  "corps_of_engineers" BIGINT,
  "department_of_agriculture" BIGINT,
  "department_of_commerce" BIGINT,
  "department_of_defense" BIGINT,
  "department_of_education" BIGINT,
  "department_of_energy" BIGINT,
  "department_of_health_and_human_services" BIGINT,
  "department_of_homeland_security" BIGINT,
  "department_of_housing_and_urban_development" BIGINT,
  "department_of_justice" BIGINT,
  "department_of_labor" BIGINT,
  "department_of_state" BIGINT,
  "department_of_the_interior" BIGINT,
  "department_of_the_treasury" BIGINT,
  "department_of_transportation" BIGINT,
  "department_of_veterans_affairs" BIGINT,
  "environmental_protection_agency" BIGINT,
  "executive_office_of_the_president" BIGINT,
  "general_services_administration" BIGINT,
  "international_assistance_programs" BIGINT,
  "judicial_branch" BIGINT,
  "legislative_branch" BIGINT,
  "national_aeronautics_and_space_administration" BIGINT,
  "national_science_foundation" BIGINT,
  "office_of_personnel_management" BIGINT,
  "other_defense_civil_programs" BIGINT,
  "other_independent_agencies_off_budget" DOUBLE,
  "other_independent_agencies_on_budget" BIGINT,
  "small_business_administration" BIGINT,
  "social_security_administration_off_budget" BIGINT,
  "social_security_administration_on_budget" BIGINT,
  "undistributed_offsetting_receipts" BIGINT
);

Share link

Anyone who has the link will be able to view this.