Quantity of Import and Export of Electricity by Country

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Year
               

No description available for this field.

Name (identifier)
time_period
Type
date
Sample
                       
Country
               

No description available for this field.

Name (identifier)
country
Type
text
Sample
                       
Exported / Imported
               

No description available for this field.

Name (identifier)
exported_imported
Type
text
Sample
                       
Quantity of Electricity in GWh
               

No description available for this field.

Name (identifier)
quantity_of_electricity_in_gwh
Type
decimal
Unit
GWh
Sample
                       

JSON Schema

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

{
  • "title":"quantity-of-import-and-export-of-electricity-by-country",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/quantity-of-import-and-export-of-electricity-by-country"
      }
    ]
    ,
  • "definitions":
    {
    • "quantity-of-import-and-export-of-electricity-by-country":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/quantity-of-import-and-export-of-electricity-by-country_records"
            }
          }
        }
      }
      ,
    • "quantity-of-import-and-export-of-electricity-by-country_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "time_period":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "country":
              {
              • "type":"string",
              • "title":"Country",
              • "description":""
              }
              ,
            • "exported_imported":
              {
              • "type":"string",
              • "title":"Exported / Imported",
              • "description":""
              }
              ,
            • "quantity_of_electricity_in_gwh":
              {
              • "type":"number",
              • "title":"Quantity of Electricity in GWh",
              • "description":"",
              • "unit":"GWh"
              }
            }
          }
        }
      }
    }
}

Similar datasets