Power Stations In India
Number Of Power Stations In India
@kaggle.sandipdevre_power_stations_in_india
Number Of Power Stations In India
@kaggle.sandipdevre_power_stations_in_india
This Data file is Shows the Detail of Number of PowerStation's in India.
This data set shows' The type of power stations in India and what fuel type is using and other details.
thanks to Wikipedia and other government sites to making this database.
CREATE TABLE india_energy_resources (
"sector" VARCHAR,
"power_station_name" VARCHAR,
"region" VARCHAR,
"state" VARCHAR,
"fuel_type" VARCHAR,
"capacity_mw" DOUBLE -- CAPACITY(MW)
);Anyone who has the link will be able to view this.