records

records

Active filters Clear all

No active filters

Filters

Electricity demand in Québec

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
date
date and time the measurement was taken

No description available for this field.

Name (identifier)
date
Type
datetime
Sample
                       
demandeTotal
total electricity demand in megawatts (MW)

No description available for this field.

Name (identifier)
valeurs_demandetotal
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"demande-electricite-quebec",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/demande-electricite-quebec"
      }
    ]
    ,
  • "definitions":
    {
    • "demande-electricite-quebec":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/demande-electricite-quebec_records"
            }
          }
        }
      }
      ,
    • "demande-electricite-quebec_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "date":
              {
              • "type":"string",
              • "format":"date-time",
              • "title":"date",
              • "description":"date and time the measurement was taken"
              }
              ,
            • "valeurs_demandetotal":
              {
              • "type":"number",
              • "title":"demandeTotal ",
              • "description":"total electricity demand in megawatts (MW)"
              }
            }
          }
        }
      }
    }
}

Similar datasets