Baselight

India's Power Capacity

India's Power Capacity and Transmission (2019-2022)

@kaggle.ramjasmaurya_indias_power_capacity

Loading...
Loading...

About this Dataset

India's Power Capacity

India is the third largest producer of electricity in the world. The national electric grid in India has an installed capacity of 399.467 GW as of 31 March 2022. Renewable power plants, which also include large hydroelectric plants, constitute 39.2 % of total installed capacity. During the fiscal year (FY) 2019-20, the gross electricity generated by utilities in India was 1,383.5 TWh and the total electricity generation (utilities and non utilities) in the country was 1,598 TWh.The gross electricity consumption in FY2019 was 1,208 kWh per capita.[7] In FY2015, electric energy consumption in agriculture was recorded as being the highest (17.89%) worldwide. The per capita electricity consumption is low compared to most other countries despite India having a low electricity tariff.

Similar Datasets:

  • mineral-ores
  • Global Powerplants
  • Fortune 1000 companies powerhouse
  • Others

RES means renewable energy******

Tables

All India Installed Capacity Res

@kaggle.ramjasmaurya_indias_power_capacity.all_india_installed_capacity_res
  • 6.67 KB
  • 37 rows
  • 7 columns
Loading...

CREATE TABLE all_india_installed_capacity_res (
  "id" BIGINT,
  "month" VARCHAR,
  "small_hydro_power" DOUBLE,
  "wind_power" DOUBLE,
  "bmpower_congen" DOUBLE,
  "wastetoenergy" DOUBLE,
  "solar_power" DOUBLE
);

All India Installed Capacity

@kaggle.ramjasmaurya_indias_power_capacity.all_india_installed_capacity
  • 8.45 KB
  • 37 rows
  • 10 columns
Loading...

CREATE TABLE all_india_installed_capacity (
  "id" BIGINT,
  "month" VARCHAR,
  "coal" DOUBLE,
  "gas" DOUBLE,
  "diesel" DOUBLE,
  "thermal_total" DOUBLE,
  "nuclear" BIGINT,
  "hydro" DOUBLE,
  "res" DOUBLE,
  "grand_total" DOUBLE
);

Installed Capacity Region Wise

@kaggle.ramjasmaurya_indias_power_capacity.installed_capacity_region_wise
  • 12.63 KB
  • 185 rows
  • 11 columns
Loading...

CREATE TABLE installed_capacity_region_wise (
  "id" BIGINT,
  "month" VARCHAR,
  "region" VARCHAR,
  "coal" DOUBLE,
  "gas" DOUBLE,
  "diesel" DOUBLE,
  "thermal_total" DOUBLE,
  "nuclear" DOUBLE,
  "hydro" DOUBLE,
  "res" DOUBLE,
  "total" DOUBLE
);

Installed Capacity State Wise

@kaggle.ramjasmaurya_indias_power_capacity.installed_capacity_state_wise
  • 30.3 KB
  • 1353 rows
  • 12 columns
Loading...

CREATE TABLE installed_capacity_state_wise (
  "id" BIGINT,
  "month" VARCHAR,
  "region" VARCHAR,
  "state" VARCHAR,
  "coal" DOUBLE,
  "gas" DOUBLE,
  "diesel" DOUBLE,
  "thermal_total" DOUBLE,
  "nuclear" DOUBLE,
  "hydro" DOUBLE,
  "res" DOUBLE,
  "grand_total" DOUBLE
);

Installed Capacity Sectorwise

@kaggle.ramjasmaurya_indias_power_capacity.installed_capacity_sectorwise
  • 5.42 KB
  • 37 rows
  • 5 columns
Loading...

CREATE TABLE installed_capacity_sectorwise (
  "month_and_year" VARCHAR,
  "central_sector" DOUBLE,
  "private_sector" DOUBLE,
  "state_sector" DOUBLE,
  "total_installed_capacity" DOUBLE
);

Monthly Gas Supplied Rep

@kaggle.ramjasmaurya_indias_power_capacity.monthly_gas_supplied_rep
  • 7.17 KB
  • 12 rows
  • 7 columns
Loading...

CREATE TABLE monthly_gas_supplied_rep (
  "category" VARCHAR,
  "domestic_gas_supplied_2018_2019" DOUBLE,
  "rlng_imported_gas_supplied_2018_2019" DOUBLE,
  "total_gas_supplied_2018_2019" DOUBLE,
  "domestic_gas_supplied_2019_2020" DOUBLE,
  "rlng_imported_gas_supplied_2019_2020" DOUBLE,
  "total_gas_supplied_2019_2020" DOUBLE
);

Planwise Growth Installed Capacity

@kaggle.ramjasmaurya_indias_power_capacity.planwise_growth_installed_capacity
  • 8.22 KB
  • 19 rows
  • 10 columns
Loading...

CREATE TABLE planwise_growth_installed_capacity (
  "id" BIGINT,
  "as_on" VARCHAR,
  "coal" DOUBLE,
  "gas" DOUBLE,
  "diesel" DOUBLE,
  "thermal_total" DOUBLE,
  "nuclear" BIGINT,
  "hydro" DOUBLE,
  "res" DOUBLE,
  "grand_total" DOUBLE
);

Planwise Growth

@kaggle.ramjasmaurya_indias_power_capacity.planwise_growth
  • 7.79 KB
  • 19 rows
  • 8 columns
Loading...

CREATE TABLE planwise_growth (
  "id" BIGINT,
  "as_on" VARCHAR,
  "installed_capacity" DOUBLE,
  "number_of_villages_electrified" DOUBLE,
  "length_t_and_d_lines" DOUBLE,
  "per_capita_consumption" DOUBLE,
  "sixty_six_kv_and_above" DOUBLE,
  "below_sixty_six_kv" DOUBLE
);

Power Supply Position Energy

@kaggle.ramjasmaurya_indias_power_capacity.power_supply_position_energy
  • 6.6 KB
  • 86 rows
  • 5 columns
Loading...

CREATE TABLE power_supply_position_energy (
  "id" BIGINT,
  "month" VARCHAR,
  "state" VARCHAR,
  "energy_requirement" DOUBLE,
  "energy_availability" DOUBLE
);

Power Supply Position Peak

@kaggle.ramjasmaurya_indias_power_capacity.power_supply_position_peak
  • 6.24 KB
  • 86 rows
  • 5 columns
Loading...

CREATE TABLE power_supply_position_peak (
  "id" BIGINT,
  "month" VARCHAR,
  "state" VARCHAR,
  "peak_demand" DOUBLE,
  "peak_met" DOUBLE
);

Transformation Capacity

@kaggle.ramjasmaurya_indias_power_capacity.transformation_capacity
  • 16.42 KB
  • 391 rows
  • 7 columns
Loading...

CREATE TABLE transformation_capacity (
  "id" BIGINT,
  "month" VARCHAR,
  "voltage_ratio" VARCHAR,
  "station_name" VARCHAR,
  "capacity" BIGINT,
  "executing_agency" VARCHAR,
  "sector" VARCHAR
);

Transformation Lines

@kaggle.ramjasmaurya_indias_power_capacity.transformation_lines
  • 20.73 KB
  • 343 rows
  • 8 columns
Loading...

CREATE TABLE transformation_lines (
  "id" BIGINT,
  "month" VARCHAR,
  "voltage_level" BIGINT,
  "transmission_line" VARCHAR,
  "circuit_type" VARCHAR,
  "executing_agency" VARCHAR,
  "line_length" BIGINT,
  "sector" VARCHAR
);

Share link

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