333 056 enregistrements

333 056 enregistrements

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

CANDIDAT_OU_LISTE

ELECTION

Résultats des élections par bureau de vote

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
ELECTION
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
election
Type
texte
Exemple
Cantonales 2001 - 1er tour
TYPE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
type
Type
texte
Exemple
Cantonales
ANNEE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
annee
Type
date
Exemple
2001
TOUR
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
tour
Type
texte
Exemple
1
CODE_CIRCONSCRIPTION
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_circonscription
Type
texte
Exemple
                       
CIRCONSCRIPTION
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
circonscription
Type
texte
Exemple
                       
COMMUNE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
commune
Type
texte
Exemple
BOULOGNE BILLANCOURT
CODE_INSEE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_insee
Type
texte
Exemple
92012
CODE_BUREAU_VOTE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_bureau_vote
Type
texte
Exemple
1
INSCRITS
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
inscrits
Type
décimal
Exemple
1023
ABSTENTIONS
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
abstentions
Type
décimal
Exemple
627
VOTANTS
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
votants
Type
décimal
Exemple
396
BLANCS_ET_NULS
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
blancs_et_nuls
Type
décimal
Exemple
11
BLANCS
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
blancs
Type
décimal
Exemple
                       
NULS
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nuls
Type
décimal
Exemple
                       
EXPRIMES
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
exprimes
Type
décimal
Exemple
385
NUM_PANNEAU
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
num_panneau
Type
texte
Exemple
                       
CANDIDAT_OU_LISTE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
candidat_ou_liste
Type
texte
Exemple
GOITIA ISABELLE
SEXE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
sexe
Type
texte
Exemple
                       
NOM
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom
Type
texte
Exemple
GOITIA
PRENOM
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
prenom
Type
texte
Exemple
ISABELLE
VOIX
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
voix
Type
décimal
Exemple
20
CODE_CANTON
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_canton
Type
décimal
Exemple
                       
CANTON
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
canton
Type
texte
Exemple
                       
CODE_NUANCE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_nuance
Type
texte
Exemple
COM
CANDIDAT_OU_LISTE_NUANCE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
candidat_ou_liste_nuance
Type
texte
Exemple
GOITIA ISABELLE - COM
NOM_SOURCE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom_source
Type
texte
Exemple
GOÏTIA
PRENOM_SOURCE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
prenom_source
Type
texte
Exemple
Isabelle
CODE_SIGLE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_sigle
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":"resultats-des-elections-par-bureau-de-vote",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/resultats-des-elections-par-bureau-de-vote"
      }
    ]
    ,
  • "definitions":
    {
    • "resultats-des-elections-par-bureau-de-vote":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/resultats-des-elections-par-bureau-de-vote_records"
            }
          }
        }
      }
      ,
    • "resultats-des-elections-par-bureau-de-vote_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "election":
              {
              • "type":"string",
              • "title":"ELECTION",
              • "description":""
              }
              ,
            • "type":
              {
              • "type":"string",
              • "title":"TYPE",
              • "description":""
              }
              ,
            • "annee":
              {
              • "type":"string",
              • "format":"date",
              • "title":"ANNEE",
              • "description":""
              }
              ,
            • "tour":
              {
              • "type":"string",
              • "title":"TOUR",
              • "description":""
              }
              ,
            • "code_circonscription":
              {
              • "type":"string",
              • "title":"CODE_CIRCONSCRIPTION",
              • "description":""
              }
              ,
            • "circonscription":
              {
              • "type":"string",
              • "title":"CIRCONSCRIPTION",
              • "description":""
              }
              ,
            • "commune":
              {
              • "type":"string",
              • "title":"COMMUNE",
              • "description":""
              }
              ,
            • "code_insee":
              {
              • "type":"string",
              • "title":"CODE_INSEE",
              • "description":""
              }
              ,
            • "code_bureau_vote":
              {
              • "type":"string",
              • "title":"CODE_BUREAU_VOTE",
              • "description":""
              }
              ,
            • "inscrits":
              {
              • "type":"number",
              • "title":"INSCRITS",
              • "description":""
              }
              ,
            • "abstentions":
              {
              • "type":"number",
              • "title":"ABSTENTIONS",
              • "description":""
              }
              ,
            • "votants":
              {
              • "type":"number",
              • "title":"VOTANTS",
              • "description":""
              }
              ,
            • "blancs_et_nuls":
              {
              • "type":"number",
              • "title":"BLANCS_ET_NULS",
              • "description":""
              }
              ,
            • "blancs":
              {
              • "type":"number",
              • "title":"BLANCS",
              • "description":""
              }
              ,
            • "nuls":
              {
              • "type":"number",
              • "title":"NULS",
              • "description":""
              }
              ,
            • "exprimes":
              {
              • "type":"number",
              • "title":"EXPRIMES",
              • "description":""
              }
              ,
            • "num_panneau":
              {
              • "type":"string",
              • "title":"NUM_PANNEAU",
              • "description":""
              }
              ,
            • "candidat_ou_liste":
              {
              • "type":"string",
              • "title":"CANDIDAT_OU_LISTE",
              • "description":""
              }
              ,
            • "sexe":
              {
              • "type":"string",
              • "title":"SEXE",
              • "description":""
              }
              ,
            • "nom":
              {
              • "type":"string",
              • "title":"NOM",
              • "description":""
              }
              ,
            • "prenom":
              {
              • "type":"string",
              • "title":"PRENOM",
              • "description":""
              }
              ,
            • "voix":
              {
              • "type":"number",
              • "title":"VOIX",
              • "description":""
              }
              ,
            • "code_canton":
              {
              • "type":"number",
              • "title":"CODE_CANTON",
              • "description":""
              }
              ,
            • "canton":
              {
              • "type":"string",
              • "title":"CANTON",
              • "description":""
              }
              ,
            • "code_nuance":
              {
              • "type":"string",
              • "title":"CODE_NUANCE",
              • "description":""
              }
              ,
            • "candidat_ou_liste_nuance":
              {
              • "type":"string",
              • "title":"CANDIDAT_OU_LISTE_NUANCE",
              • "description":""
              }
              ,
            • "nom_source":
              {
              • "type":"string",
              • "title":"NOM_SOURCE",
              • "description":""
              }
              ,
            • "prenom_source":
              {
              • "type":"string",
              • "title":"PRENOM_SOURCE",
              • "description":""
              }
              ,
            • "code_sigle":
              {
              • "type":"string",
              • "title":"CODE_SIGLE",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Réutilisations

Cliquez pour déplier Cliquez pour replier

Soumettre une réutilisation

Cliquez pour déplier Cliquez pour replier

Votre nom sera affiché publiquement avec votre réutilisation

Votre prénom sera affiché publiquement avec votre réutilisation

Votre email ne sera pas affiché publiquement et sera seulement utilisé par un administrateur pour vous contacter.

Courte description de votre travail (max. 50 caractères)

Une description de ce que vous avez fait en utilisant ce jeu de données (max. 1000 caractères)

Une URL où votre travail est accessible publiquement

 ou 

(facultatif) Une URL ou une image pour présenter votre travail

false

Jeux de données similaires