Global Energy Statistics (1980-2021)
Energy Trends and Insights from Around the Globe
@kaggle.akhiljethwa_world_energy_statistics
Energy Trends and Insights from Around the Globe
@kaggle.akhiljethwa_world_energy_statistics
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
);
Anyone who has the link will be able to view this.