Oil Products Consumption by Provinces and Autonomous Regions

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
                       
Month
               

No description available for this field.

Name (identifier)
month
Type
text
Sample
                       
Region
               

No description available for this field.

Name (identifier)
region
Type
text
Sample
                       
Province
               

No description available for this field.

Name (identifier)
province
Type
text
Sample
                       
Product
               

No description available for this field.

Name (identifier)
product
Type
text
Sample
                       
Consumption
               

No description available for this field.

Name (identifier)
consumption
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"oil-products-consumption-by-provinces-and-autonomous-regions",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/oil-products-consumption-by-provinces-and-autonomous-regions"
      }
    ]
    ,
  • "definitions":
    {
    • "oil-products-consumption-by-provinces-and-autonomous-regions":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/oil-products-consumption-by-provinces-and-autonomous-regions_records"
            }
          }
        }
      }
      ,
    • "oil-products-consumption-by-provinces-and-autonomous-regions_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "month":
              {
              • "type":"string",
              • "title":"Month",
              • "description":""
              }
              ,
            • "region":
              {
              • "type":"string",
              • "title":"Region",
              • "description":""
              }
              ,
            • "province":
              {
              • "type":"string",
              • "title":"Province",
              • "description":""
              }
              ,
            • "product":
              {
              • "type":"string",
              • "title":"Product",
              • "description":""
              }
              ,
            • "consumption":
              {
              • "type":"number",
              • "title":"Consumption",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets