Electricity Consumption
Dataset schema
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-of-electricity-produced-2004-2014",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/generating-capacity-peak-load-noof-subscribers-of-electricity-produced-2004-2014"
}
] - "definitions":{
- "generating-capacity-peak-load-noof-subscribers-of-electricity-produced-2004-2014":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/generating-capacity-peak-load-noof-subscribers-of-electricity-produced-2004-2014_records"
}
}
} - "records":
} - "properties":
- "generating-capacity-peak-load-noof-subscribers-of-electricity-produced-2004-2014_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "industrial_consumption_mega_watt_hr":,{
- "type":"number",
- "title":"Industrial Consumption (Mega-Watt/Hr.)",
- "description":""
} - "total_energy_produced_mega_watt_hr":,{
- "type":"number",
- "title":"* Total Energy Produced (Mega-Watt/Hr.)",
- "description":""
} - "total_energy_consumed_mega_watt_hr":,{
- "type":"number",
- "title":"Total Energy Consumed (Mega-Watt/Hr.)",
- "description":""
} - "percent_of_industrial_consumption_to_total_consumption":,{
- "type":"number",
- "title":"Percent of Industrial Consumption to TOTAL Consumption",
- "description":""
} - "actual_generating_capacity_mega_watt":,{
- "type":"number",
- "title":"Actual Generating Capacity Mega-Watt",
- "description":""
} - "peak_load_mega_watt":,{
- "type":"number",
- "title":"Peak Load Mega-Watt",
- "description":""
} - "no_of_subscibers":{
- "type":"number",
- "title":"No. of Subscibers",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "generating-capacity-peak-load-noof-subscribers-of-electricity-produced-2004-2014":