Natural Gas Production and Domestic Marketing

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
                       
Natural Gas
               

No description available for this field.

Name (identifier)
natural_gas
Type
text
Sample
                       
Quantity (Billion cubic meter)
               

No description available for this field.

Name (identifier)
production_and_domestic_marketing
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"natural-gas-production-and-domestic-marketing-2006-2014",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/natural-gas-production-and-domestic-marketing-2006-2014"
      }
    ]
    ,
  • "definitions":
    {
    • "natural-gas-production-and-domestic-marketing-2006-2014":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/natural-gas-production-and-domestic-marketing-2006-2014_records"
            }
          }
        }
      }
      ,
    • "natural-gas-production-and-domestic-marketing-2006-2014_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "natural_gas":
              {
              • "type":"string",
              • "title":"Natural Gas",
              • "description":""
              }
              ,
            • "production_and_domestic_marketing":
              {
              • "type":"number",
              • "title":"Quantity (Billion cubic meter)",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets