ASEAN FDI Inflow From 2012 To 2020
Dataset of inward Foreign Direct Investment(FDI) to ASEAN member countries
@kaggle.thomassshaw_asean_fdi_inflow_from_2012_to_2020
Dataset of inward Foreign Direct Investment(FDI) to ASEAN member countries
@kaggle.thomassshaw_asean_fdi_inflow_from_2012_to_2020
CREATE TABLE asean_fdi_inflow_12_20_by_country (
"host_country" VARCHAR,
"year" BIGINT,
"fdi_milion_usd" DOUBLE
);
CREATE TABLE asean_fdi_inflow_12_20_by_sector (
"sector" VARCHAR,
"year" BIGINT,
"fdi_milion_usd" DOUBLE
);
Anyone who has the link will be able to view this.