Created
March 15, 2024 11:11
-
-
Save aborruso/c3734ac24beadc85376d83364488d907 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"fields": [{"id":"_id","type":"int"},{"id":"Anno","type":"numeric"},{"id":"Professione","type":"text"},{"id":"Maschi","type":"numeric"},{"id":"Femmine","type":"numeric"}], | |
"records": [ | |
[1,2024,"ALTRA CONDIZIONE NON PROFESSIONALE",42,44], | |
[2,2024,"CASALINGA",0,3505], | |
[3,2024,"COADIUVANTE FAMILIARE/SOCIO COOP.",17,95], | |
[4,2024,"COLLABORAZIONE COORD-CONTINUATIVA/PRESTAZIONE OPERA OCCASIONALE",1,5], | |
[5,2024,"DIRIGENTE",797,994], | |
[6,2024,"DIRIGENTE O IMPIEGATO",40,43], | |
[7,2024,"DISOCCUPATO/IN CERCA DI PRIMA OCCUPAZIONE",378,409], | |
[8,2024,"IMPRENDITORE, LIBERO PROFESSIONISTA",418,235], | |
[9,2024,"LAVORATORE DIPENDENTE",437,736], | |
[10,2024,"LAVORATORE IN PROPRIO",413,176], | |
[11,2024,"NON APPLICABILE",42,62], | |
[12,2024,"NON CONOSCIUTA",32,33], | |
[13,2024,"OPERAIO O ASSIMILATO",1282,465], | |
[14,2024,"PENSIONATO/RITIRATO DAL LAVORO",1574,1349], | |
[15,2024,"QUADRO/IMPIEGATO",1031,711], | |
[16,2024,"STUDENTE",2602,1846] | |
]} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment