Generating Capacity, Peak Load, No.of Subscribers, Electricity Produced

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Year
               

No description available for this field.

Name (identifier)
year
Type
date
Sample
                       
Total Consumption
               

No description available for this field.

Name (identifier)
total_consumption
Type
decimal
Sample
                       
Industrial Consumption
Mega-Watt/Hr

No description available for this field.

Name (identifier)
industrial_consumption
Type
decimal
Sample
                       
* Total Energy Consumed
Mega-Watt/Hr

No description available for this field.

Name (identifier)
total_energy_consumed
Type
decimal
Sample
                       
Total Energy Produced
Mega-Watt/Hr

No description available for this field.

Name (identifier)
total_energy_produced
Type
decimal
Sample
                       
No. Of Subscribers
               

No description available for this field.

Name (identifier)
no_of_subscribers
Type
decimal
Sample
                       
Peak Load
Mega-Watt

No description available for this field.

Name (identifier)
peak_load
Type
decimal
Sample
                       
Actual Generating Capacity
Mega-Watt

No description available for this field.

Name (identifier)
actual_generating_capacity
Type
decimal
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"generating-capacity-peak-load-noof-subscribers-electricity-produced",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/generating-capacity-peak-load-noof-subscribers-electricity-produced"
      }
    ]
    ,
  • "definitions":
    {
    • "generating-capacity-peak-load-noof-subscribers-electricity-produced":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/generating-capacity-peak-load-noof-subscribers-electricity-produced_records"
            }
          }
        }
      }
      ,
    • "generating-capacity-peak-load-noof-subscribers-electricity-produced_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "total_consumption":
              {
              • "type":"number",
              • "title":"Total Consumption",
              • "description":""
              }
              ,
            • "industrial_consumption":
              {
              • "type":"number",
              • "title":"Industrial Consumption",
              • "description":"Mega-Watt/Hr"
              }
              ,
            • "total_energy_consumed":
              {
              • "type":"number",
              • "title":"* Total Energy Consumed",
              • "description":"Mega-Watt/Hr"
              }
              ,
            • "total_energy_produced":
              {
              • "type":"number",
              • "title":"Total Energy Produced",
              • "description":"Mega-Watt/Hr"
              }
              ,
            • "no_of_subscribers":
              {
              • "type":"number",
              • "title":"No. Of Subscribers",
              • "description":""
              }
              ,
            • "peak_load":
              {
              • "type":"number",
              • "title":"Peak Load",
              • "description":"Mega-Watt"
              }
              ,
            • "actual_generating_capacity":
              {
              • "type":"number",
              • "title":"Actual Generating Capacity",
              • "description":"Mega-Watt"
              }
            }
          }
        }
      }
    }
}

Similar datasets