Gasoline price

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
                       
Country
               

No description available for this field.

Name (identifier)
country
Type
text
Sample
                       
IncomeGroup
               

No description available for this field.

Name (identifier)
incomegroup
Type
text
Sample
                       
SpecialNotes
               

No description available for this field.

Name (identifier)
specialnotes
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":"gasoline-price-1991-2016",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/gasoline-price-1991-2016"
      }
    ]
    ,
  • "definitions":
    {
    • "gasoline-price-1991-2016":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/gasoline-price-1991-2016_records"
            }
          }
        }
      }
      ,
    • "gasoline-price-1991-2016_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "region":
              {
              • "type":"string",
              • "title":"Region",
              • "description":""
              }
              ,
            • "country":
              {
              • "type":"string",
              • "title":"Country",
              • "description":""
              }
              ,
            • "incomegroup":
              {
              • "type":"string",
              • "title":"IncomeGroup",
              • "description":""
              }
              ,
            • "specialnotes":
              {
              • "type":"string",
              • "title":"SpecialNotes",
              • "description":""
              }
              ,
            • "indicator_name":
              {
              • "type":"string",
              • "title":"Indicator Name",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"value",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets