Renewable Energy Share
World wide Renewable Energy data from 1965 to 2022
@kaggle.amirhoseinmousavian_renewable_energy_share
World wide Renewable Energy data from 1965 to 2022
@kaggle.amirhoseinmousavian_renewable_energy_share
CREATE TABLE modern_renewable_prod (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"electricity_from_wind_twh" DOUBLE,
"electricity_from_hydro_twh" DOUBLE,
"electricity_from_solar_twh" DOUBLE,
"other_renewables_including_bioenergy_twh" DOUBLE
);
Anyone who has the link will be able to view this.