Baselight

Renewable Energy Share

World wide Renewable Energy data from 1965 to 2022

@kaggle.amirhoseinmousavian_renewable_energy_share

Loading...
Loading...

About this Dataset

Renewable Energy Share

Since the Industrial Revolution, the energy mix of most countries across the world has become dominated by fossil fuels. This has major implications for the global climate, as well as for human health. Three-quarters of global greenhouse gas emissions result from the burning of fossil fuels for energy. And fossil fuels are responsible for large amounts of local air pollution – a health problem that leads to at least 5 million premature deaths each year.

To reduce CO2 emissions and local air pollution, the world needs to rapidly shift towards low-carbon sources of energy – nuclear and renewable technologies.

This dataset is published by Our World in Data
Hannah Ritchie, Max Roser and Pablo Rosado (2020) - “Renewable Energy” Published online at OurWorldInData.org. Retrieved from this [link] (https://ourworldindata.org/renewable-energy)

Tables

Biofuel Production

@kaggle.amirhoseinmousavian_renewable_energy_share.biofuel_production
  • 13.31 KB
  • 1134 rows
  • 4 columns
Loading...

CREATE TABLE biofuel_production (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "biofuels_production_twh" DOUBLE
);

Cumulative Installed Wind Energy Capacity Gigawatts

@kaggle.amirhoseinmousavian_renewable_energy_share.cumulative_installed_wind_energy_capacity_gigawatts
  • 22.32 KB
  • 3059 rows
  • 4 columns
Loading...

CREATE TABLE cumulative_installed_wind_energy_capacity_gigawatts (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "wind_energy_capacity" DOUBLE
);

Hydro Share Energy

@kaggle.amirhoseinmousavian_renewable_energy_share.hydro_share_energy
  • 49.54 KB
  • 4787 rows
  • 4 columns
Loading...

CREATE TABLE hydro_share_energy (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "hydro_equivalent_primary_energy" DOUBLE
);

Hydropower Consumption

@kaggle.amirhoseinmousavian_renewable_energy_share.hydropower_consumption
  • 50.22 KB
  • 8884 rows
  • 4 columns
Loading...

CREATE TABLE hydropower_consumption (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "electricity_from_hydro_twh" DOUBLE
);

Installed Geothermal Capacity

@kaggle.amirhoseinmousavian_renewable_energy_share.installed_geothermal_capacity
  • 8.5 KB
  • 1044 rows
  • 4 columns
Loading...

CREATE TABLE installed_geothermal_capacity (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "geothermal_energy_capacity" DOUBLE
);

Installed Solar Pv Capacity

@kaggle.amirhoseinmousavian_renewable_energy_share.installed_solar_pv_capacity
  • 35.43 KB
  • 4284 rows
  • 4 columns
Loading...

CREATE TABLE installed_solar_pv_capacity (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "solar_energy_capacity" DOUBLE
);

Modern Renewable Energy Consumption

@kaggle.amirhoseinmousavian_renewable_energy_share.modern_renewable_energy_consumption
  • 117.31 KB
  • 5695 rows
  • 7 columns
Loading...

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
);

Modern Renewable Prod

@kaggle.amirhoseinmousavian_renewable_energy_share.modern_renewable_prod
  • 104.01 KB
  • 8957 rows
  • 7 columns
Loading...

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
);

Renewable Share Energy

@kaggle.amirhoseinmousavian_renewable_energy_share.renewable_share_energy
  • 50.01 KB
  • 4787 rows
  • 4 columns
Loading...

CREATE TABLE renewable_share_energy (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "renewables_equivalent_primary_energy" DOUBLE
);

Share Electricity Hydro

@kaggle.amirhoseinmousavian_renewable_energy_share.share_electricity_hydro
  • 58.9 KB
  • 7010 rows
  • 4 columns
Loading...

CREATE TABLE share_electricity_hydro (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "hydro_electricity" DOUBLE
);

Share Electricity Renewables

@kaggle.amirhoseinmousavian_renewable_energy_share.share_electricity_renewables
  • 59.82 KB
  • 6832 rows
  • 4 columns
Loading...

CREATE TABLE share_electricity_renewables (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "renewables_electricity" DOUBLE
);

Share Electricity Solar

@kaggle.amirhoseinmousavian_renewable_energy_share.share_electricity_solar
  • 34.36 KB
  • 6849 rows
  • 4 columns
Loading...

CREATE TABLE share_electricity_solar (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "solar_electricity" DOUBLE
);

Share Electricity Wind

@kaggle.amirhoseinmousavian_renewable_energy_share.share_electricity_wind
  • 35.97 KB
  • 6886 rows
  • 4 columns
Loading...

CREATE TABLE share_electricity_wind (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "wind_electricity" DOUBLE
);

Solar Energy Consumption

@kaggle.amirhoseinmousavian_renewable_energy_share.solar_energy_consumption
  • 20.12 KB
  • 7956 rows
  • 4 columns
Loading...

CREATE TABLE solar_energy_consumption (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "electricity_from_solar_twh" DOUBLE
);

Solar Share Energy

@kaggle.amirhoseinmousavian_renewable_energy_share.solar_share_energy
  • 25.76 KB
  • 4035 rows
  • 4 columns
Loading...

CREATE TABLE solar_share_energy (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "solar_equivalent_primary_energy" DOUBLE
);

Wind Generation

@kaggle.amirhoseinmousavian_renewable_energy_share.wind_generation
  • 22.78 KB
  • 7996 rows
  • 4 columns
Loading...

CREATE TABLE wind_generation (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "electricity_from_wind_twh" DOUBLE
);

Wind Share Energy

@kaggle.amirhoseinmousavian_renewable_energy_share.wind_share_energy
  • 28.85 KB
  • 4101 rows
  • 4 columns
Loading...

CREATE TABLE wind_share_energy (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "wind_equivalent_primary_energy" DOUBLE
);

Share link

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