enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Elections municipales 2020 - Résultats du 2ème tour

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
Code Officiel du département
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
dep_code
Type
texte
Exemple
                       
Nom Officiel du département
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
dep_name
Type
texte
Exemple
                       
Nom Officiel Commune
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
com_name
Type
texte
Exemple
                       
Code B.Vote
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
office
Type
texte
Exemple
                       
Inscrits
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
registered
Type
int
Exemple
                       
Abstentions
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
abstentions
Type
int
Exemple
                       
% Abs/Ins
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
abs_reg
Type
texte
Unité
%
Exemple
                       
Votants
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
voters
Type
int
Exemple
                       
% Vot/Ins
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
vot_reg
Type
texte
Unité
%
Exemple
                       
Blancs
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
blank
Type
int
Exemple
                       
% Blancs/Ins
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
blank_reg
Type
texte
Unité
%
Exemple
                       
% Blancs/Vot
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
blank_vot
Type
texte
Exemple
                       
Nuls
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
null_
Type
int
Exemple
                       
% Nuls/Ins
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
null_reg
Type
texte
Unité
%
Exemple
                       
% Nuls/Vot
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
null_vot
Type
texte
Unité
%
Exemple
                       
Exprimés
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
expressed
Type
int
Exemple
                       
% Exp/Ins
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
exp_reg
Type
texte
Unité
%
Exemple
                       
% Exp/Vot
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
exp_vot
Type
texte
Unité
%
Exemple
                       
N.Pan.
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
panel
Type
int
Exemple
                       
Code Nuance
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nuance
Type
texte
Exemple
                       
Sexe
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
gender
Type
texte
Exemple
                       
Nom
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
surname
Type
texte
Exemple
                       
Prénom
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
name
Type
texte
Exemple
                       
Liste
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
list
Type
texte
Exemple
                       
Voix
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
vote
Type
int
Exemple
                       
% Voix/Ins
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
vote_reg
Type
texte
Unité
%
Exemple
                       
% Voix/Exp
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
vote_exp
Type
texte
Unité
%
Exemple
                       
Nom Prénom
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
name_surname
Type
texte
Exemple
                       
Code Officiel Commune
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
com_code
Type
texte
Exemple
                       
Localisation
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
location
Type
geo_point_2d
Exemple
                       
Nom du bureau
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
uniq_bdv
Type
texte
Exemple
                       
Code Officiel Région
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
reg_code
Type
texte
Exemple
                       
Nom Officiel Région
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
reg_name
Type
texte
Exemple
                       
Code Iso 3166-3 Zone
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
dep_area_code
Type
texte
Exemple
                       

Schéma JSON

L'objet JSON ci dessous est une description standardisée du modèle de votre jeu de données. Pour en savoir plus sur JSON schema.

{
  • "title":"election-france-municipale-2020-deuxieme-tour",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/election-france-municipale-2020-deuxieme-tour"
      }
    ]
    ,
  • "definitions":
    {
    • "election-france-municipale-2020-deuxieme-tour":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/election-france-municipale-2020-deuxieme-tour_records"
            }
          }
        }
      }
      ,
    • "geoJSON":
      {
      • "title":"Geo JSON object",
      • "description":"Schema for a Geo JSON object",
      • "type":"object",
      • "required":
        [
        • "type"
        ]
        ,
      • "properties":
        {
        • "crs":
          {
          • "$ref":"#/definitions/crs"
          }
          ,
        • "bbox":
          {
          • "$ref":"#/definitions/bbox"
          }
        }
        ,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/geometry"
          }
          ,
        • {
          • "$ref":"#/definitions/geometryCollection"
          }
          ,
        • {
          • "$ref":"#/definitions/feature"
          }
          ,
        • {
          • "$ref":"#/definitions/featureCollection"
          }
        ]
      }
      ,
    • "bbox":
      {
      • "description":"A bounding box as defined by GeoJSON",
      • "type":"array",
      • "items":
        {
        • "type":"number"
        }
      }
      ,
    • "crs":
      {
      • "title":"crs",
      • "description":"a Coordinate Reference System object",
      • "type":
        [
        • "object",
        • "null"
        ]
        ,
      • "required":
        [
        • "type",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "type":"string"
          }
          ,
        • "properties":
          {
          • "type":"object"
          }
        }
        ,
      • "additionalProperties":false,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/namedCrs"
          }
          ,
        • {
          • "$ref":"#/definitions/linkedCrs"
          }
        ]
      }
      ,
    • "namedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "name"
            ]
          }
          ,
        • "properties":
          {
          • "required":
            [
            • "name"
            ]
            ,
          • "additionalProperties":false,
          • "properties":
            {
            • "name":
              {
              • "type":"string"
              }
            }
          }
        }
      }
      ,
    • "linkedObject":
      {
      • "type":"object",
      • "required":
        [
        • "href"
        ]
        ,
      • "properties":
        {
        • "href":
          {
          • "type":"string",
          • "format":"uri"
          }
          ,
        • "type":
          {
          • "type":"string",
          • "description":"Suggested values: proj4, ogjwkt, esriwkt"
          }
        }
      }
      ,
    • "linkedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "link"
            ]
          }
          ,
        • "properties":
          {
          • "$ref":"#/definitions/linkedObject"
          }
        }
      }
      ,
    • "geometryCollection":
      {
      • "title":"GeometryCollection",
      • "description":"A collection of geometry objects",
      • "required":
        [
        • "geometries"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "GeometryCollection"
            ]
          }
          ,
        • "geometries":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"http://json-schema.org/geojson/geometry.json#"
            }
          }
        }
      }
      ,
    • "feature":
      {
      • "title":"Feature",
      • "description":"A Geo JSON feature object",
      • "required":
        [
        • "geometry",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "Feature"
            ]
          }
          ,
        • "geometry":
          {
          • "oneOf":
            [
            • {
              • "type":"null"
              }
              ,
            • {
              • "$ref":"#/definitions/geometry"
              }
            ]
          }
          ,
        • "properties":
          {
          • "type":
            [
            • "object",
            • "null"
            ]
          }
          ,
        • "id":
          {
            }
          }
        }
        ,
      • "featureCollection":
        {
        • "title":"FeatureCollection",
        • "description":"A Geo JSON feature collection",
        • "required":
          [
          • "features"
          ]
          ,
        • "properties":
          {
          • "type":
            {
            • "enum":
              [
              • "FeatureCollection"
              ]
            }
            ,
          • "features":
            {
            • "type":"array",
            • "items":
              {
              • "$ref":"#/definitions/feature"
              }
            }
          }
        }
        ,
      • "geometry":
        {
        • "title":"geometry",
        • "description":"One geometry as defined by GeoJSON",
        • "type":"object",
        • "required":
          [
          • "type",
          • "coordinates"
          ]
          ,
        • "oneOf":
          [
          • {
            • "title":"Point",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Point"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/position"
                }
              }
            }
            ,
          • {
            • "title":"MultiPoint",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPoint"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/positionArray"
                }
              }
            }
            ,
          • {
            • "title":"LineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "LineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/lineString"
                }
              }
            }
            ,
          • {
            • "title":"MultiLineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiLineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/lineString"
                  }
                }
              }
            }
            ,
          • {
            • "title":"Polygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Polygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/polygon"
                }
              }
            }
            ,
          • {
            • "title":"MultiPolygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPolygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/polygon"
                  }
                }
              }
            }
          ]
          ,
        • "position":
          {
          • "description":"A single position",
          • "type":"array",
          • "minItems":2,
          • "items":
            [
            • {
              • "type":"number"
              }
              ,
            • {
              • "type":"number"
              }
            ]
            ,
          • "additionalItems":false
          }
          ,
        • "positionArray":
          {
          • "description":"An array of positions",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/position"
            }
          }
          ,
        • "lineString":
          {
          • "description":"An array of two or more positions",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":2
              }
            ]
          }
          ,
        • "linearRing":
          {
          • "description":"An array of four positions where the first equals the last",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":4
              }
            ]
          }
          ,
        • "polygon":
          {
          • "description":"An array of linear rings",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/linearRing"
            }
          }
        }
        ,
      • "election-france-municipale-2020-deuxieme-tour_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "dep_code":
                {
                • "type":"string",
                • "title":"Code Officiel du département",
                • "description":""
                }
                ,
              • "dep_name":
                {
                • "type":"string",
                • "title":"Nom Officiel du département",
                • "description":""
                }
                ,
              • "com_name":
                {
                • "type":"string",
                • "title":"Nom Officiel Commune",
                • "description":""
                }
                ,
              • "office":
                {
                • "type":"string",
                • "title":"Code B.Vote",
                • "description":""
                }
                ,
              • "registered":
                {
                • "type":"integer",
                • "title":"Inscrits",
                • "description":""
                }
                ,
              • "abstentions":
                {
                • "type":"integer",
                • "title":"Abstentions",
                • "description":""
                }
                ,
              • "abs_reg":
                {
                • "type":"string",
                • "title":"% Abs/Ins",
                • "description":"",
                • "unit":"%"
                }
                ,
              • "voters":
                {
                • "type":"integer",
                • "title":"Votants",
                • "description":""
                }
                ,
              • "vot_reg":
                {
                • "type":"string",
                • "title":"% Vot/Ins",
                • "description":"",
                • "unit":"%"
                }
                ,
              • "blank":
                {
                • "type":"integer",
                • "title":"Blancs",
                • "description":""
                }
                ,
              • "blank_reg":
                {
                • "type":"string",
                • "title":"% Blancs/Ins",
                • "description":"",
                • "unit":"%"
                }
                ,
              • "blank_vot":
                {
                • "type":"string",
                • "title":"% Blancs/Vot",
                • "description":""
                }
                ,
              • "null_":
                {
                • "type":"integer",
                • "title":"Nuls",
                • "description":""
                }
                ,
              • "null_reg":
                {
                • "type":"string",
                • "title":"% Nuls/Ins",
                • "description":"",
                • "unit":"%"
                }
                ,
              • "null_vot":
                {
                • "type":"string",
                • "title":"% Nuls/Vot",
                • "description":"",
                • "unit":"%"
                }
                ,
              • "expressed":
                {
                • "type":"integer",
                • "title":"Exprimés",
                • "description":""
                }
                ,
              • "exp_reg":
                {
                • "type":"string",
                • "title":"% Exp/Ins",
                • "description":"",
                • "unit":"%"
                }
                ,
              • "exp_vot":
                {
                • "type":"string",
                • "title":"% Exp/Vot",
                • "description":"",
                • "unit":"%"
                }
                ,
              • "panel":
                {
                • "type":"integer",
                • "title":"N.Pan.",
                • "description":""
                }
                ,
              • "nuance":
                {
                • "type":"string",
                • "title":"Code Nuance",
                • "description":""
                }
                ,
              • "gender":
                {
                • "type":"string",
                • "title":"Sexe",
                • "description":""
                }
                ,
              • "surname":
                {
                • "type":"string",
                • "title":"Nom",
                • "description":""
                }
                ,
              • "name":
                {
                • "type":"string",
                • "title":"Prénom",
                • "description":""
                }
                ,
              • "list":
                {
                • "type":"string",
                • "title":"Liste",
                • "description":""
                }
                ,
              • "vote":
                {
                • "type":"integer",
                • "title":"Voix",
                • "description":""
                }
                ,
              • "vote_reg":
                {
                • "type":"string",
                • "title":"% Voix/Ins",
                • "description":"",
                • "unit":"%"
                }
                ,
              • "vote_exp":
                {
                • "type":"string",
                • "title":"% Voix/Exp",
                • "description":"",
                • "unit":"%"
                }
                ,
              • "name_surname":
                {
                • "type":"string",
                • "title":"Nom Prénom",
                • "description":""
                }
                ,
              • "com_code":
                {
                • "type":"string",
                • "title":"Code Officiel Commune",
                • "description":""
                }
                ,
              • "location":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"Localisation",
                • "description":""
                }
                ,
              • "uniq_bdv":
                {
                • "type":"string",
                • "title":"Nom du bureau",
                • "description":""
                }
                ,
              • "reg_code":
                {
                • "type":"string",
                • "title":"Code Officiel Région",
                • "description":""
                }
                ,
              • "reg_name":
                {
                • "type":"string",
                • "title":"Nom Officiel Région",
                • "description":""
                }
                ,
              • "dep_area_code":
                {
                • "type":"string",
                • "title":"Code Iso 3166-3 Zone",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Jeux de données similaires