Coal Prices

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Year
               

No description available for this field.

Name (identifier)
us_dollars_per_tonne
Type
date
Sample
                       
Region
               

No description available for this field.

Name (identifier)
region
Type
text
Sample
                       
Coal Prices (US dollars /tonne)
               

No description available for this field.

Name (identifier)
coal_prices_us_dollars_tonne
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"coal-prices",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/coal-prices"
      }
    ]
    ,
  • "definitions":
    {
    • "coal-prices":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/coal-prices_records"
            }
          }
        }
      }
      ,
    • "coal-prices_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "us_dollars_per_tonne":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "region":
              {
              • "type":"string",
              • "title":"Region",
              • "description":""
              }
              ,
            • "coal_prices_us_dollars_tonne":
              {
              • "type":"number",
              • "title":"Coal Prices (US dollars /tonne)",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets