Baselight

Renewable Energy

Global renewable energy by country and US states - Changes from 2015 to 2022

@kaggle.joebeachcapital_renewable_energy

Loading...
Loading...

About this Dataset

Renewable Energy

Over 30% of the world’s electricity is now generated from renewable sources – and it’s increasing. (source)

Renewable sources include solar power, wind, hydro-electric, geothermal and – controversially – bioenergy (aka biomass or biofuel – mostly burning of wood pellets).

Why is it controversial? Because of differing definitions of ‘renewable’. In the technical definition, ‘renewable’ is any energy collected from resources that are naturally replenished on a human timescale. In the popular definition ‘renewable’ is equated with ‘sustainable’ and ‘eco-friendly’. Most renewables are sustainable, but some are not. A technically renewable source like biomass (wood pellets), for example, emits air pollution when incinerated and requires large amounts of water and land to produce.

Energy vs Electricity Generation When perusing stats on this topic, note the difference between renewable energy production and renewable electricity production. Energy production & consumption refers to a country’s total economic activity: creation of fuels, powering of industry, transportation and the generation of electricity (a subset of ‘energy’).

Tables

Renewable Electricity By Country 2015 Data

@kaggle.joebeachcapital_renewable_energy.renewable_electricity_by_country_2015_data
  • 10.06 KB
  • 179 rows
  • 5 columns
Loading...

CREATE TABLE renewable_electricity_by_country_2015_data (
  "country" VARCHAR,
  "renewables_as_of_total_electricity_generation" VARCHAR,
  "electricity_generation_all_sources_gwh" BIGINT,
  "source" VARCHAR,
  "url" VARCHAR
);

Renewable Electricity By Country Electricity Prices Wo 2577a520

@kaggle.joebeachcapital_renewable_energy.renewable_electricity_by_country_electricity_prices_wo_2577a520
  • 8.37 KB
  • 147 rows
  • 5 columns
Loading...

CREATE TABLE renewable_electricity_by_country_electricity_prices_wo_2577a520 (
  "country" VARCHAR,
  "household_price_kwh" DOUBLE,
  "business_price_kwh" VARCHAR,
  "average_price_kwh" DOUBLE,
  "source_2022_data" VARCHAR
);

Renewable Electricity By Country Renewable Electricity 7736322b

@kaggle.joebeachcapital_renewable_energy.renewable_electricity_by_country_renewable_electricity_7736322b
  • 17.53 KB
  • 213 rows
  • 10 columns
Loading...

CREATE TABLE renewable_electricity_by_country_renewable_electricity_7736322b (
  "country" VARCHAR,
  "all_renewables_2020_or_latest_year" VARCHAR,
  "excluding_hydropower" VARCHAR,
  "all_renewables_2015" VARCHAR,
  "n__difference_2015_vs_2020" VARCHAR,
  "all_electricity_generation_gwh" DOUBLE,
  "all_renewables_gwh" DOUBLE,
  "non_hydro_renewables_gwh" DOUBLE,
  "notes" VARCHAR,
  "source" VARCHAR
);

Renewable Electricity By Country Us States Renewable E 9bf5c5f9

@kaggle.joebeachcapital_renewable_energy.renewable_electricity_by_country_us_states_renewable_e_9bf5c5f9
  • 12.31 KB
  • 51 rows
  • 13 columns
Loading...

CREATE TABLE renewable_electricity_by_country_us_states_renewable_e_9bf5c5f9 (
  "us_state" VARCHAR,
  "renewables" DOUBLE,
  "exc_hydro" DOUBLE,
  "nuclear" DOUBLE,
  "coal" DOUBLE,
  "natural_gas" DOUBLE,
  "petroleum" DOUBLE,
  "hydro" DOUBLE,
  "geothermal" DOUBLE,
  "solar_pv" DOUBLE,
  "wind" DOUBLE,
  "biomass_and_other" DOUBLE,
  "source" VARCHAR
);

Share link

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