Baselight

Bigmac Prices

Mcdonalds' Bigmac price for every country in the world from 2000 to 2022

@kaggle.vittoriogiatti_bigmacprice

Loading...
Loading...

About this Dataset

Bigmac Prices

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.

Tables

Bigmacprice

@kaggle.vittoriogiatti_bigmacprice.bigmacprice
  • 20.49 kB
  • 1,946 rows
  • 6 columns
Loading...
CREATE TABLE bigmacprice (
  "date" TIMESTAMP,
  "currency_code" VARCHAR,
  "name" VARCHAR,
  "local_price" DOUBLE,
  "dollar_ex" BIGINT,
  "dollar_price" DOUBLE
);

Share link

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