Contribution Of Various Sectors To Pakistan's GDP
Dataset includes 19 sectors that play an important role in the Pakistani economy
@kaggle.hanzlanawaz_contribution_of_various_sectors_to_pakistans_gdp
Dataset includes 19 sectors that play an important role in the Pakistani economy
@kaggle.hanzlanawaz_contribution_of_various_sectors_to_pakistans_gdp
CREATE TABLE pakistan_economy_and_gdp_sectors (
"year" BIGINT,
"small_scale_manufacturing" DOUBLE,
"large_scale_manufacturing" DOUBLE,
"slaughtering_manufacturing" DOUBLE,
"fishing" DOUBLE,
"livestock" DOUBLE,
"crops" DOUBLE,
"forestry" DOUBLE,
"total_agriculture" DOUBLE,
"cotton_ginning" DOUBLE,
"important_crops" DOUBLE,
"other_crops" DOUBLE,
"finance_insurance" DOUBLE,
"general_government_services" DOUBLE,
"housing_services" DOUBLE,
"other_private_services" DOUBLE,
"transport" DOUBLE,
"n__storage_communication" DOUBLE,
"wholesale_retail_trade" DOUBLE,
"services_total" DOUBLE,
"income_per_capita" DOUBLE,
"gdp_current_prices" BIGINT,
"gdp_constant_prices" BIGINT,
"income_per_capita_1" VARCHAR,
"gross_public_dept" VARCHAR,
"domastic_debt" VARCHAR,
"na" VARCHAR,
"gross_public_debt" VARCHAR
);
Anyone who has the link will be able to view this.