Energy Products Prices

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Country
               

No description available for this field.

Name (identifier)
country
Type
text
Sample
                       
2015 (Jan-Aug) Gasoline Diesel - US dollars per liter
               

No description available for this field.

Name (identifier)
2015_jan_aug_gasoline_diesel_us_dollars_per_liter
Type
decimal
Unit
$
Sample
                       
2015 (Jan-Aug) Natural Gas - US dollars per liter
               

No description available for this field.

Name (identifier)
2015_jan_aug_natural_gas_us_dollars_per_liter
Type
decimal
Unit
$
Sample
                       
2015 (Jan-Aug) Electricity - US dollars per MMBtu
               

No description available for this field.

Name (identifier)
2015_jan_aug_electricity_us_dollars_per_mmbtu
Type
decimal
Unit
$
Sample
                       
2015 (Jan-Aug) Electricity - US dollars per KWh
               

No description available for this field.

Name (identifier)
2015_jan_aug_electricity_us_dollars_per_kwh
Type
decimal
Unit
$
Sample
                       

JSON Schema

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

{
  • "title":"gcc-energy-products-prices-2015",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/gcc-energy-products-prices-2015"
      }
    ]
    ,
  • "definitions":
    {
    • "gcc-energy-products-prices-2015":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/gcc-energy-products-prices-2015_records"
            }
          }
        }
      }
      ,
    • "gcc-energy-products-prices-2015_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "country":
              {
              • "type":"string",
              • "title":"Country",
              • "description":""
              }
              ,
            • "2015_jan_aug_gasoline_diesel_us_dollars_per_liter":
              {
              • "type":"number",
              • "title":"2015 (Jan-Aug) Gasoline Diesel - US dollars per liter",
              • "description":"",
              • "unit":"$"
              }
              ,
            • "2015_jan_aug_natural_gas_us_dollars_per_liter":
              {
              • "type":"number",
              • "title":"2015 (Jan-Aug) Natural Gas - US dollars per liter",
              • "description":"",
              • "unit":"$"
              }
              ,
            • "2015_jan_aug_electricity_us_dollars_per_mmbtu":
              {
              • "type":"number",
              • "title":"2015 (Jan-Aug) Electricity - US dollars per MMBtu",
              • "description":"",
              • "unit":"$"
              }
              ,
            • "2015_jan_aug_electricity_us_dollars_per_kwh":
              {
              • "type":"number",
              • "title":"2015 (Jan-Aug) Electricity - US dollars per KWh",
              • "description":"",
              • "unit":"$"
              }
            }
          }
        }
      }
    }
}

Similar datasets