enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Élections législatives 2ème tour 2024 - Participation

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
CODE_SCRUTIN
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_scrutin
Type
texte
Exemple
                       
LIBELLE_SCRUTIN
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
libelle_scrutin
Type
texte
Exemple
                       
NUMERO_TOUR
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
numero_tour
Type
décimal
Exemple
                       
DATE_SCRUTIN
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
date_scrutin
Type
date
Exemple
                       
CODE_LIEU_DE_VOTE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_lieu_de_vote
Type
décimal
Exemple
                       
LIBELLE_LIEU_DE_VOTE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
libelle_lieu_de_vote
Type
texte
Exemple
                       
NUM_BUREAU
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
num_bureau
Type
texte
Exemple
                       
LIBELLE_BUREAU_DE_VOTE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
libelle_bureau_de_vote
Type
texte
Exemple
                       
ADRESSE_BUREAU_DE_VOTE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
adresse_bureau_de_vote
Type
texte
Exemple
                       
INSCRITS
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
inscrits
Type
décimal
Exemple
                       
VOTANTS_10H
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
votants_10h
Type
décimal
Exemple
                       
POURCENTAGE_VOTANTS_10H
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
pourcentage_votants_10h
Type
décimal
Exemple
                       
VOTANTS_12H
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
votants_12h
Type
int
Exemple
                       
POURCENTAGE_VOTANTS_12H
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
pourcentage_votants_12h
Type
décimal
Exemple
                       
VOTANTS_14H
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
votants_14h
Type
décimal
Exemple
                       
POURCENTAGE_VOTANTS_14H
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
pourcentage_votants_14h
Type
décimal
Exemple
                       
VOTANTS_16H
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
votants_16h
Type
décimal
Exemple
                       
POURCENTAGE_VOTANTS_16H
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
pourcentage_votants_16h
Type
décimal
Exemple
                       
VOTANTS_18H
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
votants_18h
Type
int
Exemple
                       
POURCENTAGE_VOTANTS_18H
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
pourcentage_votants_18h
Type
décimal
Exemple
                       
VOTANTS_20H
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
votants_20h
Type
int
Exemple
                       
POURCENTAGE_VOTANTS_20H
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
pourcentage_votants_20h
Type
décimal
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":"legislatives-t2-2024-participation",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/legislatives-t2-2024-participation"
      }
    ]
    ,
  • "definitions":
    {
    • "legislatives-t2-2024-participation":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/legislatives-t2-2024-participation_records"
            }
          }
        }
      }
      ,
    • "legislatives-t2-2024-participation_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "code_scrutin":
              {
              • "type":"string",
              • "title":"CODE_SCRUTIN",
              • "description":""
              }
              ,
            • "libelle_scrutin":
              {
              • "type":"string",
              • "title":"LIBELLE_SCRUTIN",
              • "description":""
              }
              ,
            • "numero_tour":
              {
              • "type":"number",
              • "title":"NUMERO_TOUR",
              • "description":""
              }
              ,
            • "date_scrutin":
              {
              • "type":"string",
              • "format":"date",
              • "title":"DATE_SCRUTIN",
              • "description":""
              }
              ,
            • "code_lieu_de_vote":
              {
              • "type":"number",
              • "title":"CODE_LIEU_DE_VOTE",
              • "description":""
              }
              ,
            • "libelle_lieu_de_vote":
              {
              • "type":"string",
              • "title":"LIBELLE_LIEU_DE_VOTE",
              • "description":""
              }
              ,
            • "num_bureau":
              {
              • "type":"string",
              • "title":"NUM_BUREAU",
              • "description":""
              }
              ,
            • "libelle_bureau_de_vote":
              {
              • "type":"string",
              • "title":"LIBELLE_BUREAU_DE_VOTE",
              • "description":""
              }
              ,
            • "adresse_bureau_de_vote":
              {
              • "type":"string",
              • "title":"ADRESSE_BUREAU_DE_VOTE",
              • "description":""
              }
              ,
            • "inscrits":
              {
              • "type":"number",
              • "title":"INSCRITS",
              • "description":""
              }
              ,
            • "votants_10h":
              {
              • "type":"number",
              • "title":"VOTANTS_10H",
              • "description":""
              }
              ,
            • "pourcentage_votants_10h":
              {
              • "type":"number",
              • "title":"POURCENTAGE_VOTANTS_10H",
              • "description":""
              }
              ,
            • "votants_12h":
              {
              • "type":"integer",
              • "title":"VOTANTS_12H",
              • "description":""
              }
              ,
            • "pourcentage_votants_12h":
              {
              • "type":"number",
              • "title":"POURCENTAGE_VOTANTS_12H",
              • "description":""
              }
              ,
            • "votants_14h":
              {
              • "type":"number",
              • "title":"VOTANTS_14H",
              • "description":""
              }
              ,
            • "pourcentage_votants_14h":
              {
              • "type":"number",
              • "title":"POURCENTAGE_VOTANTS_14H",
              • "description":""
              }
              ,
            • "votants_16h":
              {
              • "type":"number",
              • "title":"VOTANTS_16H",
              • "description":""
              }
              ,
            • "pourcentage_votants_16h":
              {
              • "type":"number",
              • "title":"POURCENTAGE_VOTANTS_16H",
              • "description":""
              }
              ,
            • "votants_18h":
              {
              • "type":"integer",
              • "title":"VOTANTS_18H",
              • "description":""
              }
              ,
            • "pourcentage_votants_18h":
              {
              • "type":"number",
              • "title":"POURCENTAGE_VOTANTS_18H",
              • "description":""
              }
              ,
            • "votants_20h":
              {
              • "type":"integer",
              • "title":"VOTANTS_20H",
              • "description":""
              }
              ,
            • "pourcentage_votants_20h":
              {
              • "type":"number",
              • "title":"POURCENTAGE_VOTANTS_20H",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Jeux de données similaires