Electrical Energy Produced from Power Stations

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
                       
Station
               

No description available for this field.

Name (identifier)
station
Type
text
Sample
                       
Total Production
               

No description available for this field.

Name (identifier)
total_production
Type
decimal
Sample
                       
Consumption
               

No description available for this field.

Name (identifier)
consumption
Type
decimal
Sample
                       
Electrical Energy Produced
               

No description available for this field.

Name (identifier)
electrical_energy_produced
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"electrical-energy-produced-from-power-stations-mwh-2000-2009@kapsarc",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/electrical-energy-produced-from-power-stations-mwh-2000-2009@kapsarc"
      }
    ]
    ,
  • "definitions":
    {
    • "electrical-energy-produced-from-power-stations-mwh-2000-2009@kapsarc":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/electrical-energy-produced-from-power-stations-mwh-2000-2009@kapsarc_records"
            }
          }
        }
      }
      ,
    • "electrical-energy-produced-from-power-stations-mwh-2000-2009@kapsarc_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "station":
              {
              • "type":"string",
              • "title":"Station",
              • "description":""
              }
              ,
            • "total_production":
              {
              • "type":"number",
              • "title":"Total Production",
              • "description":""
              }
              ,
            • "consumption":
              {
              • "type":"number",
              • "title":"Consumption",
              • "description":""
              }
              ,
            • "electrical_energy_produced":
              {
              • "type":"number",
              • "title":"Electrical Energy Produced",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets