Baselight

Global Energy Statistics (1980-2021)

Energy Trends and Insights from Around the Globe

@kaggle.akhiljethwa_world_energy_statistics

Loading...
Loading...

About this Dataset

Global Energy Statistics (1980-2021)

Below files contain the Yearly data from 1980 to 2021

  • Production_Total : Total Energy Production
  • Production_Coal : energy production from coal
  • Production_NaturalGas : energy production from NaturalGas
  • Production_Nuclear+renewables : energy production from Nuclear+renewables
  • Production_Pertroleum : energy production from Pertroleum
  • Consumption_Total : Total Consumption Production
  • Consumption_Coal : energy Consumption from coal
  • Consumption_NaturalGas : energy Consumption from NaturalGas
  • Consumption_Nuclear+renewables : energy Consumption from Nuclear+renewables
  • Consumption_Pertroleum : energy Consumption from Pertroleum

Data was collected from the website: U.S. Energy Information Administration

Cover Image from: https://www.enelgreenpower.com/learning-hub/energy-transition/renewable-energy-sources

Tables

World Energy Overview

@kaggle.akhiljethwa_world_energy_statistics.world_energy_overview
  • 82.05 KB
  • 599 rows
  • 13 columns
Loading...

CREATE TABLE world_energy_overview (
  "date" TIMESTAMP,
  "total_fossil_fuels_production" DOUBLE,
  "nuclear_electric_power_production" DOUBLE,
  "total_renewable_energy_production" DOUBLE,
  "total_primary_energy_production" DOUBLE,
  "primary_energy_imports" DOUBLE,
  "primary_energy_exports" DOUBLE,
  "primary_energy_net_imports" DOUBLE,
  "primary_energy_stock_change_and_other" DOUBLE,
  "total_fossil_fuels_consumption" DOUBLE,
  "nuclear_electric_power_consumption" DOUBLE,
  "total_renewable_energy_consumption" DOUBLE,
  "total_primary_energy_consumption" DOUBLE
);

Share link

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