Global Power-Plants
Dataset shows list of 35K powerplants with their generation capacity.
@kaggle.ramjasmaurya_global_powerplants
Dataset shows list of 35K powerplants with their generation capacity.
@kaggle.ramjasmaurya_global_powerplants
CREATE TABLE powerplants_global_global_power_plants (
"country_code" VARCHAR,
"country_long" VARCHAR,
"name_of_powerplant" VARCHAR,
"capacity_in_mw" DOUBLE,
"latitude" DOUBLE,
"longitude" DOUBLE,
"primary_fuel" VARCHAR,
"secondary_fuel" VARCHAR,
"other_fuel2" VARCHAR,
"other_fuel3" VARCHAR,
"start_date" DOUBLE,
"owner_of_plant" VARCHAR,
"generation_gwh_2021" DOUBLE,
"geolocation_source" VARCHAR,
"estimated_generation_gwh_2021" DOUBLE
);
Anyone who has the link will be able to view this.