Bigmac Prices
Mcdonalds' Bigmac price for every country in the world from 2000 to 2022
@kaggle.vittoriogiatti_bigmacprice
Mcdonalds' Bigmac price for every country in the world from 2000 to 2022
@kaggle.vittoriogiatti_bigmacprice
Mcdonalds' BigMac prices in many countries. It might be interesting to look at the price evolution over time, possibly investigating up and down and having a look at other economic indicators.
CREATE TABLE bigmacprice (
"date" TIMESTAMP,
"currency_code" VARCHAR,
"name" VARCHAR,
"local_price" DOUBLE,
"dollar_ex" BIGINT,
"dollar_price" DOUBLE
);Anyone who has the link will be able to view this.