-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated requirements with PyQt5 for GUI
- Loading branch information
Showing
4 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
properties_name_in_uri;Dienstboden | ||
buurt-a;1,5 | ||
buurt-b;2,32 | ||
buurt-c;1,96 | ||
buurt-d;1,37 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
personID,surname,male,occupation | ||
012,Fumes,0,chimney sweep | ||
013,Careful,1,nurse | ||
017,Bushman,1,shrubber | ||
019,Oak,0,woodturner |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
ID;Ref_Reg;Family-Name;First_Name;Gender;Profession;Hisco;Hisclass;Hiscam;Residence;Place_Birth;Age;Year_Birth;Month_Birth;Day_Birth;Marital_Status;Divorced;Children;Year_Death;Month_Death;Day_Death;Net_value;Kantoor;Province;Class | ||
2294;8532;Roozen;Anthonius Leonardus;0;logementhouder;51040;4;64,41;s-Gravenhage;Bloemendaal;40;1881;7;6;b;0;1;1921;1;10;38199,00;'s Gravenhage;Zuid-Holland;3 | ||
24223;10#9412#9499;Vermeulen;Wouter Johannes;0;schipper;4217;3;51,33;Gouda;Reeuwijk;74;1847;8;1;b;;;1921;12;8;5281,00;Gouda;Zuid-Holland;2 | ||
17591;7#2609;Tussenbroek, van;Maaike Gerdina Maria;1;;;;;Zuid-Beijerland;Ophemert;68;1853;10;29;b;0;0;1921;8;8;4209,00;Oud-Beijerland;Zuid-Holland;2 | ||
2523;10#638;Maas;Antonia;1;;;;;Aarle-Rixtel;Aarle-Rixtel;73;1848;0;0;c;0;0;1921;1;9;1256,00;Helmond;Noord-Brabant;2 | ||
24115;6#3287;Fonhof;Willemina Gesina;1;;;;;Winterswijk;Winterswijk;73;1848;9;27;"b;c";0;0;1921;4;23;482,00;Groenlo;Gelderland;1 | ||
6075;10#2999;Pelt;Elie Nicolaas;0;restaurateur;16160;4;68,47;Rotterdam;Rotterdam;62;1859;1;19;b;;;1921;4;12;30894,00;Rotterdam I;Zuid-Holland;3 | ||
12615;7#5154;Bruin;Jan;0;veehouder;61240;8;54,18;Zuid-Scharwoude;Harenkarspel;72;1849;9;28;C;;;1921;4;22;471,00;Alkmaar;Noord-Holland;1 | ||
3317;1197;Mantz;Bartholomeus ? Miekael;0;arts;6105;2;99;Amsterdam;Amsterdam;61;1860;3;28;b;0;0;1921;6;16;107719,00;Amsterdam III;Noord-Holland;4 | ||
2739;7#8791;Snippers;Antonius;0;;;;;Losser;Losser;80;1841;7;17;c;;;1921;4;14;100,00;Enschede;Overijssel;1 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,3 +11,4 @@ rfc3987==1.3.8 | |
tzlocal==4.1 | ||
unicodecsv==0.14.1 | ||
Werkzeug==2.0.2 | ||
PyQt5==5.15.10 |