records

records

Active filters Clear all

No active filters

Filters

Presenze e votazioni

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Nominativo
               

No description available for this field.

Name (identifier)
nominativo
Type
text
Sample
                       
Data Seduta
               

No description available for this field.

Name (identifier)
data_seduta
Type
date
Sample
                       
Gruppo Politico
               

No description available for this field.

Name (identifier)
gruppo_politico
Type
text
Sample
                       
Presenza
P=presente A=assente

No description available for this field.

Name (identifier)
presenza
Type
text
Sample
                       
Num.Votazioni
Numero votazioni effettuate nella seduta

No description available for this field.

Name (identifier)
num_votazioni
Type
integer
Sample
                       
Percentuale presenza alle votazioni
               

No description available for this field.

Name (identifier)
percentuale_presenza_alle_votazioni
Type
integer
Unit
%
Sample
                       

JSON Schema

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

{
  • "title":"presenze-e-votazioni",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/presenze-e-votazioni"
      }
    ]
    ,
  • "definitions":
    {
    • "presenze-e-votazioni":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/presenze-e-votazioni_records"
            }
          }
        }
      }
      ,
    • "presenze-e-votazioni_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "nominativo":
              {
              • "type":"string",
              • "title":"Nominativo",
              • "description":""
              }
              ,
            • "data_seduta":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Data Seduta",
              • "description":""
              }
              ,
            • "gruppo_politico":
              {
              • "type":"string",
              • "title":"Gruppo Politico",
              • "description":""
              }
              ,
            • "presenza":
              {
              • "type":"string",
              • "title":"Presenza",
              • "description":"P=presente A=assente"
              }
              ,
            • "num_votazioni":
              {
              • "type":"integer",
              • "title":"Num.Votazioni",
              • "description":"Numero votazioni effettuate nella seduta"
              }
              ,
            • "percentuale_presenza_alle_votazioni":
              {
              • "type":"integer",
              • "title":"Percentuale presenza alle votazioni",
              • "description":"",
              • "unit":"%"
              }
            }
          }
        }
      }
    }
}

Similar datasets