Compensation of Employees by Economic Sectors

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Year
               

No description available for this field.

Name (identifier)
time_period
Type
date
Sample
                       
Serial
               

No description available for this field.

Name (identifier)
serial
Type
integer
Sample
                       
Economic Activity
               

No description available for this field.

Name (identifier)
economic_activity
Type
text
Sample
                       
Compensations In Million US $
               

No description available for this field.

Name (identifier)
compensations_in_million_us_
Type
decimal
Unit
$
Sample
                       

JSON Schema

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

{
  • "title":"compensation-of-employees-by-economic-sectors",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/compensation-of-employees-by-economic-sectors"
      }
    ]
    ,
  • "definitions":
    {
    • "compensation-of-employees-by-economic-sectors":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/compensation-of-employees-by-economic-sectors_records"
            }
          }
        }
      }
      ,
    • "compensation-of-employees-by-economic-sectors_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "time_period":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "serial":
              {
              • "type":"integer",
              • "title":"Serial",
              • "description":""
              }
              ,
            • "economic_activity":
              {
              • "type":"string",
              • "title":"Economic Activity",
              • "description":""
              }
              ,
            • "compensations_in_million_us_":
              {
              • "type":"number",
              • "title":"Compensations In Million US $",
              • "description":"",
              • "unit":"$"
              }
            }
          }
        }
      }
    }
}

Similar datasets