Natural Gas Trade by Pipeline

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
From_Country
               

No description available for this field.

Name (identifier)
from_country
Type
text
Sample
                       
To
               

No description available for this field.

Name (identifier)
to
Type
text
Sample
                       
Trade (Bcm)
               

No description available for this field.

Name (identifier)
trade_bcm
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-trade-by-pipeline-2015",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/natural-gas-trade-by-pipeline-2015"
      }
    ]
    ,
  • "definitions":
    {
    • "natural-gas-trade-by-pipeline-2015":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/natural-gas-trade-by-pipeline-2015_records"
            }
          }
        }
      }
      ,
    • "natural-gas-trade-by-pipeline-2015_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "from_country":
              {
              • "type":"string",
              • "title":"From_Country",
              • "description":""
              }
              ,
            • "to":
              {
              • "type":"string",
              • "title":"To",
              • "description":""
              }
              ,
            • "trade_bcm":
              {
              • "type":"number",
              • "title":"Trade (Bcm)",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets