Baselight

OECD Revenue Statistics

The database is divided into two main parts:

@kaggle.willianoliveiragibin_oecd_revenue_statistics

Ocde New
@kaggle.willianoliveiragibin_oecd_revenue_statistics.ocde_new

  • 253.54 KB
  • 53912 rows
  • 14 columns
level_of_government

Level Of Government

tax_revenue

Tax Revenue

indicator

Indicator

country

Country

year

Year

unit_code

Unit Code

unit

Unit

powercode_code

PowerCode Code

powercode

PowerCode

reference_period_code

Reference Period Code

reference_period

Reference Period

value

Value

flag_codes

Flag Codes

flags

Flags

Federal or Central government1000 Taxes on income, profits and capital gainsTax revenue in national currencyAustralia1973AUDAustralian Dollar9Billions7.518
Federal or Central government1000 Taxes on income, profits and capital gainsTax revenue in national currencyAustralia1974AUDAustralian Dollar9Billions10.156
Federal or Central government1000 Taxes on income, profits and capital gainsTax revenue in national currencyAustralia1975AUDAustralian Dollar9Billions11.831
Federal or Central government1000 Taxes on income, profits and capital gainsTax revenue in national currencyAustralia1976AUDAustralian Dollar9Billions13.968
Federal or Central government1000 Taxes on income, profits and capital gainsTax revenue in national currencyAustralia1977AUDAustralian Dollar9Billions15.336
Federal or Central government1000 Taxes on income, profits and capital gainsTax revenue in national currencyAustralia1978AUDAustralian Dollar9Billions15.948
Federal or Central government1000 Taxes on income, profits and capital gainsTax revenue in national currencyAustralia1979AUDAustralian Dollar9Billions18.572
Federal or Central government1000 Taxes on income, profits and capital gainsTax revenue in national currencyAustralia1980AUDAustralian Dollar9Billions22.383
Federal or Central government1000 Taxes on income, profits and capital gainsTax revenue in national currencyAustralia1981AUDAustralian Dollar9Billions26.457
Federal or Central government1000 Taxes on income, profits and capital gainsTax revenue in national currencyAustralia1982AUDAustralian Dollar9Billions28.075

CREATE TABLE ocde_new (
  "level_of_government" VARCHAR,
  "tax_revenue" VARCHAR,
  "indicator" VARCHAR,
  "country" VARCHAR,
  "year" BIGINT,
  "unit_code" VARCHAR,
  "unit" VARCHAR,
  "powercode_code" BIGINT,
  "powercode" VARCHAR,
  "reference_period_code" VARCHAR,
  "reference_period" VARCHAR,
  "value" DOUBLE,
  "flag_codes" VARCHAR,
  "flags" VARCHAR
);

Share link

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