The Economist's Global Normalcy Index
50 countries across eight variables and a population-weighted "world" aggregate
@kaggle.joebeachcapital_the_economists_global_normalcy_index
50 countries across eight variables and a population-weighted "world" aggregate
@kaggle.joebeachcapital_the_economists_global_normalcy_index
CREATE TABLE normalcy_index (
"iso3c" VARCHAR,
"date" TIMESTAMP,
"cinema" DOUBLE,
"flights" DOUBLE,
"office_occupancy" DOUBLE,
"public_transport" DOUBLE,
"retail_footfall" DOUBLE,
"time_outside" DOUBLE,
"sports_attendance" DOUBLE,
"traffic" DOUBLE,
"overall" DOUBLE
);
Anyone who has the link will be able to view this.