Baselight

African Economic

African Development Bank Group.

@kaggle.willianoliveiragibin_african_economic

Observationdata New
@kaggle.willianoliveiragibin_african_economic.observationdata_new

  • 20.45 KB
  • 1729 rows
  • 8 columns
country_and_regions

Country And Regions

country_and_regions_name

Country And Regions Name

country_and_regions_regionid

Country And Regions - RegionId

indicators

Indicators

indicators_name

Indicators Name

scale

Scale

units

Units

n_1980

1980

DZAAlgeriaDZNY.GDP.MKTP.KD.ZGReal GDP growth (annual %)unitspercentage
DZAAlgeriaDZNY.GDP.PCAP.KD.ZGReal per Capita GDP Growth Rate (annual %)unitspercentage
DZAAlgeriaDZNY.GDP.MKTP.KDGross domestic product, (constant prices US$)millionsU.S. dollars3451232973
DZAAlgeriaDZNY.GDP.MKTP.CDGross domestic product, current prices (current US$)millionsU.S. dollars4234582769
DZAAlgeriaDZNE.CON.TETC.CDFinal consumption expenditure (current US$)millionsU.S. dollars2411262687
DZAAlgeriaDZNE.CON.GOVT.CDGeneral government final consumption expenditure (current US$)millionsU.S. dollars5824440709
DZAAlgeriaDZNE.CON.PETC.CDHousehold final consumption expenditure (current US$)millionsU.S. dollars1828818617
DZAAlgeriaDZNE.GDI.TOTL.CDGross capital formation (current US$)millionsU.S. dollars1655057395
DZAAlgeriaDZNE.GDI.PVTE.CDGross capital formation, Private sector (current US$)millionsU.S. dollars
DZAAlgeriaDZNE.GDI.PUB.CDGross capital formation, Public sector (current US$)millionsU.S. dollars

CREATE TABLE observationdata_new (
  "country_and_regions" VARCHAR,
  "country_and_regions_name" VARCHAR,
  "country_and_regions_regionid" VARCHAR,
  "indicators" VARCHAR,
  "indicators_name" VARCHAR,
  "scale" VARCHAR,
  "units" VARCHAR,
  "n_1980" BIGINT
);

Share link

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