Baselight

Renewable Energy Share

World wide Renewable Energy data from 1965 to 2022

@kaggle.amirhoseinmousavian_renewable_energy_share

Modern Renewable Energy Consumption
@kaggle.amirhoseinmousavian_renewable_energy_share.modern_renewable_energy_consumption

  • 117.31 KB
  • 5695 rows
  • 7 columns
entity

Entity

code

Code

year

Year

other_renewables_including_geothermal_and_biomass_elec_b27a2f52

Other Renewables (including Geothermal And Biomass) Electricity Generation - TWh

solar_generation_twh

Solar Generation - TWh

wind_generation_twh

Wind Generation - TWh

hydro_generation_twh

Hydro Generation - TWh

Africanan19710.16426.01339
Africanan19720.16529.633196
Africanan19730.1731.345707
Africanan19740.17535.667076
Africanan19750.17237.717968
Africanan19760.18541.797634
Africanan19770.18945.92877
Africanan19780.19546.306942
Africanan19790.20149.56523
Africanan19800.20748.311787

CREATE TABLE modern_renewable_energy_consumption (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "other_renewables_including_geothermal_and_biomass_elec_b27a2f52" DOUBLE,
  "solar_generation_twh" DOUBLE,
  "wind_generation_twh" DOUBLE,
  "hydro_generation_twh" DOUBLE
);

Share link

Anyone who has the link will be able to view this.