OECD Government At A Glance
@owid.government_at_a_glance
@owid.government_at_a_glance
This dataset represents a selection of indicators as presented in the 2023 edition of the Government at a Glance publication related to the public finance under the System of National Accounts (SNA). Government at a Glance provides a dashboard of indicators assembled to help decision makers and the public analyse and benchmark governments across OECD members and partner countries. This eighth edition provides internationally comparative data on a range of public governance, tools and practices to help identify both strengths and weaknesses in democratic governance. The Structure and indicators section of the Government at a Glance publication, describes its framework and the structure by chapters, as well as the changes compared to the previous 2021 edition. The 2023 edition presents a new structure around these three broad categories:
Further information on Government at a Glance 2023 edition via a dedicated web platform, which includes a Government at a Glance Data dashboard (for a selection of indicators in an interactive format) as well as Country fact sheets (key data by country), can be found at: Government at a Glance website.
CREATE TABLE owid_government_at_a_glance_1 (
"country" VARCHAR,
"year" INTEGER,
"unit" VARCHAR,
"economic_transaction" VARCHAR,
"function" VARCHAR,
"function_subcategory" VARCHAR,
"expenditures_on_government_outsourcing_by_economic_transaction" FLOAT,
"government_expenditure" FLOAT,
"government_expenditure_by_economic_transaction" FLOAT,
"government_expenditure_by_function" FLOAT,
"government_expenditure_per_capita" FLOAT,
"government_fiscal_balance" FLOAT,
"government_gross_debt" FLOAT,
"government_gross_debt_per_capita" FLOAT,
"government_gross_debt_maastricht_definition" FLOAT -- Government Gross Debt, Maastricht Definition,
"government_investment" FLOAT,
"government_net_interest_spending" FLOAT,
"government_primary_balance" FLOAT,
"government_procurement_spending" FLOAT,
"government_revenues" FLOAT,
"government_revenues_by_economic_transaction" FLOAT,
"government_revenues_per_capita" FLOAT,
"government_structural_balance" FLOAT,
"government_structural_primary_balance" FLOAT,
"production_costs_by_economic_transaction" FLOAT,
"tax_revenues_by_economic_transaction" FLOAT
);CREATE TABLE owid_government_at_a_glance_2 (
"country" VARCHAR,
"year" INTEGER,
"unit" VARCHAR,
"economic_transaction" VARCHAR,
"function" VARCHAR,
"function_subcategory" VARCHAR,
"expenditures_on_government_outsourcing_by_economic_transaction" FLOAT,
"government_expenditure" FLOAT,
"government_expenditure_by_economic_transaction" FLOAT,
"government_expenditure_by_function" FLOAT,
"government_expenditure_per_capita" FLOAT,
"government_fiscal_balance" FLOAT,
"government_gross_debt" FLOAT,
"government_gross_debt_per_capita" FLOAT,
"government_gross_debt_maastricht_definition" FLOAT -- Government Gross Debt, Maastricht Definition,
"government_investment" FLOAT,
"government_net_interest_spending" FLOAT,
"government_primary_balance" FLOAT,
"government_procurement_spending" FLOAT,
"government_revenues" FLOAT,
"government_revenues_by_economic_transaction" FLOAT,
"government_revenues_per_capita" FLOAT,
"government_structural_balance" FLOAT,
"government_structural_primary_balance" FLOAT,
"production_costs_by_economic_transaction" FLOAT,
"tax_revenues_by_economic_transaction" FLOAT
);Anyone who has the link will be able to view this.