India Natural Gas Consumption

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
                       
Net Production
               

No description available for this field.

Name (identifier)
net_production_mmscm
Type
integer
Sample
                       
LNG import
               

No description available for this field.

Name (identifier)
lng_import_mmscm
Type
integer
Sample
                       

JSON Schema

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

{
  • "title":"india-natural-gas-consumption",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/india-natural-gas-consumption"
      }
    ]
    ,
  • "definitions":
    {
    • "india-natural-gas-consumption":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/india-natural-gas-consumption_records"
            }
          }
        }
      }
      ,
    • "india-natural-gas-consumption_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "net_production_mmscm":
              {
              • "type":"integer",
              • "title":"Net Production",
              • "description":""
              }
              ,
            • "lng_import_mmscm":
              {
              • "type":"integer",
              • "title":"LNG import",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets