Baselight

Power Sector Data

Electricity Sector in India

@kaggle.ajithdari_power_sector_data

Energy
@kaggle.ajithdari_power_sector_data.energy

  • 4.11 MB
  • 40000 rows
  • 16 columns
datetime

Datetime

solar_energy_generation

Solar Energy Generation

wind_energy_generation

Wind Energy Generation

hydro_energy_generation

Hydro Energy Generation

solar_energy_consumption

Solar Energy Consumption

wind_energy_consumption

Wind Energy Consumption

hydro_energy_consumption

Hydro Energy Consumption

solar_energy_price_elasticity_coefficient_gamma

Solar Energy - Price Elasticity Coefficient (gamma)

wind_energy_price_elasticity_coefficient_gamma

Wind Energy - Price Elasticity Coefficient (gamma)

hydro_energy_price_elasticity_coefficient_gamma

Hydro Energy-Price Elasticity Coefficient (gamma)

solar_energy_loss

Solar Energy Loss

wind_energy_loss

Wind Energy Loss

hydro_energy_energy_loss

Hydro Energy-energy Loss

nat_demand

Nat Demand

holiday

Holiday

school

School

Wed Dec 02 2015 09:00:00 GMT+0000 (Coordinated Universal Time)2.4527924875.4148245924.9649730870.9527092671.3916302840.5093663840.9586690830.867021410.1835198820.0194564460.025573730.0191741591386.29751
Wed Dec 02 2015 10:00:00 GMT+0000 (Coordinated Universal Time)4.3116934537.8933860170.9178035591.4250116111.2913453160.7416053260.8519293620.1720118770.7886368160.0196628480.0350036620.019128791461.97161
Wed Dec 02 2015 11:00:00 GMT+0000 (Coordinated Universal Time)5.4580296744.1230394849.8607679361.0282130420.790345860.6225159440.2871557560.2529455540.6631039280.0198474210.050399780.019107371484.85181
Wed Dec 02 2015 12:00:00 GMT+0000 (Coordinated Universal Time)5.7440439775.8882953352.4343918771.0193506030.8698461351.8731668390.7332181570.09691570.1590499870.0199688770.07690430.0190991261461.69171
Wed Dec 02 2015 13:00:00 GMT+0000 (Coordinated Universal Time)2.2659063933.8890593699.0126630520.7225571221.2492459721.7034632010.5990877970.9752445330.7724721390.0200138430.111755370.019174611489.69941
Wed Dec 02 2015 14:00:00 GMT+0000 (Coordinated Universal Time)6.9038235619.6541691388.8412329631.3291207351.1541994061.7269759940.7862687760.3234650540.0695142210.0199752260.125671390.0192580631491.87291
Wed Dec 02 2015 15:00:00 GMT+0000 (Coordinated Universal Time)4.9041286935.8512242978.9128372991.7428234261.2950925611.3616583730.3934678150.3085021340.6049442830.01999790.127380370.0194104371442.08161
Wed Dec 02 2015 16:00:00 GMT+0000 (Coordinated Universal Time)2.2543266593.9718541291.0046493740.5237766461.6068259251.65690890.2038412820.2120306150.1170937120.0200365190.121215820.0199220781361.53791
Wed Dec 02 2015 17:00:00 GMT+0000 (Coordinated Universal Time)6.4998347397.0010274278.5712274771.0693228490.7886396431.5340120950.7929528330.3124599770.9592985330.0202427840.092071530.0198536851272.16071
Wed Dec 02 2015 18:00:00 GMT+0000 (Coordinated Universal Time)0.727392064.3136809038.3995004921.1918370661.4145678841.2593739490.4701180450.2745368960.0708626960.020471510.064636230.01984591324.26821

CREATE TABLE energy (
  "datetime" TIMESTAMP,
  "solar_energy_generation" DOUBLE,
  "wind_energy_generation" DOUBLE,
  "hydro_energy_generation" DOUBLE,
  "solar_energy_consumption" DOUBLE,
  "wind_energy_consumption" DOUBLE,
  "hydro_energy_consumption" DOUBLE,
  "solar_energy_price_elasticity_coefficient_gamma" DOUBLE,
  "wind_energy_price_elasticity_coefficient_gamma" DOUBLE,
  "hydro_energy_price_elasticity_coefficient_gamma" DOUBLE,
  "solar_energy_loss" DOUBLE,
  "wind_energy_loss" DOUBLE,
  "hydro_energy_energy_loss" DOUBLE,
  "nat_demand" DOUBLE,
  "holiday" BIGINT,
  "school" BIGINT
);

Share link

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