Manpower in Electricity Companies by Region

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
                       
Region
               

No description available for this field.

Name (identifier)
region
Type
text
Sample
                       
Type
               

No description available for this field.

Name (identifier)
manpower
Type
text
Sample
                       
Manpower
               

No description available for this field.

Name (identifier)
value
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"manpower-in-electricity-companies-by-region-2000-2013",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/manpower-in-electricity-companies-by-region-2000-2013"
      }
    ]
    ,
  • "definitions":
    {
    • "manpower-in-electricity-companies-by-region-2000-2013":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/manpower-in-electricity-companies-by-region-2000-2013_records"
            }
          }
        }
      }
      ,
    • "manpower-in-electricity-companies-by-region-2000-2013_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "region":
              {
              • "type":"string",
              • "title":"Region",
              • "description":""
              }
              ,
            • "manpower":
              {
              • "type":"string",
              • "title":"Type",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Manpower",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets