Baselight

Investment Commitments

Investment Commitments

@kaggle.brandonnova_investment_commitments

Investment Commitments Modeling Data
@kaggle.brandonnova_investment_commitments.investment_commitments_modeling_data

  • 54.37 KB
  • 3705 rows
  • 13 columns
importer

Importer

exporter

Exporter

year

Year

sector

Sector

log_fas

Log Fas

contiguity

Contiguity

member_eu_joint

Member Eu Joint

member_wto_joint

Member Wto Joint

common_language

Common Language

colony

Colony

lndist

Lndist

agree_pta

Agree Pta

stri

Stri

AUSBGR2014ds13.40672431599128219.6004555368606020.054927792
AUSBGR2015ds14.3890758123966419.6004555368606020.054927792
AUSCZE2014ds14.36223583337400519.6474704769793970.054927792
AUSCZE2015ds13.40824658286461419.6474704769793970.054927792
AUSDEU2014ds20.6163604252176119.6750070977535940.054927792
AUSDEU2015ds20.5645532294991719.6750070977535940.054927792
AUSDEU2015media17.60544854747417519.6750070977535940.0701657076666666
AUSDNK2015cs13.695928631836695119.657311208805090.057382543
AUSESP2014ds18.86716054481328819.7425861376853270.054927792
AUSFRA2014ds20.51447738884010319.701766088543370.054927792

CREATE TABLE investment_commitments_modeling_data (
  "importer" VARCHAR,
  "exporter" VARCHAR,
  "year" BIGINT,
  "sector" VARCHAR,
  "log_fas" DOUBLE,
  "contiguity" BIGINT,
  "member_eu_joint" BIGINT,
  "member_wto_joint" BIGINT,
  "common_language" BIGINT,
  "colony" BIGINT,
  "lndist" DOUBLE,
  "agree_pta" BIGINT,
  "stri" DOUBLE
);