Natural gas consumption by market

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
                       
Market
               

No description available for this field.

Name (identifier)
market
Type
text
Sample
                       
Consumption
               

No description available for this field.

Name (identifier)
consumption
Type
text
Sample
                       
Value
               

No description available for this field.

Name (identifier)
value
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-consumption-by-market",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/natural-gas-consumption-by-market"
      }
    ]
    ,
  • "definitions":
    {
    • "natural-gas-consumption-by-market":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/natural-gas-consumption-by-market_records"
            }
          }
        }
      }
      ,
    • "natural-gas-consumption-by-market_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "month":
              {
              • "type":"string",
              • "title":"Month",
              • "description":""
              }
              ,
            • "market":
              {
              • "type":"string",
              • "title":"Market",
              • "description":""
              }
              ,
            • "consumption":
              {
              • "type":"string",
              • "title":"Consumption",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Value",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets