Countries Financial Summary
Check out the financial summaries of few countries in the world
@kaggle.dhronacharya_all_countries_financial_summary
Check out the financial summaries of few countries in the world
@kaggle.dhronacharya_all_countries_financial_summary
CREATE TABLE country_summary (
"country_code" VARCHAR,
"short_name" VARCHAR,
"table_name" VARCHAR,
"long_name" VARCHAR,
"two_alpha_code" VARCHAR,
"currency_unit" VARCHAR,
"special_notes" VARCHAR,
"region" VARCHAR,
"income_group" VARCHAR,
"wb_2_code" VARCHAR,
"national_accounts_base_year" VARCHAR,
"national_accounts_reference_year" VARCHAR,
"sna_price_valuation" VARCHAR,
"lending_category" VARCHAR,
"other_groups" VARCHAR,
"system_of_national_accounts" VARCHAR,
"alternative_conversion_factor" VARCHAR,
"ppp_survey_year" VARCHAR,
"balance_of_payments_manual_in_use" VARCHAR,
"external_debt_reporting_status" VARCHAR,
"system_of_trade" VARCHAR,
"government_accounting_concept" VARCHAR,
"imf_data_dissemination_standard" VARCHAR,
"latest_population_census" VARCHAR,
"latest_household_survey" VARCHAR,
"source_of_most_recent_income_and_expenditure_data" VARCHAR,
"vital_registration_complete" VARCHAR,
"latest_agricultural_census" VARCHAR,
"latest_industrial_data" DOUBLE,
"latest_trade_data" DOUBLE,
"latest_water_withdrawal_data" DOUBLE
);
Anyone who has the link will be able to view this.