Sustainable Energy For All
Energy access data
@worldbank.sustainable_energy_for_all
Energy access data
@worldbank.sustainable_energy_for_all
The “Sustainable Energy for all (SE4ALL)” initiative, launched in 2010 by the UN Secretary General, established three global objectives to be accomplished by 2030: to ensure universal access to modern energy services, to double the global rate of improvement in global energy efficiency, and to double the share of renewable energy in the global energy mix. SE4ALL database supports this initiative and provides country level historical data for access to electricity and non-solid fuel; share of renewable energy in total final energy consumption by technology; and energy intensity rate of improvement.
CREATE TABLE n_1_1_access_electricity_tot (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE n_1_1_total_final_energy_consum (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE n_1_2_access_electricity_rural (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE n_1_3_access_electricity_urban (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE n_2_1_share_total_re_in_tfec (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE n_3_1_re_consumption (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE n_4_1_1_total_electricity_output (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE n_4_1_2_ren_electricity_output (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE n_4_1_share_re_in_electricity (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE n_6_1_primary_energy_intensity (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);Anyone who has the link will be able to view this.