Member States Of The European Union
What divides and unites the 28 countries in the European Union?
@kaggle.eurostat_european_union
What divides and unites the 28 countries in the European Union?
@kaggle.eurostat_european_union
CREATE TABLE states (
"country" VARCHAR,
"european_union" VARCHAR,
"accession_year" DOUBLE,
"council_votes" DOUBLE,
"european_parliament_seats" DOUBLE,
"european_free_trade_agreement" VARCHAR,
"european_single_market" VARCHAR,
"european_monetary_union" VARCHAR,
"currency" VARCHAR,
"currency_code" VARCHAR,
"language" VARCHAR,
"population" BIGINT,
"area_km" BIGINT,
"population_density" BIGINT,
"gdp_millions" DOUBLE,
"gdp_millions_03af25" DOUBLE,
"gdp_per_capita_millions" DOUBLE
);
Anyone who has the link will be able to view this.