Baselight

Global Energy Statistics (1980-2021)

Energy Trends and Insights from Around the Globe

@kaggle.akhiljethwa_world_energy_statistics

World Energy Overview
@kaggle.akhiljethwa_world_energy_statistics.world_energy_overview

  • 82.05 KB
  • 599 rows
  • 13 columns
date

Date

total_fossil_fuels_production

Total Fossil Fuels Production

nuclear_electric_power_production

Nuclear Electric Power Production

total_renewable_energy_production

Total Renewable Energy Production

total_primary_energy_production

Total Primary Energy Production

primary_energy_imports

Primary Energy Imports

primary_energy_exports

Primary Energy Exports

primary_energy_net_imports

Primary Energy Net Imports

primary_energy_stock_change_and_other

Primary Energy Stock Change And Other

total_fossil_fuels_consumption

Total Fossil Fuels Consumption

nuclear_electric_power_consumption

Nuclear Electric Power Consumption

total_renewable_energy_consumption

Total Renewable Energy Consumption

total_primary_energy_consumption

Total Primary Energy Consumption

Wed Jan 31 1973 00:00:00 GMT+0000 (Coordinated Universal Time)4.9326320.0681030.4039815.4047151.173080.1257811.0472990.7718586.7476510.0681030.4039817.223873
Wed Feb 28 1973 00:00:00 GMT+0000 (Coordinated Universal Time)4.7295820.0646340.36095.1551151.1680050.1208831.0471220.3901296.1630950.0646340.36096.592366
Sat Mar 31 1973 00:00:00 GMT+0000 (Coordinated Universal Time)4.9469020.0724940.4001615.4195561.3094730.139951.169523-0.067646.0446470.0724940.4001616.521439
Mon Apr 30 1973 00:00:00 GMT+0000 (Coordinated Universal Time)4.7162710.064070.380475.1608121.0851690.1941850.890984-0.1100675.4931840.064070.380475.941729
Thu May 31 1973 00:00:00 GMT+0000 (Coordinated Universal Time)4.9569950.0621110.3921415.4112461.1628040.1967750.966029-0.3053355.6135510.0621110.3921416.07194
Sat Jun 30 1973 00:00:00 GMT+0000 (Coordinated Universal Time)4.7160960.0739680.3772325.1672961.1296140.1788710.950743-0.3153565.3474790.0739680.3772325.802683
Tue Jul 31 1973 00:00:00 GMT+0000 (Coordinated Universal Time)4.7482760.075890.3673255.1914921.2162460.1641341.052112-0.2916955.5045560.075890.3673255.951909
Fri Aug 31 1973 00:00:00 GMT+0000 (Coordinated Universal Time)5.0419970.0848830.3537575.4806381.2978480.1910491.106799-0.395785.7488790.0848830.3537576.191657
Sun Sep 30 1973 00:00:00 GMT+0000 (Coordinated Universal Time)4.7315040.0857240.3070065.1242341.2261450.1464921.079652-0.4303715.3767820.0857240.3070065.773515
Wed Oct 31 1973 00:00:00 GMT+0000 (Coordinated Universal Time)4.9983210.0819710.3234535.4037451.3157740.2076551.108119-0.3370035.76530.0819710.3234536.174862

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.