Oil production

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
                       
Select a Country
               

No description available for this field.

Name (identifier)
select_a_country
Type
text
Sample
                       
Country
               

No description available for this field.

Name (identifier)
country
Type
text
Sample
                       
Oil production (MMb/d)
               

No description available for this field.

Name (identifier)
oil_production_mmb_d
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"oil-production-2018",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/oil-production-2018"
      }
    ]
    ,
  • "definitions":
    {
    • "oil-production-2018":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/oil-production-2018_records"
            }
          }
        }
      }
      ,
    • "oil-production-2018_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "select_a_country":
              {
              • "type":"string",
              • "title":"Select a Country",
              • "description":""
              }
              ,
            • "country":
              {
              • "type":"string",
              • "title":"Country",
              • "description":""
              }
              ,
            • "oil_production_mmb_d":
              {
              • "type":"number",
              • "title":"Oil production (MMb/d)",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets