Petroleum Data

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Date
               

No description available for this field.

Name (identifier)
date
Type
date
Sample
                       
Frequency
               

No description available for this field.

Name (identifier)
frequency
Type
text
Sample
                       
STATE_NAME
               

No description available for this field.

Name (identifier)
state_name
Type
text
Sample
                       
Indicator Name
               

No description available for this field.

Name (identifier)
indicator_name
Type
text
Sample
                       
Value
               

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":"petroleum-data-monthly-of-nigeria-2012",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/petroleum-data-monthly-of-nigeria-2012"
      }
    ]
    ,
  • "definitions":
    {
    • "petroleum-data-monthly-of-nigeria-2012":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/petroleum-data-monthly-of-nigeria-2012_records"
            }
          }
        }
      }
      ,
    • "petroleum-data-monthly-of-nigeria-2012_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "date":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Date",
              • "description":""
              }
              ,
            • "frequency":
              {
              • "type":"string",
              • "title":"Frequency",
              • "description":""
              }
              ,
            • "state_name":
              {
              • "type":"string",
              • "title":"STATE_NAME",
              • "description":""
              }
              ,
            • "indicator_name":
              {
              • "type":"string",
              • "title":"Indicator Name",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Value",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets