Baselight

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

Loading...
Loading...

About this Dataset

ASEAN FDI Inflow From 2012 To 2020

Context

Dataset of inward Foreign Direct Investment (FDI) of ASEAN members from 2012 to 2020. FDI flows record the value of cross-border transactions related to direct investment which consists of equity transactions, reinvestment of earnings, and intercompany debt transactions. ASEAN members are:
1. Brunei Darussalam
2. Cambodia
3. Indonesia
4. Laos
5. Malaysia
6. Myanmar
7. Philippines
8. Singapore
9. Thailand
10. Vietnam

Content

The dataset is divided into two tables, by country and by sector. Each table contains the year and FDI value in million USD.

Source

The data in this dataset are collected from ASEANStats Data Portal (https://data.aseanstats.org/). The data have been cleaned and transposed from wide to long to make analysis easier.

Tables

Asean Fdi Inflow 12–20 By Country

@kaggle.thomassshaw_asean_fdi_inflow_from_2012_to_2020.asean_fdi_inflow_12_20_by_country
  • 3.57 KB
  • 90 rows
  • 3 columns
Loading...

CREATE TABLE asean_fdi_inflow_12_20_by_country (
  "host_country" VARCHAR,
  "year" BIGINT,
  "fdi_milion_usd" DOUBLE
);

Asean Fdi Inflow 12–20 By Sector

@kaggle.thomassshaw_asean_fdi_inflow_from_2012_to_2020.asean_fdi_inflow_12_20_by_sector
  • 4.69 KB
  • 180 rows
  • 3 columns
Loading...

CREATE TABLE asean_fdi_inflow_12_20_by_sector (
  "sector" VARCHAR,
  "year" BIGINT,
  "fdi_milion_usd" DOUBLE
);

Share link

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