Gas Distribution by Company

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
                       
Company Name
               

No description available for this field.

Name (identifier)
company_name
Type
text
Sample
                       
Gas in Million Cubic Feet
               

No description available for this field.

Name (identifier)
gas_in_million_cubic_feet
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"gas-distribution-by-company",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/gas-distribution-by-company"
      }
    ]
    ,
  • "definitions":
    {
    • "gas-distribution-by-company":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/gas-distribution-by-company_records"
            }
          }
        }
      }
      ,
    • "gas-distribution-by-company_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "month":
              {
              • "type":"string",
              • "title":"Month",
              • "description":""
              }
              ,
            • "company_name":
              {
              • "type":"string",
              • "title":"Company Name",
              • "description":""
              }
              ,
            • "gas_in_million_cubic_feet":
              {
              • "type":"number",
              • "title":"Gas in Million Cubic Feet",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets