Baselight

Dataset For Renewable Energy Systems

Dataset on Renewable Energy Systems: Insights into Sustainable Energy Solutions

@kaggle.girumwondemagegn_dataset_for_renewable_energy_systems

Energy Dataset
@kaggle.girumwondemagegn_dataset_for_renewable_energy_systems.energy_dataset

  • 1.29 MB
  • 15000 rows
  • 13 columns
type_of_renewable_energy

Type Of Renewable Energy

installed_capacity_mw

Installed Capacity MW

energy_production_mwh

Energy Production MWh

energy_consumption_mwh

Energy Consumption MWh

energy_storage_capacity_mwh

Energy Storage Capacity MWh

storage_efficiency_percentage

Storage Efficiency Percentage

grid_integration_level

Grid Integration Level

initial_investment_usd

Initial Investment USD

funding_sources

Funding Sources

financial_incentives_usd

Financial Incentives USD

ghg_emission_reduction_tco2e

GHG Emission Reduction TCO2e

air_pollution_reduction_index

Air Pollution Reduction Index

jobs_created

Jobs Created

493.42320532103853.2206248708.48922953.24877189.887562084473224763.919207772.1866663.81657281.74246121366
4590.4689416190223.0649166104.16425305.17404284.403342954167069721.621685101.13430656.0498278.139041751743
1625.9511425266023.4824424114.63082620.19262260.49824887284636100.0925111812.8991749.6137598.461295633363
1779.9987283487039.5296308337.73161925.25030786.897860683396768982.224805902.37143233.237828.4024412062821
3242.1068369482815.0856360437.77053948.94538370.94935132235744128.28116686014.4814858.6627628.822867452583
1596.1746308292384.463415449.62259767.23439650.901906423449150517.7211315378.716089.626089.038486886309
5912.4606257166865.9068268570.02819177.04249354.34546335148595384018453916.119140.34024620.112186963483
1782.9344663277874.892228390.84088894.27595772.323955372237006441.216831257.8177054.75276745.168504624155
1842.2478217456305.5836364032.53161463.24239673.447906782107777969.1115522816.7440329.0477883.563567264617
2778.6692955401363.1727216170.71231792.13393990.592402243472545866.3214086169.320564.8745466.21395664727

CREATE TABLE energy_dataset (
  "type_of_renewable_energy" BIGINT,
  "installed_capacity_mw" DOUBLE,
  "energy_production_mwh" DOUBLE,
  "energy_consumption_mwh" DOUBLE,
  "energy_storage_capacity_mwh" DOUBLE,
  "storage_efficiency_percentage" DOUBLE,
  "grid_integration_level" BIGINT,
  "initial_investment_usd" DOUBLE,
  "funding_sources" BIGINT,
  "financial_incentives_usd" DOUBLE,
  "ghg_emission_reduction_tco2e" DOUBLE,
  "air_pollution_reduction_index" DOUBLE,
  "jobs_created" BIGINT
);

Share link

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