Plants Internal Electric Energy Consumption

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
                       
Plant
               

No description available for this field.

Name (identifier)
plant
Type
text
Sample
                       
Type
               

No description available for this field.

Name (identifier)
type
Type
text
Sample
                       
Energy Consumption
               

No description available for this field.

Name (identifier)
energy_consumption
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"plants-internal-electric-energy-consumption-mwh-2004-2010",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/plants-internal-electric-energy-consumption-mwh-2004-2010"
      }
    ]
    ,
  • "definitions":
    {
    • "plants-internal-electric-energy-consumption-mwh-2004-2010":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/plants-internal-electric-energy-consumption-mwh-2004-2010_records"
            }
          }
        }
      }
      ,
    • "plants-internal-electric-energy-consumption-mwh-2004-2010_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "plant":
              {
              • "type":"string",
              • "title":"Plant ",
              • "description":""
              }
              ,
            • "type":
              {
              • "type":"string",
              • "title":"Type",
              • "description":""
              }
              ,
            • "energy_consumption":
              {
              • "type":"number",
              • "title":"Energy Consumption",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets