π π BigMac Index - NASDAQ By Contry π Dataset
Find out what PPP is in your country and compare what the figures used to be)
@kaggle.yanmaksi_big_mac_index_dataset_by_contry
Find out what PPP is in your country and compare what the figures used to be)
@kaggle.yanmaksi_big_mac_index_dataset_by_contry
CREATE TABLE inflation_forecast_all_countries (
"unnamed_0" BIGINT,
"location" VARCHAR,
"time" VARCHAR,
"value" DOUBLE
);
CREATE TABLE bigmac_index_by_contry (
"unnamed_0" BIGINT,
"date" TIMESTAMP,
"local_price" DOUBLE,
"dollar_ex" DOUBLE,
"dollar_price" DOUBLE,
"dollar_ppp" DOUBLE,
"dollar_valuation" DOUBLE,
"dollar_adj_valuation" DOUBLE,
"euro_adj_valuation" DOUBLE,
"sterling_adj_valuation" DOUBLE,
"yen_adj_valuation" DOUBLE,
"yuan_adj_valuation" DOUBLE,
"region" VARCHAR
);
Anyone who has the link will be able to view this.