Natural Gas Prices

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Year
               

No description available for this field.

Name (identifier)
us_dollars_per_million_btu
Type
date
Sample
                       
Type
               

No description available for this field.

Name (identifier)
type
Type
text
Sample
                       
Gas Price (US dollars per million)
               

No description available for this field.

Name (identifier)
gas_price_us_dollars_per_million
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"world-natural-gas-prices-1984-2015",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/world-natural-gas-prices-1984-2015"
      }
    ]
    ,
  • "definitions":
    {
    • "world-natural-gas-prices-1984-2015":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/world-natural-gas-prices-1984-2015_records"
            }
          }
        }
      }
      ,
    • "world-natural-gas-prices-1984-2015_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "us_dollars_per_million_btu":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "type":
              {
              • "type":"string",
              • "title":"Type",
              • "description":""
              }
              ,
            • "gas_price_us_dollars_per_million":
              {
              • "type":"number",
              • "title":"Gas Price (US dollars per million)",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets