Electricity Production By Source (World)
From BP Statistical Review of World Energy & Ember
@kaggle.prateekmaj21_electricity_production_by_source_world
From BP Statistical Review of World Energy & Ember
@kaggle.prateekmaj21_electricity_production_by_source_world
CREATE TABLE electricity_production_by_source (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"electricity_from_coal_twh" DOUBLE,
"electricity_from_gas_twh" DOUBLE,
"electricity_from_hydro_twh" DOUBLE,
"electricity_from_other_renewables_twh" DOUBLE,
"electricity_from_solar_twh" DOUBLE,
"electricity_from_oil_twh" DOUBLE,
"electricity_from_wind_twh" DOUBLE,
"electricity_from_nuclear_twh" DOUBLE
);
Anyone who has the link will be able to view this.