enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Mariages depuis 2017 - Ville d'Orléans

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
CODE_INSEE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_insee
Type
texte
Exemple
                       
COMMUNE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
commune
Type
texte
Exemple
                       
ANNEE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
annee
Type
texte
Exemple
                       
MOIS
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
mois
Type
texte
Exemple
                       
EPOUSE_MOINS_25
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
epouse_moins_25
Type
int
Exemple
                       
EPOUSE_25_44
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
epouse_25_44
Type
int
Exemple
                       
EPOUSE_45_64
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
epouse_45_64
Type
int
Exemple
                       
EPOUSE_PLUS_65
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
epouse_plus_65
Type
int
Exemple
                       
EPOUX_MOINS_25
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
epoux_moins_25
Type
int
Exemple
                       
EPOUX_25_44
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
epoux_25_44
Type
int
Exemple
                       
EPOUX_45_64
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
epoux_45_64
Type
int
Exemple
                       
EPOUX_PLUS_65
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
epoux_plus_65
Type
int
Exemple
                       
HOM_FEM
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
hom_fem
Type
int
Exemple
                       
FEM_FEM
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
fem_fem
Type
int
Exemple
                       
HOM_HOM
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
hom_hom
Type
int
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":"statistiques-des-mariages",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/statistiques-des-mariages"
      }
    ]
    ,
  • "definitions":
    {
    • "statistiques-des-mariages":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/statistiques-des-mariages_records"
            }
          }
        }
      }
      ,
    • "statistiques-des-mariages_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "code_insee":
              {
              • "type":"string",
              • "title":"CODE_INSEE",
              • "description":""
              }
              ,
            • "commune":
              {
              • "type":"string",
              • "title":"COMMUNE",
              • "description":""
              }
              ,
            • "annee":
              {
              • "type":"string",
              • "title":"ANNEE",
              • "description":""
              }
              ,
            • "mois":
              {
              • "type":"string",
              • "title":"MOIS",
              • "description":""
              }
              ,
            • "epouse_moins_25":
              {
              • "type":"integer",
              • "title":"EPOUSE_MOINS_25",
              • "description":""
              }
              ,
            • "epouse_25_44":
              {
              • "type":"integer",
              • "title":"EPOUSE_25_44",
              • "description":""
              }
              ,
            • "epouse_45_64":
              {
              • "type":"integer",
              • "title":"EPOUSE_45_64",
              • "description":""
              }
              ,
            • "epouse_plus_65":
              {
              • "type":"integer",
              • "title":"EPOUSE_PLUS_65",
              • "description":""
              }
              ,
            • "epoux_moins_25":
              {
              • "type":"integer",
              • "title":"EPOUX_MOINS_25",
              • "description":""
              }
              ,
            • "epoux_25_44":
              {
              • "type":"integer",
              • "title":"EPOUX_25_44",
              • "description":""
              }
              ,
            • "epoux_45_64":
              {
              • "type":"integer",
              • "title":"EPOUX_45_64",
              • "description":""
              }
              ,
            • "epoux_plus_65":
              {
              • "type":"integer",
              • "title":"EPOUX_PLUS_65",
              • "description":""
              }
              ,
            • "hom_fem":
              {
              • "type":"integer",
              • "title":"HOM_FEM",
              • "description":""
              }
              ,
            • "fem_fem":
              {
              • "type":"integer",
              • "title":"FEM_FEM",
              • "description":""
              }
              ,
            • "hom_hom":
              {
              • "type":"integer",
              • "title":"HOM_HOM",
              • "description":""
              }
            }
          }
        }
      }
    }
}