-
Notifications
You must be signed in to change notification settings - Fork 0
/
dataset_train_median.csv
We can't make this file beautiful and searchable because it's too large.
4475 lines (4475 loc) · 593 KB
/
dataset_train_median.csv
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
,name,address,age,sex,date_of_birth,query hyperthyroid,FTI measured,education,lithium,TT4,T4U,tumor,TSH,T3,fnlwgt,hours-per-week,relationship,sick,workclass,TT4 measured,class,marital-status,goitre,native-country,hypopituitary,on antithyroid medication,referral source,education-num,occupation,race,FTI,class-num,query hypothyroid,T4U measured,pregnant,thyroid surgery,TSH measured,query on thyroxine,I131 treatment,on thyroxine,T3 measured,psych
0,Terry Terry,"11818 Lori Crossing Apt. 802
Pughstad, DC 78165",63.0,M,1955-07-24,f,t, Some-college,f,129.0,1.08,f,1.5,2.1,284799.0,60.0, Husband,f, Self-emp-inc,t,negative, Married-civ-spouse,f, United-States,f,f,SVHC,1000.0, Sales, White,120.0,|2706,f,t,f,f,t,f,f,f,t,t
1,Edith Boudreaux,"PSC 4657, Box 5446
APO AP 58412",64.0,F,1953-12-06,f,f, HS-grad,f,108.0,1.0,f,1.4,2.0,62865.0,45.0, Not-in-family,f, Private,f,negative, Never-married,f, United-States,f,f,other,9.0, Priv-house-serv, White,107.0,|2055,f,f,f,f,f,f,f,t,f,f
2,Janet Washington,"Unit 9759 Box 9470
DPO AP 45549",47.0,F,1971-06-04,f,t, HS-grad,f,109.0,1.0,f,2.3,2.0,60940.0,50.0, Not-in-family,f, Private,t,negative, Widowed,f, France,f,f,other,9.0, Sales, White,109.0,|911,f,t,f,f,t,f,f,f,t,f
3,Margaret Chabot,"137 Lewis Flat Suite 762
West Elizabeth, AL 32973",57.0,F,1961-03-01,f,f, 10th,f,108.0,1.0,f,1.4,2.0,90668.0,40.0, Not-in-family,f, Private,f,negative, Never-married,f, United-States,f,f,other,6.0, Other-service, White,107.0,|1794,f,f,f,f,f,f,f,f,f,f
4,Colleen Satterwhite,"995 Frank Stravenue
South Matthewport, TX 81402",84.0,F,1934-07-06,f,t, 9th,f,77.0,0.74,f,3.5,2.0,259216.0,40.0, Not-in-family,f, Local-gov,t,negative, Divorced,f, United-States,f,f,other,5.0, Other_service, White,104.0,|3065,f,t,f,f,t,f,f,f,f,f
5,Stephen Lalk,"1781 Meredith Skyway Suite 328
Cordovaburgh, CA 13637",65.0,M,1953-03-13,f,t, Some-college,f,154.0,1.03,f,0.4,1.0,49398.0,40.0, Husband,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,other,10.0, Tech-support, White,149.0,|3333,f,t,f,f,t,f,f,f,t,f
6,Abraham Bruce,"2415 Elizabeth Knoll Suite 030
Cordovafort, CO 02589",28.0,M,1990-02-16,f,t, Doctorate,f,142.0,1.07,f,1.7,2.1,116878.0,30.0, Husband,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,SVI,16.0, Prof-specialty, White,133.0,|2565,f,t,f,f,t,f,f,f,t,f
7,Judy Smith,"49824 Kim View
West Ericborough, VT 42457",83.0,F,1935-05-10,f,t, Some-college,f,103.0,0.79,f,1.6,1.2,108699.0,40.0, Not-in-family,f, Private,t,negative, Divorced,f, United-States,f,f,SVI,10.0, Sales, White,131.0,|792,f,t,f,f,t,f,f,f,t,f
8,Anna Swartz,"53231 Matthew Spur Apt. 079
North Brian, MA 30418",35.0,F,1983-08-30,f,t, Some-college,f,95.0,1.11,f,5.2,2.0,71592.0,40.0, Unmarried,f, State-gov,t,negative, Never-married,f, Philippines,f,f,STMW,10.0, Adm-clerical, Asian-Pac-Islander,85.0,|3714,f,t,f,f,t,f,f,f,f,f
9,Patricia Kealy,"USNV Gallegos
FPO AA 99743",56.0,F,1962-02-18,f,t, Assoc-acdm,f,103.0,0.9,f,1.1,2.2,146565.0,30.0, Not-in-family,f, Local-gov,t,negative, Divorced,f, United-States,f,f,other,12.0, Other_service, White,114.0,|2933,f,t,f,t,t,f,f,t,t,f
10,James Wilson,"655 Karen Causeway
Benjaminberg, NY 46590",64.0,M,1954-08-10,f,t, HS-grad,f,83.0,0.9,f,0.24,2.0,336329.0,10.0, Husband,f, Self-emp-not-inc,t,negative, Married-civ-spouse,f, United-States,f,f,other,9.0, Exec-managerial, White,93.0,|1688,f,t,f,f,t,f,f,t,f,f
11,Morgan Toole,"9197 Juarez Lock
New Matthew, VA 12312",59.0,F,1959-01-18,t,t, Assoc-voc,f,100.0,0.98,f,0.1,2.5,93106.0,40.0, Not-in-family,f, Private,t,negative, Never-married,f, United-States,f,f,other,11.0, Adm-clerical, White,103.0,|1857,f,t,f,f,t,f,f,f,t,f
12,Betty Kannel,"9892 Stephen Track Suite 831
Sharonstad, TN 16192",65.0,F,1953-06-27,f,t, Bachelors,f,96.0,1.03,f,0.61,1.8,83434.0,21.0, Not-in-family,f, Private,t,negative, Never-married,f, Japan,f,f,sVI,13.0, Other-service, Asian-Pac-Islander,94.0,|2023,f,t,f,f,t,f,f,f,t,f
13,Roy Wilson,"62673 Jeanette Track Apt. 852
Mckenzieberg, WY 57271",60.0,M,1957-12-09,f,t, HS-grad,f,88.0,0.95,f,5.2,2.0,91666.0,50.0, Not-in-family,f, Private,t,negative, Never-married,f, United-States,f,f,SVI,9.0, Transport-moving, White,92.0,|3479,f,t,f,f,t,f,f,f,f,f
14,Patricia Wasilewski,"85154 Young Mill
Aaronville, IA 31780",60.0,F,1957-11-14,f,t, Some-college,f,66.0,1.0,f,18.0,1.5,95244.0,35.0, Unmarried,f, Private,t,negative, Divorced,f, United-States,f,f,SVI,10.0, Other-service, Black,66.0,|1293,f,t,f,f,t,f,f,f,t,f
15,Carl Young,"509 Antonio Haven Suite 117
West Ricky, OK 35203",72.0,M,1946-02-05,f,t, Some-college,f,77.0,0.85,f,2.3,1.2,48121.0,25.0, Husband,f, State-gov,t,negative, Married-civ-spouse,f, United-States,f,f,SVI,10.0, Other-service, White,91.0,|3246,f,t,f,f,t,f,f,f,t,f
16,Lori Scott,"024 Jordan Plains Suite 643
Andreamouth, WI 58957",78.0,F,1940-09-02,f,t, Bachelors,f,113.0,0.99,f,0.64,1.7,219906.0,25.0, Wife,f, Local-gov,t,negative, Married-civ-spouse,f, United-States,f,f,SVI,13.0, Prof-specialty, White,115.0,|2601,t,t,f,f,t,f,f,f,t,f
17,Ronald Speigel,"31259 Porter Gateway Suite 886
East Sarahfort, MS 21557",53.0,M,1965-08-13,f,t, Bachelors,f,108.0,0.89,f,1.0,2.2,236497.0,48.0, Husband,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,other,13.0, Exec-managerial, White,121.0,|271,f,t,f,f,t,f,f,f,t,f
18,Karen Boyles,"USNV Robinson
FPO AA 16102",73.0,F,1945-10-15,f,t, Some-college,f,134.0,1.18,f,1.9,2.2,251243.0,50.0, Not-in-family,f, Private,t,negative, Divorced,f, United-States,f,f,other,10.0, Exec-managerial, White,114.0,|2931,f,t,f,f,t,f,f,f,t,f
19,Elizabeth Davis,"6135 Keith Route Apt. 868
Abigailchester, OK 63422",28.0,F,1989-11-10,f,f, Bachelors,f,108.0,1.0,f,1.4,2.0,262872.0,40.0, Not-in-family,f, Private,f,negative, Never-married,f, United-States,f,t,other,13.0, Adm-clerical, White,107.0,|31,f,f,f,f,f,f,f,f,f,f
20,Debra White,"30989 Robert Stream Apt. 520
Jorgehaven, MS 99923",27.0,F,1991-10-04,f,t, HS-grad,f,272.0,0.97,f,0.02,5.3,205975.0,20.0, Own-child,f, Private,t,negative, Never-married,f, United-States,f,f,other,9.0, Adm-clerical, White,281.0,|3351,f,t,f,f,t,f,f,f,t,f
21,Kelly Webb,"6934 Victor Turnpike Apt. 644
Lake Paulamouth, NE 75992",73.0,F,1945-04-23,f,t, HS-grad,f,109.0,1.32,f,2.1,2.8,127190.0,15.0, Own-child,t, Private,t,negative, Never-married,f, United-States,f,f,Other,9.0, Other-service, White,83.0,|1825,f,t,f,f,t,f,f,f,t,f
22,Sandra Cherry,"83150 James Isle Suite 616
Lake Christinaton, SC 16583",70.0,F,1948-07-20,f,t, HS-grad,f,131.0,1.0,f,2.1,1.7,128346.0,40.0, Own-child,t, Private,t,negative, Never-married,f, United-States,f,f,SVHD,9.0, Machine-op-inspct, White,130.0,|808,t,t,f,f,t,f,f,f,t,f
23,Terri Alexander,"2397 Powell Skyway Apt. 944
New Brianport, PA 58357",69.0,F,1949-04-11,f,t, HS-grad,f,126.0,0.96,f,1.9,1.5,43587.0,35.0, Not-in-family,f, Private,t,negative, Married-spouse-absent,f, United-States,f,f,other,9.0, Adm-clerical, White,131.0,|1157,f,t,f,f,t,f,f,f,t,f
24,Anitra Kennerly,"58132 Emily Club Apt. 346
Emmaborough, LA 16007",19.0,F,1998-10-17,f,t, Some-college,f,80.0,0.89,f,3.0,2.1,93618.0,33.0, Not-in-family,f, Local-gov,t,negative, Divorced,f, United-States,f,f,other,10.0, Adm-clerical, White,91.0,|826,f,t,f,f,t,f,f,f,t,f
25,Amanda Grulkey,"4017 Marcus Brook
West Amber, NY 39009",51.0,F,1966-11-22,f,t, Bachelors,f,92.0,0.93,f,3.3,1.9,184271.0,36.0, Not-in-family,f, Private,t,negative, Never-married,f, United-States,f,f,other,13.0, Prof-specialty, White,98.0,|2730,f,t,f,f,t,f,f,f,t,f
26,Michael Guzman,"6580 Gregory Fork Apt. 987
Port Joshuaport, NC 69576",82.0,M,1936-04-22,f,t, Bachelors,f,92.0,1.0,f,6.6,1.6,171424.0,40.0, Husband,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,SVHC,13.0, Prof-specialty, White,91.0,|3697,f,t,f,f,t,f,f,f,t,t
27,Melinda Deoliveira,"2503 Brown Island Apt. 531
Fosterton, NC 83127",36.0,F,1982-06-02,f,t, Some-college,f,77.0,0.86,f,1.9,1.0,167031.0,25.0, Other-relative,f, Private,t,negative, Never-married,f, Ecuador,f,f,other,10.0, Other-service, Other,90.0,|3587,f,t,f,f,t,f,f,f,t,f
28,Linda Stubblefield,"3266 Michael Walk Suite 579
Angelaside, AL 13883",77.0,F,1940-12-13,f,f, HS-grad,f,108.0,1.0,f,1.9,2.0,90653.0,40.0, Unmarried,f, Federal-gov,f,negative, Never-married,f, United-States,f,f,other,9.0, Exec-managerial, White,107.0,|1182,t,f,f,f,t,f,f,f,f,f
29,Julia Smith,"0845 Brown Keys
New Tiffany, AZ 18220",73.0,F,1945-08-26,f,t, Some-college,f,120.0,0.94,f,3.1,1.5,141229.0,50.0, Not-in-family,f, Private,t,negative, Divorced,f, United-States,f,f,SVI,10.0, Other-service, White,127.0,|3022,f,t,f,f,t,f,f,t,t,f
30,Spencer Castano,"39232 Brewer Park Apt. 109
North Sara, ME 96926",47.0,M,1971-01-18,f,t, Bachelors,f,73.0,0.79,f,2.6,2.0,193026.0,40.0, Husband,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,SVHC,13.0, Sales, White,92.0,|3609,f,t,f,f,t,f,f,f,f,f
31,Nell Lopez,"318 Carpenter Mill
Josephfurt, CA 66815",63.0,F,1955-02-14,f,t, Some-college,f,162.0,0.99,f,0.69,2.0,202560.0,40.0, Wife,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,other,10.0, Adm_clerical, White,163.0,|1668,f,t,f,f,t,f,f,t,f,f
32,Hoyt Martinez,"33135 Elizabeth Squares
Colleenmouth, MN 55019",62.0,F,1956-05-30,f,t, 11th,f,96.0,0.88,f,1.3,1.5,158506.0,16.0, Husband,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,SVHC,10.0, Adm-clerical, White,109.0,|3514,f,t,f,f,t,f,f,f,t,f
33,Roy Garcia,"PSC 0392, Box 5508
APO AE 57181",74.0,M,1944-07-27,f,t, Some-college,f,96.0,1.06,f,1.3,1.8,368757.0,40.0, Husband,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,SVHC,10.0, Machine-op-inspct, White,90.0,|3757,f,t,f,f,t,f,f,f,t,t
34,Ann Johnson,"778 Timothy Corners
Bryanfort, ME 91446",28.0,F,1990-05-22,f,t, 12th,f,120.0,0.82,f,1.3,1.4,184078.0,40.0, Not-in-family,f, Private,t,negative, Divorced,f, United-States,f,f,sVI,8.0, Machine-op-inspct, White,146.0,|3237,f,t,f,f,t,f,f,f,t,f
35,Judy Sprengeler,"USCGC Steele
FPO AA 97314",78.0,F,1940-04-30,f,f, Some-college,f,101.0,1.0,f,0.05,1.3,197865.0,40.0, Not-in-family,f, Private,t,negative, Divorced,f, United-States,f,f,SVI,10.0, Adm-clerical, White,107.0,|524,f,f,f,f,t,f,f,f,t,f
36,Shannon Murray,"1487 Kirk Haven
Brennanborough, MD 66214",59.0,M,1959-03-24,f,t, HS-grad,f,94.0,0.96,f,2.0,2.4,344129.0,40.0, Husband,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,SVHC,900.0, Machine-op-inspct, White,98.0,|2483,f,t,f,f,t,f,f,f,t,t
37,Albert Cipriano,"6833 Charles Neck
Port Justin, OK 71696",44.0,M,1973-12-24,f,t, Bachelors,f,106.0,1.02,f,0.25,2.0,238092.0,40.0, Own-child,f, Private,t,negative, Never-married,f, United-States,f,f,other,13.0, Prof-specialty, White,105.0,|561,f,t,f,f,t,f,f,f,f,f
38,David Nason,"38302 Bradshaw Rue
North Hannahshire, NC 34515",56.0,F,1962-03-04,f,f, HS-grad,f,108.0,1.0,f,1.4,2.0,89146.0,40.0, Husband,f, Private,f,negative, Married-civ-spouse,f, United-States,f,f,other,9.0, Transport-moving, Amer-Indian-Eskimo,107.0,|3601,f,f,f,f,f,f,f,f,f,f
39,Simone Houston,"84279 Amy Islands
Spencertown, NH 55521",58.0,F,1960-06-11,f,t, Some-college,f,82.0,0.92,f,5.5,2.1,242001.0,40.0, Own-child,f, Private,t,negative, Never-married,f, United-States,f,f,other,10.0, Adm-clerical, White,89.0,|3694,f,t,f,f,t,f,f,f,t,f
40,Cathy Neal,"33026 Janet Wells
North Ruthmouth, NM 05023",72.0,F,1946-05-20,t,t, Some-college,f,180.0,0.83,f,0.1,2.5,144798.0,40.0, Not-in-family,f, Private,t,negative, Never-married,f, United-States,f,f,SVI,10.0, Adm-clerical, White,217.0,|39,f,t,f,f,t,f,f,f,t,f
41,Lynda Smith,"990 Wesley Views Suite 718
Johnsonside, ID 33150",55.0,F,1962-11-25,f,t, HS-grad,f,61.0,0.54,f,0.81,0.3,223352.0,30.0, Not-in-family,f, Private,t,negative, Never-married,f, United-States,f,f,SVI,9.0, Other-service, White,113.0,|2070,f,t,f,f,t,f,f,f,t,f
42,Connie Herman,"0164 Angela Rest Apt. 325
Traceybury, WI 81332",2.0,F,2015-12-09,f,t, Assoc-voc,f,152.0,0.93,f,4.2,2.1,499935.0,40.0, Unmarried,f, Private,t,negative, Never-married,f, United-States,f,f,STMW,11.0, Adm-clerical, White,163.0,|3486,t,t,f,f,t,f,f,f,t,f
43,Bruce Black,"4306 Robert Shoals
Debraborough, NJ 93664",38.0,M,1980-01-12,f,t, Bachelors,f,91.0,0.78,f,0.4,2.0,445382.0,45.0, Not-in-family,f, Local-gov,t,negative, Separated,f, United-States,f,f,sVHC,10.0, Exec-managerial, White,117.0,|555,f,t,f,f,t,f,f,f,t,f
44,John Short,"4081 Montoya Points
Davidside, WA 68358",53.0,M,1965-06-17,f,t, Assoc-voc,f,96.0,0.78,f,1.6,1.9,110015.0,45.0, Husband,f, Private,t,negative, Married-civ-spouse,f, Greece,f,f,SVHC,10.0, Craft-repair, White,124.0,|2663,f,t,f,f,t,f,f,f,t,f
45,Tara Brown,"6974 Parker Wall Apt. 272
Lake Micheal, NM 38317",64.0,F,1953-12-16,f,t, 11th,f,136.0,1.07,f,1.4,3.1,137646.0,15.0, Own-child,f, Private,t,negative, Never-married,f, United-States,f,f,other,7.0, Other-service, White,127.0,|805,f,t,f,f,f,f,f,f,t,f
46,Samuel Ishak,"375 Jasmine Tunnel
Wilsonshire, AR 62810",63.0,M,1955-02-17,f,t, 9th,f,112.0,0.86,f,0.75,1.4,238002.0,40.0, Other-relative,f, Private,t,negative, Married-civ-spouse,f, Mexico,f,f,SVHC,5.0, Transport-moving, White,130.0,|3292,f,t,f,f,t,f,f,f,t,f
47,Anne Robinson,"225 Kristin Gardens Suite 760
Wallerport, KY 10853",90.0,F,1928-01-30,f,t, Assoc-voc,f,203.0,0.9,f,0.03,1.9,252862.0,40.0, Own-child,f, Private,t,negative, Never-married,f, United-States,f,f,SVI,11.0, Prof-specialty, White,224.0,|1665,f,t,f,f,t,t,f,f,t,f
48,Jacqueline Debem,"9307 Jessica Isle Suite 811
Marytown, FL 82740",72.0,F,1946-08-10,t,f, HS-grad,f,108.0,1.0,f,1.4,2.0,242559.0,38.0, Not-in-family,t, Private,f,negative, Never-married,f, United-States,f,f,other,900.0, Adm-clerical, White,107.0,|1358,f,f,f,f,f,f,f,f,f,f
49,Roger Harrison,"6648 Carrie Mount Apt. 337
Heatherville, NC 48445",63.0,M,1954-11-29,f,t, Some-college,f,79.0,0.81,f,0.15,2.0,200639.0,40.0, Husband,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,other,10.0, Machine-op-inspct, White,97.0,|1832,f,t,f,f,t,f,f,t,f,f
50,Alma Steinle,"99814 Caitlyn Dam Apt. 151
Juliemouth, FL 56091",77.0,F,1941-02-12,f,t, Some-college,f,113.0,0.94,f,0.25,1.7,102346.0,35.0, Own-child,f, Self-emp-not-inc,t,negative, Never-married,f, United-States,f,f,other,10.0, Prof-specialty, White,120.0,|768,f,t,f,f,t,f,f,t,t,f
51,Barbara Jenkins,"77974 Hale Radial
West Kimberly, MI 51749",29.0,F,1988-12-13,f,t, HS-grad,f,169.0,1.49,f,0.8,3.1,182714.0,35.0, Not-in-family,f, Private,t,increased binding protein, Separated,f, United-States,f,f,STMW,9.0, Other-service, White,114.0,|313,f,t,f,f,t,f,f,f,t,f
52,Lucy Booze,"23047 Walters Tunnel
East Charlesland, AK 97484",41.0,F,1977-07-21,f,t, Bachelors,f,123.0,0.96,f,8.4,1.5,188957.0,40.0, Not-in-family,f, Self-emp-not-inc,t,negative, Never-married,f, United-States,f,f,other,13.0, Sales, White,129.0,|1395,f,t,f,f,t,f,f,t,t,f
53,Dean Grimes,"3904 Jeffrey Gardens Suite 105
Bowenmouth, WA 65145",77.0,M,1941-03-13,f,t, Bachelors,f,146.0,0.93,f,0.6,1.2,108116.0,60.0, Husband,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,SVI,13.0, Exec-managerial, White,157.0,|356,f,t,f,f,t,f,f,f,t,f
54,Edward Straub,"9883 Ramirez River
Lake Michellefurt, NC 70438",66.0,M,1952-10-08,f,t, HS-grad,f,64.0,0.66,f,1.3,0.3,60949.0,40.0, Husband,f, State-gov,t,negative, Married-civ-spouse,f, United-States,f,f,SVI,9.0, Craft-repair, White,96.0,|965,f,t,f,f,t,f,f,f,t,f
55,John Ward,"4019 Olsen Glens Suite 728
East Carrietown, NE 66710",60.0,M,1958-04-28,f,t, HS-grad,f,5.8,0.8,f,98.0,0.4,129232.0,40.0, Own-child,f, Local-gov,t,negative, Never-married,f, United-States,f,f,SVI,9.0, Adm-clerical, White,7.0,|2387,f,t,f,f,t,f,f,f,t,f
56,Daniel Lawson,"66154 Clark Tunnel Apt. 821
Tanyaside, GA 17153",84.0,M,1934-04-07,f,t, HS-grad,f,70.0,0.78,f,0.67,0.9,197387.0,40.0, Own-child,t, Private,t,negative, Never-married,f, Mexico,f,f,SVI,9.0, Other-service, White,90.0,|1527,f,t,f,f,t,f,f,f,t,f
57,Walter Acosta,"066 Troy Junctions
West Stephanie, RI 41274",22.0,F,1996-09-23,f,t, Prof-school,f,93.0,1.08,f,1.7,2.2,235951.0,50.0, Husband,f, Local-gov,t,negative, Married-civ-spouse,f, United-States,f,f,other,15.0, Prof-specialty, White,87.0,|603,f,t,f,f,t,f,f,f,t,f
58,Jesus Reichel,"64443 Christina Crossroad Apt. 639
New Ryanville, CA 50678",75.0,M,1942-11-28,f,t, Some-college,f,100.0,0.97,f,1.3,2.2,176716.0,40.0, Husband,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,SVI,10.0, Sales, White,104.0,|1746,f,t,f,f,t,f,f,f,t,f
59,Rosemarie Inabinet,"274 Whitaker Mall
West Anthony, ND 03698",64.0,F,1954-02-01,t,t, HS-grad,f,214.0,0.94,t,1.4,6.1,177374.0,12.0, Unmarried,f, Private,t,negative, Widowed,f, United-States,f,f,other,10.0, Adm-clerical, White,228.0,|1997,f,t,f,f,f,f,f,f,t,f
60,Dina Nielsen,"2551 Erik Forges Apt. 934
Danielview, OK 71635",17.0,F,2001-06-18,t,t, HS-grad,f,101.0,0.81,f,0.3,1.5,195985.0,50.0, Not-in-family,f, Private,t,negative, Never-married,f, United-States,f,f,other,900.0, Other-service, White,125.0,|1797,t,t,f,f,t,f,f,f,t,f
61,Clara Vogelgesang,"4796 Julian Orchard
West Marissa, MN 92118",55.0,F,1963-06-27,f,t, Assoc-acdm,f,88.0,0.94,f,2.9,1.5,211699.0,40.0, Wife,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,other,12.0, Exec-managerial, White,94.0,|2680,f,t,f,f,t,f,f,f,t,f
62,Katherine Crow,"3197 Megan Summit Suite 871
East Samanthaborough, GA 88798",64.0,F,1954-06-18,f,t, Bachelors,f,123.0,1.23,f,0.3,2.8,254781.0,40.0, Not-in-family,f, Private,t,negative, Never-married,f, United-States,f,f,SVHC,13.0, Exec-managerial, White,100.0,|402,f,t,f,f,t,f,f,f,t,f
63,Beatrice Herrera,"28412 Martinez View Suite 690
Victoriaborough, CA 64876",58.0,F,1960-03-19,f,t, 12th,f,140.0,1.1,f,1.5,1.6,503454.0,40.0, Other-relative,f, Private,t,negative, Never-married,f, United-States,f,f,other,8.0, Adm-clerical, Black,127.0,|2907,f,t,f,f,t,f,f,t,t,f
64,Pat Mills,"5430 Sergio Brooks Suite 156
Andersonland, ND 82556",73.0,F,1945-04-10,f,t, Assoc-voc,f,105.0,1.17,f,1.6,2.0,34918.0,38.0, Unmarried,t, Self-emp-not-inc,t,negative, Never-married,f, United-States,f,f,SVI,11.0, Other-service, White,89.0,|322,f,t,f,f,t,f,f,f,t,f
65,John Nichols,"USNS Ellison
FPO AP 90333",48.0,M,1969-11-13,t,t, Masters,f,87.0,1.0,f,5.4,1.9,218676.0,45.0, Husband,f, Self-emp-not-inc,t,negative, Married-civ-spouse,f, United-States,f,f,Other,14.0, Exec-managerial, White,87.0,|1433,f,t,f,f,t,t,f,f,t,f
66,Lorna Nery,"703 Hunt Ville
East Katrinastad, TX 37371",55.0,F,1962-11-18,f,t, Some-college,f,149.0,1.09,f,0.05,2.0,117167.0,53.0, Not-in-family,f, Private,t,negative, Never-married,f, United-States,f,f,Other,10.0, Other-service, White,136.0,|216,f,t,f,f,t,f,f,t,t,f
67,Sabrina Tharpe,"76606 Matthews Garden
Gabrielville, CT 85863",26.0,F,1992-10-14,f,t, Bachelors,f,123.0,1.48,t,0.43,4.1,124111.0,40.0, Own-child,f, Private,t,negative, Never-married,f, United-States,f,f,STMW,1300.0, Adm-clerical, White,83.0,|2064,f,t,f,f,t,f,f,f,t,f
68,Everett Guarino,"3633 Bryan Isle
North Jamesshire, HI 69484",56.0,M,1962-05-14,f,f, 10th,f,98.0,0.93,f,1.3,2.0,118001.0,40.0, Husband,f, Private,f,negative, Married-civ-spouse,f, United-States,f,f,other,6.0, Craft-repair, Black,107.0,|262,f,f,f,f,f,f,f,f,f,f
69,Guadalupe Vargas,"8983 Jacob Unions Suite 081
Charlesville, MN 09766",58.0,F,1959-12-29,f,t, Some-college,f,88.0,0.81,f,1.3,2.0,64292.0,50.0, Not-in-family,f, Private,t,negative, Never-married,f, United-States,f,f,Other,-1000.0, Sales, White,109.0,|3124,f,t,f,f,t,f,f,t,f,f
70,Sarah Johnson,"624 Mackenzie Radial Suite 052
Anthonystad, MS 44172",25.0,F,1992-11-21,f,t, Some-college,f,181.0,1.23,f,0.09,2.2,184756.0,16.0, Own-child,f, Private,t,negative, Never-married,f, United-States,f,f,other,10.0, Adm-clerical, White,147.0,|1397,f,t,f,f,t,f,f,t,t,f
71,Sophie Thomas,"4674 Silva Course Suite 431
Lake Margaretport, DC 72951",15.0,F,2003-06-03,f,t, 10th,f,64.0,0.79,f,1.0,1.4,331556.0,40.0, Not-in-family,f, Private,t,negative, Never-married,f, United-States,f,f,SVI,6.0, Other-service, White,81.0,|2205,f,t,f,f,t,f,f,f,t,f
72,Henry Alexander,"6028 Cantrell Plains
Anthonyborough, VA 26852",33.0,M,1985-05-13,f,t, HS-grad,f,88.0,0.78,f,1.0,1.4,145409.0,40.0, Husband,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,SVHC,9.0, Craft-repair, White,113.0,|2359,f,t,f,f,t,f,f,f,t,t
73,Patricia Vaughn,"2750 Alex Curve
Rebekahtown, SD 50010",74.0,F,1943-11-21,f,t, 12th,f,108.0,0.85,t,0.025,2.2,291374.0,40.0, Unmarried,f, Private,t,negative, Never-married,f, United-States,f,f,other,8.0, Sales, Black,126.0,|1235,f,t,f,f,t,f,f,f,t,f
74,Jessie Zarrella,"12837 Martin Courts
Alexanderview, MA 30909",25.0,F,1992-12-15,f,t, Some-college,f,102.0,1.12,f,1.8,2.1,71592.0,40.0, Own-child,f, Private,t,negative, Never-married,f, United-States,f,f,other,10.0, Adm-clerical, Asian-Pac-Islander,91.0,|1145,f,t,f,f,t,f,f,f,t,f
75,Emily Fugate,"1397 Rush Stravenue Apt. 965
Karenmouth, WV 08334",68.0,F,1949-11-13,f,t, Bachelors,f,142.0,0.99,f,0.02,2.2,59932.0,40.0, Not-in-family,f, Federal-gov,t,negative, Never-married,f, United-States,f,f,STMW,13.0, Prof-specialty, White,143.0,|2529,f,t,f,f,t,f,f,t,t,f
76,Jeff Minelli,"PSC 6857, Box 6477
APO AE 90965",51.0,M,1966-11-10,f,t, HS-grad,f,118.0,0.91,f,1.4,2.6,267859.0,40.0, Own-child,f, Private,t,negative, Never-married,f, El-Salvador,f,f,SVHC,10.0, Craft-repair, White,130.0,|1270,f,t,f,f,t,f,f,t,t,f
77,Susan Green,"USNV Hill
FPO AE 18926",60.0,F,1958-09-09,f,t, Bachelors,f,112.0,0.98,f,1.6,2.1,40915.0,40.0, Not-in-family,f, Private,t,negative, Never-married,f, United-States,f,f,other,13.0, Exec-managerial, White,114.0,|3212,f,t,f,f,t,f,f,f,t,f
78,Suzanne Smith,"4614 Nancy Glens
Kylefort, GA 87600",74.0,F,1944-07-30,f,t, Bachelors,f,82.0,0.88,f,1.6,0.7,197764.0,40.0, Not-in-family,f, Local-gov,t,negative, Never-married,f, United-States,f,f,SVI,13.0, Prof_specialty, White,93.0,|1882,f,t,f,f,t,f,f,f,t,f
79,Lucy Klima,"7727 James Lake Apt. 935
Andersonton, SC 05094",39.0,F,1979-01-29,f,t, HS-grad,f,135.0,1.51,f,4.3,2.4,218435.0,20.0, Unmarried,f, Private,t,negative, Married-spouse-absent,f, Cuba,f,t,other,9.0, Sales, White,89.0,|3615,f,t,f,f,t,f,f,f,t,f
80,Gerald Johnson,"Unit 1279 Box 5712
DPO AA 42584",76.0,M,1942-09-25,f,t, 7th-8th,f,81.0,0.92,f,2.5,1.5,36077.0,40.0, Not-in-family,f, Private,t,negative, Married-spouse-absent,f, United-States,f,f,SVI,4.0, Machine-op-inspct, White,88.0,|1471,f,t,f,f,t,f,f,f,t,f
81,Mary Mcfadden,"6091 Garcia Well Suite 575
East Lisaburgh, NE 23900",65.0,F,1953-07-04,f,f, Assoc-voc,f,108.0,1.0,f,1.4,2.0,317040.0,54.0, Unmarried,t, Private,f,negative, Divorced,f, United-States,f,f,other,11.0, Adm-clerical, Black,107.0,|2075,f,f,f,f,f,f,f,f,f,f
82,Roberta Simons,"78113 Samantha Gardens Apt. 638
Salasport, OK 13964",51.0,F,1966-12-24,f,t, HS-grad,f,95.0,0.95,f,0.9,1.7,230563.0,40.0, Own-child,f, Private,t,negative, Never-married,f, United-States,f,f,SVHC,9.0, Adm_clerical, White,100.0,|1784,f,t,f,f,t,f,f,f,t,t
83,Helen Bocci,"827 Henson Common Suite 662
North Crystalfort, VA 03818",63.0,F,1955-06-20,f,t, 12th,f,97.0,1.03,f,1.5,1.9,48055.0,40.0, Not-in-family,f, Local-gov,t,negative, Widowed,f, United-States,f,f,other,8.0, Adm-clerical, White,94.0,|1077,f,t,f,f,t,f,f,f,t,f
84,Jacquelyn Driscoll,"0601 Jefferson Estate
Gordonview, NH 92219",70.0,F,1948-01-30,f,t, Bachelors,f,98.0,0.93,f,0.3,1.8,197012.0,40.0, Not-in-family,t, Local-gov,t,negative, Divorced,f, England,f,f,SVHD,13.0, Tech-support, White,105.0,|234,f,t,f,f,t,f,f,f,t,f
85,James Wong,"Unit 2818 Box 5556
DPO AP 15605",76.0,M,1941-11-01,f,t, Assoc-voc,f,94.0,0.93,f,0.8,1.1,83893.0,40.0, Husband,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,SVHD,11.0, Adm-clerical, White,101.0,|721,t,t,f,f,t,f,f,f,t,f
86,Joanna Chapman,"649 Lisa Summit
Deborahberg, AL 77056",29.0,F,1989-10-04,f,t, HS-grad,f,85.0,1.06,f,0.1,2.2,44216.0,40.0, Unmarried,f, Private,t,negative, Never-married,f, United-States,f,f,SVHC,9.0, Protective-serv, Amer-Indian-Eskimo,80.0,|202,f,t,f,f,t,f,f,f,t,f
87,Randy Fritz,"USCGC Jones
FPO AP 99548",50.0,M,1968-08-14,f,t, Bachelors,f,101.0,0.94,f,1.0,2.0,197558.0,40.0, Not-in-family,f, State-gov,t,negative, Divorced,f, United-States,f,f,SVI,13.0, Exec-managerial, White,108.0,|2187,f,t,f,f,t,f,f,f,t,f
88,Sonia Mcmahen,"47909 Patrick Wells
Lake David, VA 22483",81.0,F,1937-05-07,f,t, HS-grad,f,123.0,0.98,f,3.2,1.8,302579.0,30.0, Other-relative,f, Private,t,negative, Divorced,f, United-States,f,f,SVI,10.0, Other-service, Black,125.0,|2326,f,t,f,f,t,f,f,f,t,f
89,Amie Gross,"6740 Garner Stravenue
Berrybury, TN 59644",26.0,F,1992-02-26,f,f, Some-college,f,108.0,1.0,f,1.4,2.0,117526.0,45.0, Not-in-family,f, Private,f,negative, Never-married,f, United-States,f,f,other,10.0, Farming-fishing, White,107.0,|327,f,f,f,f,f,f,f,f,f,f
90,Fatima Doughty,"446 Diana Drives
New Sheena, MO 63455",68.0,F,1950-09-11,f,t, HS-grad,f,104.0,0.75,f,3.9,1.0,462832.0,40.0, Wife,f, Self-emp-not-inc,t,negative, Married-civ-spouse,f, United-States,f,f,SVI,9.0, Craft_repair, Black,137.0,|3766,f,t,f,f,t,f,f,f,t,f
91,Stephen Lane,"1056 Parker Corners Suite 928
South Lauriemouth, FL 23506",59.0,M,1959-04-06,f,t, HS-grad,f,82.0,0.88,f,1.3,1.6,180686.0,40.0, Husband,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,SVHC,-900.0, Craft_repair, White,93.0,|1263,f,t,f,f,t,f,f,f,t,t
92,Susan Hoyos,"PSC 7605, Box 4794
APO AA 65941",57.0,F,1961-08-05,f,t, HS-grad,f,213.0,1.09,f,0.005,2.3,39380.0,35.0, Not-in-family,f, State-gov,t,negative, Separated,f, United-States,f,f,Other,9.0, Other-service, White,195.0,|1589,f,t,f,f,t,f,f,t,t,f
93,Myrna Brosius,"USNV Mayo
FPO AA 12405",42.0,F,1976-04-03,f,t, Bachelors,f,56.0,0.9,f,3.3,1.7,282664.0,45.0, Not-in-family,f, Local-gov,t,negative, Never-married,f, United-States,f,f,SVI,13.0, Prof-specialty, Other,62.0,|227,f,t,f,f,t,f,f,f,t,f
94,Todd Begum,"5799 Michael Ports Suite 879
Medinabury, MI 22827",81.0,M,1937-06-12,f,t, Masters,f,147.0,1.06,f,1.3,1.2,202051.0,50.0, Husband,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,SVI,14.0, Prof-specialty, White,138.0,|973,f,t,f,f,t,f,f,f,t,f
95,Mary Coulter,"794 Ho Island
East Anitamouth, ME 91583",75.0,F,1942-11-14,f,t, Bachelors,f,172.0,1.01,f,0.25,2.1,326033.0,80.0, Not-in-family,f, State-gov,t,negative, Never-married,f, United-States,f,f,other,13.0, Adm_clerical, White,171.0,|482,f,t,f,f,t,f,f,t,t,f
96,Christina Maldonado,"23838 Cameron Cliff Suite 638
South Kevin, VA 88384",42.0,F,1976-04-25,f,t, Some-college,f,114.0,1.33,f,1.9,2.0,190621.0,55.0, Other-relative,f, Private,t,negative, Divorced,f, United-States,f,f,other,10.0, Exec-managerial, Black,86.0,|918,f,t,f,f,t,f,f,f,t,f
97,Jason Grimes,"Unit 6765 Box 0902
DPO AE 07079",27.0,F,1991-06-15,f,t, Some-college,f,121.0,1.23,f,1.6,2.4,82540.0,60.0, Husband,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,other,10.0, Exec-managerial, White,98.0,|2971,f,t,f,f,t,f,f,f,t,f
98,Zula Sanders,"01939 Harris Lakes
Port David, RI 19673",21.0,F,1997-03-08,f,t, Assoc-voc,f,106.0,1.06,f,0.3,2.6,52052.0,50.0, Not-in-family,f, Self-emp-inc,t,negative, Widowed,f, United-States,f,f,other,10.0, Sales, White,101.0,|256,f,t,f,f,t,f,f,f,t,f
99,Agustina Demar,"6051 Jennings Mount
Sandraland, WI 13559",45.0,F,1973-09-30,f,t, HS-grad,f,132.0,0.9,f,0.005,2.0,189728.0,35.0, Not-in-family,f, State-gov,t,negative, Separated,f, United-States,f,f,sVI,9.0, Other-service, White,147.0,|3721,t,t,f,f,t,f,f,f,f,f
100,Gussie Villalobos,"206 Rodriguez Landing
West Lindaland, IL 61553",70.0,F,1948-01-18,f,t, Assoc-voc,f,111.0,0.8,f,2.8,2.4,175622.0,40.0, Unmarried,f, Private,t,negative, Divorced,f, United-States,f,f,SVHC,11.0, Other-service, White,139.0,|2893,f,t,f,f,t,f,f,f,t,t
101,Cynthia Searles,"2807 Andrea Lake Apt. 518
Michaelstad, MI 94603",43.0,F,1975-09-23,f,t, 9th,f,87.0,1.13,f,2.0,2.6,238049.0,30.0, Not-in-family,f, Private,t,negative, Never-married,f, El-Salvador,f,f,other,5.0, Priv-house-serv, White,78.0,|3390,f,t,f,f,t,f,f,f,t,f
102,Scott Acevedo,"1540 Miranda Roads Suite 094
East Thomasfurt, MO 73292",40.0,M,1978-02-21,f,t, 10th,f,101.0,0.93,f,0.65,1.7,216867.0,30.0, Other-relative,f, Private,t,negative, Never-married,f, Mexico,f,f,SVI,6.0, Other_service, White,109.0,|2412,f,t,f,f,t,f,f,f,t,f
103,Anna Dougherty,"7816 Nicholas Camp Apt. 563
South Bridgetside, ID 68553",21.0,F,1997-01-15,f,t, Bachelors,f,78.0,0.89,f,2.2,1.5,206088.0,40.0, Not-in-family,f, Private,t,negative, Never-married,f, United-States,f,f,other,13.0, Sales, White,88.0,|2411,f,t,f,f,t,f,f,f,t,f
104,Anne Lipson,"3915 Christopher Street
Cookbury, AK 40132",46.0,F,1972-01-02,f,t, HS-grad,f,106.0,1.01,f,1.9,2.0,178983.0,40.0, Wife,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,SVHC,9.0, Adm-clerical, White,104.0,|2310,f,t,f,f,t,f,f,f,t,f
105,Blanca Neilson,"893 Blevins Port
East Kimberlyburgh, SC 50299",72.0,F,1946-05-23,f,t, 11th,f,141.0,1.09,f,1.5,1.9,199198.0,40.0, Not-in-family,f, Private,t,negative, Divorced,f, United-States,f,f,other,7.0, Adm-clerical, Black,129.0,|847,f,t,f,f,t,f,f,f,t,f
106,Thomas Winters,"195 Meyer Divide Apt. 969
Brianside, CO 52574",46.0,M,1972-02-23,f,t, 7th-8th,f,98.0,0.94,f,0.6,2.0,69727.0,40.0, Husband,f, Private,t,negative, Married-civ-spouse,f, Mexico,f,f,other,4.0, Farming-fishing, White,104.0,|3604,f,t,f,f,t,f,f,f,f,f
107,Tiffany Carr,"2055 Ryan Cape
South Michaelmouth, WI 62158",29.0,F,1989-08-11,f,t, Prof-school,f,101.0,0.79,f,2.1,2.2,132563.0,40.0, Unmarried,f, Local-gov,t,negative, Divorced,f, United-States,f,f,Other,10.0, Prof-specialty, Black,129.0,|3283,f,t,f,f,t,f,f,f,t,f
108,Annette Thomas,"3839 Gonzalez Land
Alexanderbury, FL 18073",58.0,F,1959-10-27,f,t, Some-college,f,94.0,1.01,f,5.6,2.1,173804.0,35.0, Not-in-family,f, Private,t,negative, Never-married,f, United-States,f,f,other,10.0, Sales, White,93.0,|1406,f,t,f,f,t,f,f,t,t,f
109,Olivia Le,"7549 Roger Island
West Collin, MA 13228",25.0,F,1993-01-11,f,t, HS-grad,f,152.0,1.36,f,2.4,2.2,122048.0,40.0, Not-in-family,f, Private,t,negative, Never-married,f, United-States,f,f,other,9.0, Machine_op_inspct, White,112.0,|2244,t,t,f,f,t,f,f,t,t,f
110,Helen Perry,"913 Frye Parks
North Rhonda, NV 35792",44.0,F,1974-06-11,f,f, HS-grad,f,108.0,1.0,f,1.4,2.0,163708.0,40.0, Unmarried,f, Private,f,negative, Widowed,f, United-States,f,f,other,9.0, Other-service, White,107.0,|1108,f,f,f,f,f,f,f,f,f,f
111,Rebecca Helmes,"487 Williams Union
North Amytown, MS 94391",36.0,F,1982-02-04,f,t, Assoc-acdm,f,99.0,0.95,f,0.25,2.3,51331.0,16.0, Wife,f, Private,t,negative, Married-civ-spouse,t, United-States,f,f,other,12.0, Exec-managerial, White,104.0,|786,f,t,f,f,t,f,f,f,t,f
112,Lisa Wirth,"5490 Garcia Prairie Apt. 498
South Teresaland, MT 59053",44.0,F,1973-12-04,f,t, 9th,f,118.0,1.07,f,1.8,1.9,399052.0,42.0, Wife,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,SVHC,5.0, Farming-fishing, White,110.0,|2523,f,t,f,f,t,f,f,f,t,t
113,Vicki Barr,"69318 Simmons Knolls Apt. 347
East Nicholashaven, MA 17272",71.0,F,1947-08-25,f,t, HS-grad,f,93.0,0.81,f,2.6,1.3,111949.0,35.0, Wife,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,other,9.0, Other-service, White,115.0,|3646,f,t,f,f,t,f,f,t,t,f
114,Frances Pryor,"11121 Sharp Ridge Apt. 722
Nicholaston, NH 42111",69.0,F,1949-01-11,f,t, Some-college,f,90.0,0.99,f,1.6,1.9,227468.0,40.0, Not-in-family,f, Private,t,negative, Widowed,f, United-States,f,f,other,10.0, Protective-serv, Black,91.0,|2584,f,t,f,f,t,f,f,f,t,f
115,Bernadette Depaolo,"405 Mary Crossroad Apt. 565
North Kenneth, OK 80144",78.0,F,1940-02-12,f,t, Some-college,f,105.0,1.01,f,2.8,2.2,196280.0,20.0, Own-child,f, Private,t,negative, Never-married,f, United-States,f,f,SVI,10.0, Adm-clerical, White,105.0,|2149,f,t,f,f,t,f,f,f,t,f
116,Gloria Lepley,"8433 Moore Fords Suite 817
Thomasside, TX 65195",75.0,F,1942-11-11,f,f, HS-grad,f,108.0,1.0,f,0.16,2.0,233851.0,40.0, Wife,f, Federal-gov,f,negative, Married-civ-spouse,f, United-States,f,f,SVHD,9.0, Adm-clerical, White,107.0,|2024,f,f,f,f,t,f,f,f,f,f
117,Arthur Odegard,"Unit 4460 Box 7744
DPO AE 81119",21.0,M,1997-09-03,f,t, 10th,f,79.0,0.77,f,1.6,1.7,184321.0,40.0, Husband,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,SVHC,6.0, Machine-op-inspct, Black,102.0,|1265,f,t,f,f,t,f,f,f,t,t
118,Esther Beaty,"46396 Jasmine Causeway Suite 034
North Adammouth, WV 57375",73.0,F,1945-05-04,f,t, Some-college,f,89.0,0.94,f,2.6,1.6,32509.0,40.0, Unmarried,f, Private,t,negative, Divorced,f, United-States,f,f,SVI,1000.0, Other-service, White,95.0,|1976,t,t,f,f,t,f,f,t,t,f
119,Clara Mustard,"3060 Abigail Hollow
Lake Christopherchester, SD 87801",25.0,F,1993-06-05,f,t, HS-grad,f,183.0,1.41,f,0.7,2.0,136823.0,32.0, Wife,f, Local-gov,t,negative, Married-civ-spouse,f, United-States,f,f,other,9.0, Exec-managerial, White,130.0,|2594,t,t,f,f,t,f,f,t,f,f
120,Donald Porter,"7844 Sanchez Valleys Apt. 564
Margaretfort, WI 07062",50.0,M,1967-11-02,t,t, HS-grad,f,86.0,0.87,f,13.0,1.3,140644.0,50.0, Husband,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,other,9.0, Sales, White,99.0,|3356,f,t,f,f,t,f,f,f,t,f
121,John Johnson,"16084 Jaclyn Orchard
Jessicamouth, NE 26093",37.0,M,1980-12-07,f,t, Prof-school,f,80.0,1.07,f,2.6,2.2,104216.0,25.0, Husband,f, Self-emp-not-inc,t,negative, Married-civ-spouse,f, United-States,f,f,other,15.0, Sales, White,75.0,|1275,f,t,f,f,t,f,f,f,t,f
122,George Stringham,"635 Steven Summit
New Matthewhaven, MN 77757",36.0,M,1982-04-21,f,t, HS-grad,f,72.0,0.5,f,0.74,1.5,101119.0,70.0, Husband,f, Local-gov,t,negative, Married-civ-spouse,f, United-States,f,f,SVHC,9.0, Protective-serv, White,145.0,|3723,f,t,f,f,t,f,f,f,t,f
123,Elizabeth Waters,"867 Perkins Manor Suite 146
Jeremiahberg, MN 07923",34.0,F,1984-03-24,f,t, Some-college,f,178.0,1.0,f,1.4,2.0,66622.0,25.0, Own-child,f, Private,t,negative, Never-married,f, United-States,f,f,other,10.0, Other-service, White,178.0,|3178,f,t,f,f,f,f,f,f,f,f
124,Eva Roundtree,"319 Tracey Junction Apt. 935
Smithburgh, IL 85238",67.0,F,1950-12-24,f,t, Assoc-voc,f,79.0,0.77,f,1.7,0.7,127306.0,40.0, Own-child,t, Private,t,negative, Never-married,f, United-States,f,f,SVI,11.0, Adm-clerical, White,102.0,|2099,f,t,f,f,t,f,f,f,t,f
125,Lyndia Yoshino,"4283 Morales Lake Suite 819
Kathleenmouth, ID 94423",54.0,F,1964-10-07,f,t, Assoc-acdm,f,128.0,1.12,f,2.1,2.5,114733.0,36.0, Wife,t, Self-emp-inc,t,negative, Married-civ-spouse,f, United-States,f,f,other,1200.0, Adm-clerical, White,114.0,|2392,f,t,f,f,t,f,f,f,t,f
126,Alfredo Abels,"700 Vanessa Fort
Taylorland, NM 03339",48.0,M,1970-05-14,f,t, Some-college,f,91.0,1.17,f,0.2,2.5,247685.0,40.0, Not-in-family,f, Private,t,negative, Divorced,f, United-States,f,f,SVI,10.0, Craft-repair, White,78.0,|638,f,t,f,f,t,f,f,f,t,f
127,Flora Mcgee,"369 Christine Ville Suite 766
North Thomasbury, MD 50261",52.0,F,1966-02-24,f,t, 12th,f,77.0,1.1,f,35.0,2.1,166759.0,40.0, Own-child,f, Private,t,negative, Never-married,f, United-States,f,f,other,8.0, Adm-clerical, White,70.0,|765,t,t,f,f,t,f,f,f,t,f
128,Lillian Batchelor,"761 Paula Parks Suite 455
East Anna, GA 38984",26.0,F,1992-07-21,f,t, 12th,f,174.0,1.23,t,0.08,1.7,176321.0,40.0, Own-child,f, Private,t,negative, Never-married,f, Mexico,f,f,Other,8.0, Adm_clerical, White,142.0,|3726,f,t,f,f,t,f,f,t,t,f
129,Carl Dellosso,"681 Kerri Stravenue
Herreraborough, MS 70407",66.0,M,1952-03-08,f,t, Bachelors,f,80.0,0.85,f,0.5,1.9,244366.0,40.0, Own-child,f, Private,t,negative, Never-married,f, United-States,f,f,SVHC,13.0, Prof-specialty, White,94.0,|560,f,t,f,f,t,f,f,f,t,f
130,Tawnya Barry,"64973 Emily Pine
East Elizabethberg, WY 44173",54.0,F,1964-04-12,f,t, Assoc-voc,f,104.0,0.9,f,3.1,2.0,363192.0,40.0, Own-child,f, Private,t,negative, Never-married,f, United-States,f,f,other,11.0, Other-service, White,116.0,|716,f,t,f,f,t,f,f,f,f,f
131,Gregory Oldfield,"642 Harrell Shores Suite 193
Port Williamhaven, OR 15863",70.0,M,1948-10-08,f,t, Some-college,f,119.0,0.86,f,0.2,2.0,34110.0,44.0, Not-in-family,f, Private,t,negative, Never-married,f, United-States,f,f,SVHC,10.0, Protective-serv, White,138.0,|611,f,t,f,f,t,f,f,f,t,f
132,Dennis Neese,"84075 Wright Drive Apt. 357
Andrewland, VA 30442",88.0,M,1930-07-19,f,t, HS-grad,f,96.0,0.93,f,2.4,2.2,189843.0,40.0, Husband,f, State-gov,t,negative, Married-civ-spouse,f, United-States,f,f,SVHC,9.0, Adm-clerical, White,103.0,|2307,f,t,f,f,t,f,f,f,t,f
133,Dale Sabol,"21111 Davis Ports Suite 719
North Bryan, CT 21194",68.0,M,1950-09-23,f,t, HS-grad,f,131.0,1.07,f,1.3,2.0,145933.0,70.0, Not-in-family,f, Private,t,negative, Never-married,f, United-States,f,f,SVI,9.0, Exec-managerial, White,122.0,|1617,f,t,f,f,t,f,f,f,t,f
134,Lisa Tudela,"089 Rivera Pass
West Jared, IN 64344",28.0,F,1990-04-03,f,t, HS-grad,f,84.0,1.06,f,0.5,2.5,62272.0,40.0, Unmarried,f, Self-emp-not-inc,t,negative, Divorced,f, United-States,f,f,other,9.0, Exec-managerial, White,79.0,|650,f,t,f,f,t,f,f,f,t,f
135,Kenneth Sullivan,"400 Madison Plain Apt. 565
Haileyville, SD 66287",58.0,M,1959-10-30,f,t, Bachelors,f,88.0,0.84,f,0.9,1.5,203408.0,50.0, Husband,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,SVI,10.0, Prof_specialty, White,105.0,|731,f,t,f,f,t,f,f,f,t,f
136,Sondra Hollenbeck,"061 Moore Lake
Melissatown, MT 90913",73.0,F,1945-09-27,f,t, HS-grad,f,119.0,1.04,f,0.95,2.5,196001.0,20.0, Wife,f, Self-emp-not-inc,t,negative, Married-civ-spouse,f, United-States,f,f,other,9.0, Other-service, White,114.0,|2049,f,t,f,f,t,f,f,f,t,f
137,Thelma Blanchette,"54042 Richard Way Suite 787
Port Edwin, MO 44530",37.0,F,1981-01-05,f,t, 11th,f,177.0,1.46,f,2.1,2.4,182163.0,40.0, Not-in-family,f, Private,t,negative, Never-married,f, Germany,f,f,other,-700.0, Adm-clerical, White,122.0,|3725,f,t,f,f,t,f,f,t,t,f
138,Maricela Mcaninch,"691 Jimenez Springs Apt. 932
Castroburgh, MO 51924",50.0,F,1968-09-05,f,t, Masters,f,111.0,1.0,f,1.6,2.4,219553.0,38.0, Not-in-family,f, State-gov,t,negative, Divorced,f, United-States,f,f,SVHC,14.0, Prof-specialty, White,111.0,|841,f,t,f,f,t,f,f,f,t,f
139,Nettie Mclean,"259 Aaron Green Apt. 660
Port Davidtown, SC 71236",34.0,F,1984-01-30,f,t, Some-college,f,96.0,1.05,f,0.15,2.7,35210.0,40.0, Unmarried,f, Private,t,negative, Divorced,f, United-States,f,f,other,10.0, Adm-clerical, White,91.0,|1823,f,t,f,f,t,f,f,f,t,f
140,Catalina Miller,"8136 Bell Manors Apt. 315
Loristad, NV 03019",66.0,F,1952-10-18,t,t, HS-grad,f,91.0,1.12,f,0.2,1.8,24050.0,15.0, Not-in-family,f, Self-emp-inc,t,negative, Widowed,f, United-States,f,f,other,9.0, Sales, White,81.0,|2014,f,t,f,f,t,f,t,f,t,f
141,Margaret Mcelroy,"0160 Lambert Union
New Sheila, WY 30014",28.0,F,1990-05-31,f,t, Bachelors,f,166.0,1.46,f,1.2,2.0,101697.0,20.0, Wife,f, Private,t,increased binding protein, Married-civ-spouse,f, United-States,f,f,other,13.0, Adm-clerical, White,115.0,|3240,f,t,f,f,t,f,f,f,f,f
142,Lois Gonzalez,"0559 James Rue Apt. 405
Port Joshua, OR 79642",62.0,F,1956-05-30,f,t, HS-grad,f,97.0,0.86,f,1.7,2.0,352806.0,40.0, Not-in-family,f, Private,t,negative, Divorced,f, Mexico,f,f,other,9.0, Other_service, White,112.0,|3452,f,t,f,f,t,f,f,f,f,f
143,Shirley Seneker,"691 Meredith Meadows Suite 180
New Michaelview, GA 66065",45.0,F,1972-11-28,f,t, Masters,f,121.0,1.04,f,0.6,1.9,205109.0,40.0, Not-in-family,f, Private,t,negative, Never-married,f, United-States,f,f,SVI,14.0, Prof-specialty, White,116.0,|1874,f,t,f,f,t,f,f,f,t,f
144,Tom Casagrande,"325 Holt Brook
West Nicole, PA 93281",54.0,M,1964-05-16,f,t, Assoc-acdm,f,147.0,1.07,f,3.3,2.0,200700.0,40.0, Husband,f, Federal-gov,t,negative, Married-civ-spouse,f, United-States,f,f,other,12.0, Farming-fishing, Black,138.0,|3395,f,t,f,f,t,f,f,f,f,f
145,Leila Gray,"380 Thomas Course Apt. 608
Port Jonathanmouth, NM 78327",69.0,F,1948-12-05,f,f, HS-grad,f,104.0,1.0,f,1.2,2.3,200127.0,40.0, Not-in-family,f, Private,t,negative, Widowed,f, United-States,f,f,other,9.0, Adm-clerical, White,107.0,|1066,f,f,f,f,t,f,f,f,t,f
146,Raymond Jones,"2835 Wilson Fort
Allenland, OR 76737",48.0,M,1969-11-07,f,t, HS-grad,f,82.0,0.93,f,1.3,2.0,305781.0,45.0, Unmarried,f, Private,t,negative, Never-married,f, United-States,f,f,other,9.0, Handlers-cleaners, White,88.0,|1802,f,t,f,f,f,f,f,f,f,f
147,Joyce Hubley,"95590 Raymond Avenue Apt. 672
Aprilstad, MA 53081",23.0,F,1994-10-17,f,t, 11th,f,103.0,1.35,f,1.3,2.2,322391.0,30.0, Unmarried,f, Private,t,negative, Separated,f, United-States,f,f,other,7.0, Other-service, Black,76.0,|975,f,t,f,f,t,f,f,f,t,f
148,Brian Riley,"11652 Steven Village
Christinaport, NH 27823",38.0,M,1980-03-25,f,f, HS-grad,f,98.0,0.93,f,1.7,2.0,157747.0,45.0, Husband,f, Private,f,negative, Married-civ-spouse,f, United-States,f,f,other,9.0, Adm-clerical, White,107.0,|3482,f,f,f,f,t,f,f,f,f,f
149,Edna Williams,"55616 Hughes Meadow
New Joseph, MI 43223",28.0,F,1990-03-01,f,t, HS-grad,f,193.0,1.93,f,0.8,3.8,210008.0,40.0, Own-child,f, Private,t,increased binding protein, Never-married,f, United-States,f,f,STMW,9.0, Sales, White,100.0,|2278,f,t,f,f,t,f,f,f,t,f
150,Shirley Alba,"886 Lisa Underpass
North Erinborough, ID 80847",32.0,F,1986-03-07,f,t, HS-grad,f,135.0,1.15,f,0.15,2.4,270546.0,20.0, Not-in-family,t, Private,t,negative, Divorced,f, United-States,f,f,other,10.0, Priv-house-serv, White,118.0,|426,f,t,f,f,t,f,f,t,t,f
151,Ruby Nadeau,"1047 Daniel Knoll
Mcbridefurt, ID 86458",36.0,F,1981-10-27,f,t, HS-grad,f,112.0,1.13,f,1.3,1.6,253420.0,25.0, Unmarried,f, Private,t,negative, Separated,f, United-States,f,f,other,9.0, Other-service, Black,100.0,|1210,f,t,f,f,t,f,f,f,t,f
152,Angela Wortham,"PSC 2327, Box 8327
APO AP 13663",75.0,F,1942-10-30,f,t, HS-grad,f,92.0,1.03,f,2.8,2.0,140300.0,44.0, Not-in-family,f, Self-emp-not-inc,t,negative, Never-married,f, United-States,f,f,SVI,-900.0, Sales, White,89.0,|1503,f,t,f,f,t,f,f,f,t,f
153,Carol Hobson,"PSC 1111, Box 9027
APO AP 51225",75.0,F,1942-11-18,f,f, Some-college,f,108.0,1.0,f,1.4,2.0,360884.0,50.0, Not-in-family,f, Private,f,negative, Never-married,f, United-States,f,f,other,10.0, Tech-support, White,107.0,|3061,f,f,f,f,f,f,f,f,f,f
154,Jennifer Schellhase,"8669 Moore Row
Brentmouth, WI 71697",84.0,F,1934-07-14,f,t, Assoc-voc,f,52.0,1.11,f,34.0,0.7,75673.0,40.0, Not-in-family,f, Private,t,negative, Widowed,f, United-States,f,f,SVI,11.0, Adm-clerical, Asian-Pac-Islander,47.0,|1343,f,t,f,f,t,f,f,f,t,f
155,Mary Vaccaro,"806 Laura Rapids
Danielchester, NE 62299",28.0,F,1990-04-06,f,t, Some-college,f,86.0,1.19,f,2.5,2.9,334368.0,40.0, Not-in-family,f, Private,t,negative, Separated,f, United-States,f,f,SVHC,1000.0, Adm-clerical, White,72.0,|1836,f,t,f,f,t,f,f,f,t,t
156,Rose Broderick,"8916 Jackson Fords
Nguyenville, UT 78956",37.0,F,1980-10-22,t,t, Some-college,f,159.0,1.39,t,0.57,2.6,155259.0,40.0, Not-in-family,f, Private,t,negative, Divorced,f, United-States,f,f,SVI,10.0, Adm-clerical, White,114.0,|3493,f,t,f,t,t,f,f,f,t,f
157,Norma White,"630 Bowen Creek
Cantrellside, VT 01869",34.0,F,1984-08-09,f,t, Bachelors,f,223.0,1.69,f,0.2,5.0,224149.0,40.0, Not-in-family,f, State-gov,t,increased binding protein, Divorced,f, United-States,f,f,STMW,13.0, Exec-managerial, White,131.0,|684,t,t,t,f,t,f,f,f,t,f
158,Elizabeth Elliott,"536 Sara Pines Apt. 409
Perrymouth, NE 98573",73.0,F,1944-12-24,f,t, Assoc-voc,f,116.0,0.99,f,0.7,2.0,282538.0,40.0, Not-in-family,f, Private,t,negative, Separated,f, United-States,f,f,other,11.0, Machine-op-inspct, Black,117.0,|1942,f,t,f,f,t,f,f,f,t,f
159,Muriel Turkus,"1409 Luna Circle Suite 404
East Johnport, GA 64535",65.0,F,1953-01-15,f,t, Masters,f,73.0,0.99,f,2.6,2.2,185057.0,40.0, Not-in-family,f, Local-gov,t,negative, Never-married,f, United-States,f,f,SVI,14.0, Prof-specialty, White,74.0,|865,f,t,f,f,t,f,f,f,t,f
160,Jonathan Pineda,"6853 Martin Camp Apt. 742
Randystad, DE 20092",27.0,M,1990-11-09,f,t, HS-grad,f,141.0,1.14,f,0.85,2.3,151369.0,40.0, Not-in-family,f, Local-gov,t,negative, Never-married,f, United-States,f,f,SVHC,9.0, Craft-repair, White,125.0,|2440,f,t,f,f,t,f,f,f,t,t
161,Dawn Yamada,"45891 David Haven Suite 448
Staffordstad, WV 49091",85.0,F,1933-01-14,f,t, Bachelors,f,86.0,0.98,f,2.4,1.4,165235.0,40.0, Own-child,f, Private,t,negative, Never-married,f, Thailand,f,f,other,13.0, Adm-clerical, Asian-Pac-Islander,88.0,|1147,f,t,f,f,t,f,f,f,t,f
162,Sean Infante,"8238 Cassandra Prairie
Scottshire, MS 24277",64.0,M,1954-05-20,f,t, Assoc-voc,f,111.0,1.15,f,1.3,2.4,177271.0,40.0, Husband,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,SVHC,11.0, Tech-support, White,97.0,|3675,f,t,f,f,t,f,f,f,t,t
163,Charles Saran,"1739 Theresa Common
South David, AL 34817",70.0,M,1948-08-22,f,t, Bachelors,f,107.0,1.01,f,2.3,1.2,194740.0,40.0, Husband,f, Local-gov,t,negative, Married-civ-spouse,f, United-States,f,f,other,13.0, Protective-serv, White,105.0,|3549,f,t,f,f,t,f,t,t,t,f
164,Kathryn Medina,"85390 Allen Plains
New David, NH 21577",39.0,F,1979-09-18,f,t, Masters,f,63.0,0.84,f,43.0,1.6,108779.0,40.0, Own-child,f, Private,t,negative, Separated,f, United-States,f,f,other,-1400.0, Other-service, White,75.0,|1686,f,t,f,f,t,f,f,f,t,f
165,Barbara Walker,"6575 Aaron Lodge
Andrewsside, OR 17166",66.0,F,1952-04-20,f,t, HS-grad,f,128.0,1.04,f,2.1,2.0,317479.0,40.0, Not-in-family,f, Private,t,negative, Divorced,f, United-States,f,f,sVI,9.0, Machine-op-inspct, Black,123.0,|1383,t,t,f,f,t,f,f,f,t,f
166,Michelle Lockhart,"99896 Holder Viaduct
Johnville, MT 26681",77.0,F,1941-05-07,f,t, Assoc-voc,f,101.0,0.85,f,2.5,1.7,225507.0,40.0, Unmarried,f, Private,t,negative, Never-married,f, United-States,f,f,SVI,11.0, Other-service, White,119.0,|1138,f,t,f,f,t,f,f,f,t,f
167,Sara Smith,"46158 Christina Oval
Dunnfort, ID 84034",72.0,F,1945-12-09,f,t, Some-college,f,231.0,0.92,f,0.005,2.5,191025.0,43.0, Not-in-family,f, Private,t,negative, Divorced,f, United-States,f,f,other,10.0, Adm-clerical, White,251.0,|2760,f,t,f,f,t,f,f,t,t,f
168,William Baker,"55312 Bailey Haven Suite 625
North Kathryn, AK 62757",84.0,M,1934-02-24,f,t, HS-grad,f,132.0,0.92,f,1.7,1.2,165350.0,50.0, Not-in-family,f, Private,t,negative, Separated,f, Germany,f,f,SVI,-900.0, Adm-clerical, Black,145.0,|2293,f,t,f,f,t,f,f,f,t,f
169,Gloria Semmes,"386 Paula Street Apt. 754
Gardnerton, DE 85513",45.0,F,1972-12-23,f,f, Masters,f,144.0,1.0,f,0.02,1.4,339346.0,25.0, Not-in-family,f, Private,t,negative, Divorced,f, United-States,f,f,other,14.0, Adm_clerical, White,107.0,|2185,f,f,f,f,t,f,f,f,t,f
170,Ann Hernandez,"38816 Elizabeth Flats
Jamesville, MN 07170",40.0,F,1978-07-10,f,t, 10th,f,97.0,1.01,f,12.0,2.0,42293.0,30.0, Own-child,f, Private,t,negative, Never-married,f, United-States,f,f,other,6.0, Adm-clerical, White,97.0,|3749,f,t,f,f,t,f,f,f,f,f
171,Mable Leischner,"9601 Eric Manor
Alexanderview, IN 68147",89.0,F,1929-02-14,f,f, 11th,f,108.0,1.0,f,1.4,2.0,238628.0,5.0, Own-child,f, Private,f,negative, Never-married,f, United-States,f,f,other,7.0, Other-service, White,107.0,|435,f,f,f,f,f,f,f,f,f,f
172,Karen Jones,"87511 Raven Falls Apt. 369
New Brian, AZ 19649",56.0,F,1961-11-13,f,t, HS-grad,f,134.0,1.03,f,0.2,2.0,202053.0,32.0, Not-in-family,f, Private,t,negative, Divorced,f, United-States,f,f,other,9.0, Sales, White,130.0,|673,f,t,f,f,t,f,f,t,f,f
173,Paul Picard,"PSC 0609, Box 7428
APO AA 67787",47.0,M,1971-03-16,f,t, HS-grad,f,66.0,0.75,f,2.6,1.7,28119.0,7.0, Husband,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,other,9.0, Adm-clerical, White,88.0,|3487,f,t,f,f,t,f,f,f,t,f
174,Christina Fitzgerald,"47844 Jackson Key
Pagemouth, NC 75064",72.0,F,1946-02-23,f,t, Bachelors,f,100.0,0.8,f,0.34,1.4,210781.0,15.0, Own-child,f, Local-gov,t,negative, Never-married,f, United-States,f,f,SVHC,13.0, Prof-specialty, White,124.0,|3459,f,t,f,f,t,f,f,f,t,f
175,Anissa Salinas,"6011 Goodman Overpass Suite 960
West Miranda, ND 84711",79.0,F,1939-02-16,f,t, HS-grad,f,143.0,1.28,f,0.4,2.0,55568.0,40.0, Wife,f, State-gov,t,negative, Married-civ-spouse,f, United-States,f,f,other,9.0, Adm-clerical, White,112.0,|429,f,t,f,f,t,f,f,f,t,f
176,Kristina Lewis,"45242 Pitts Square Suite 899
North Steven, NM 24480",59.0,F,1959-09-13,f,t, Bachelors,f,95.0,1.11,f,2.9,1.4,105788.0,50.0, Unmarried,f, Federal-gov,t,negative, Divorced,f, United-States,f,f,SVI,13.0, Exec-managerial, Black,86.0,|1619,f,t,f,f,t,f,f,f,t,f
177,Lynda Hill,"Unit 6535 Box 6303
DPO AA 97127",50.0,F,1968-02-28,f,t, HS-grad,f,22.0,1.12,f,76.0,0.5,29361.0,38.0, Not-in-family,f, Private,t,negative, Never-married,f, United-States,f,f,other,9.0, Other-service, White,19.0,|1685,f,t,f,t,t,f,f,f,t,f
178,Amanda Moss,"30672 Clark Lakes
New Amandastad, CT 78054",56.0,F,1962-03-25,f,t, 9th,f,122.0,1.05,t,0.6,2.5,193166.0,42.0, Own-child,f, Private,t,negative, Never-married,f, United-States,f,f,SVI,5.0, Sales, White,116.0,|460,f,t,f,f,t,f,f,f,t,f
179,Betty Keith,"Unit 6320 Box 5535
DPO AE 25156",63.0,F,1954-11-11,f,t, HS-grad,f,137.0,0.95,f,3.0,0.9,427965.0,20.0, Unmarried,f, Private,t,negative, Separated,f, United-States,f,f,SVI,9.0, Adm-clerical, Black,144.0,|933,f,t,f,f,t,f,f,f,t,f
180,James Kennedy,"23208 Sullivan Extension
Wallacetown, NY 79778",35.0,M,1983-07-05,f,t, 7th-8th,f,57.0,0.89,f,0.26,1.0,189710.0,45.0, Husband,f, Private,t,negative, Married-civ-spouse,f, Mexico,f,f,SVI,4.0, Farming-fishing, White,64.0,|815,f,t,f,f,t,f,f,f,t,f
181,Melba Fleming,"0633 Matthew Ranch Apt. 186
Lake Christopherfurt, RI 10791",66.0,F,1952-01-09,f,t, HS-grad,f,120.0,0.91,f,0.3,1.6,147471.0,10.0, Own-child,f, Private,t,negative, Divorced,f, United-States,f,f,other,9.0, Adm-clerical, White,132.0,|406,f,t,f,f,t,f,f,t,t,f
182,Willie Brand,"97715 Wallace Well Apt. 799
Ericland, CO 89679",72.0,F,1946-08-02,f,t, Bachelors,f,87.0,0.93,f,4.8,2.0,209782.0,40.0, Own-child,f, Private,t,negative, Never-married,f, United-States,f,f,other,13.0, Sales, White,93.0,|3681,f,t,f,f,t,f,f,f,f,f
183,Martha Langham,"754 Jeanette Crossing Apt. 495
Amberstad, OH 57584",41.0,F,1976-10-31,f,t, Some-college,f,117.0,1.08,f,0.3,1.9,232742.0,40.0, Unmarried,f, State-gov,t,negative, Never-married,f, United-States,f,f,SVHC,10.0, Adm-clerical, Black,108.0,|1715,f,t,f,f,t,f,f,f,t,t
184,Sharon Birchler,"841 James Alley
Port Thomas, ID 71619",82.0,F,1936-01-14,f,t, Bachelors,f,113.0,0.85,f,0.2,1.4,148015.0,40.0, Wife,t, Private,t,negative, Married-civ-spouse,f, United-States,f,f,SVI,13.0, Prof-specialty, Black,132.0,|1951,f,t,f,f,t,f,f,f,t,f
185,Stephen Wood,"6221 David Cape Suite 712
Nguyenburgh, AK 89012",36.0,M,1981-11-28,f,t, Masters,f,95.0,0.76,f,1.3,2.0,349169.0,40.0, Husband,f, Private,t,negative, Married-civ-spouse,f, Mexico,f,f,other,-1400.0, Craft-repair, White,125.0,|188,f,t,f,f,f,f,f,f,f,f
186,Chante Johnson,"949 Kyle Wells
South David, SD 80001",57.0,F,1961-09-09,f,t, Some-college,f,235.0,1.1,t,0.065,4.2,190027.0,18.0, Unmarried,f, Local-gov,t,negative, Never-married,f, United-States,f,f,other,10.0, Adm-clerical, Black,214.0,|871,f,t,f,f,t,f,f,f,t,f
187,Wilma Pena,"PSC 2726, Box 0731
APO AE 81706",63.0,F,1955-02-14,f,t, Some-college,f,63.0,1.19,f,70.0,2.0,375170.0,35.0, Own-child,f, Local-gov,t,negative, Never-married,f, United-States,f,f,other,10.0, Adm-clerical, Black,53.0,|3522,f,t,f,f,t,f,f,f,f,f
188,Glen Armstrong,"2847 Sarah Course Suite 210
South Tiffanyborough, UT 84120",60.0,M,1958-05-29,f,t, Assoc-voc,f,23.0,0.68,f,36.0,0.6,185407.0,48.0, Husband,f, Private,t,negative, Married-civ-spouse,f, Poland,f,f,sVI,11.0, Craft-repair, White,34.0,|456,f,t,f,f,t,f,f,f,t,f
189,Brian Sanchez,"867 David Court Suite 931
East Thomas, NH 41223",1.0,F,2017-04-23,f,t, HS-grad,f,113.0,0.86,f,8.8,1.9,107682.0,10.0, Not-in-family,f, Private,t,negative, Widowed,f, United-States,f,f,STMW,9.0, Machine_op_inspct, White,131.0,|1267,f,t,f,f,t,f,f,f,t,f
190,Dona Buchmann,"19739 Holden Squares
South Benjaminmouth, GA 62354",73.0,F,1945-07-27,f,t, 9th,f,192.0,1.02,f,0.1,2.0,234460.0,40.0, Own-child,f, Private,t,negative, Never-married,f, Dominican-Republic,f,f,sVI,5.0, Machine-op-inspct, Black,188.0,|201,f,t,f,f,t,f,f,f,t,f
191,Kathryn Woodard,"13054 Stephanie Underpass
Sharonfurt, PA 75555",53.0,F,1965-03-31,f,t, Some-college,f,145.0,0.96,f,0.32,2.0,277635.0,50.0, Not-in-family,f, State-gov,t,negative, Never-married,f, United-States,f,f,other,10.0, Adm-clerical, White,152.0,|3360,f,t,f,f,t,f,f,t,f,f
192,Doris Rankins,"73653 Rose Orchard Suite 555
Lake Kristichester, IL 34167",83.0,F,1935-10-25,f,t, Some-college,f,92.0,1.0,f,2.9,1.3,93318.0,45.0, Wife,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,SVI,-1000.0, Exec-managerial, White,92.0,|1461,f,t,f,f,t,f,f,f,t,f
193,Harlan Roberson,"87090 David Branch
Lake Jack, AL 71986",27.0,M,1991-04-01,f,t, Some-college,f,94.0,1.05,f,2.3,1.9,134286.0,35.0, Not-in-family,f, Self-emp-not-inc,t,negative, Separated,f, United-States,f,f,other,10.0, Sales, White,89.0,|3251,f,t,f,f,t,f,f,f,t,f
194,Ella Cox,"4414 Hinton Fields Apt. 591
Johnsonmouth, MO 67699",23.0,F,1995-08-22,t,t, Bachelors,f,204.0,0.84,f,0.015,4.0,194352.0,40.0, Own-child,f, Private,t,negative, Never-married,f, United-States,f,f,other,1300.0, Prof-specialty, White,242.0,|2665,f,t,f,f,t,f,f,f,t,f
195,Christina Rogers,"1814 Tyler Pine Suite 886
North Amber, NV 67112",75.0,F,1943-02-06,t,t, Bachelors,f,103.0,1.32,f,0.2,3.4,210781.0,35.0, Own-child,f, Private,t,increased binding protein, Never-married,f, United-States,f,t,Other,13.0, Adm-clerical, White,78.0,|1756,f,t,f,f,t,f,f,f,t,f
196,Willie Hilchey,"9754 Davis Grove Suite 482
Williamview, UT 68068",63.0,F,1955-08-07,f,t, HS-grad,f,103.0,0.84,f,3.9,1.8,223637.0,35.0, Not-in-family,f, Local-gov,t,negative, Divorced,f, United-States,f,f,SVHC,9.0, Other-service, Black,124.0,|3141,f,t,f,f,t,f,f,f,t,f
197,Virginia Wexler,"USCGC Santos
FPO AP 89022",37.0,F,1981-08-12,f,t, Some-college,f,156.0,0.84,f,0.21,2.0,113598.0,40.0, Other-relative,f, Private,t,negative, Separated,f, United-States,f,f,other,10.0, Adm-clerical, Black,187.0,|3225,f,t,f,f,t,f,f,t,f,f
198,Evelyn Pittman,"197 Ramirez Spring Suite 365
West Brandonview, WY 67513",55.0,F,1962-12-14,f,t, 5th-6th,f,81.0,0.7,f,0.29,2.0,214955.0,45.0, Not-in-family,f, Private,t,negative, Divorced,t, United-States,f,f,SVI,3.0, Craft-repair, White,116.0,|3758,f,t,f,f,t,f,f,f,f,f
199,Jane Dexter,"816 Brian Cape Apt. 577
Robertville, IL 16560",45.0,F,1973-09-14,f,t, Bachelors,f,133.0,0.98,f,0.2,2.0,114158.0,40.0, Own-child,f, Self-emp-inc,t,negative, Never-married,f, United-States,f,f,other,10.0, Exec-managerial, White,136.0,|294,f,t,f,f,t,f,f,t,t,f
200,Sarah Travis,"4590 Lane Isle Suite 968
West Alexanderfort, NH 62883",71.0,F,1946-11-15,f,t, Assoc-acdm,f,127.0,1.06,f,0.02,2.0,313321.0,40.0, Not-in-family,f, Private,t,negative, Divorced,t, United-States,f,f,other,12.0, Sales, White,119.0,|1410,f,t,f,f,t,f,f,f,f,f
201,Luetta Sease,"45608 Day Manors Apt. 976
Garyburgh, AZ 67033",36.0,F,1982-10-12,f,t, HS-grad,f,162.0,1.15,f,0.05,2.2,87583.0,14.0, Wife,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,other,9.0, Prof-specialty, White,140.0,|3248,t,t,f,f,t,f,f,t,t,f
202,Myrna Chapa,"9043 Aguirre Corner Suite 666
Georgeberg, AR 08641",67.0,F,1951-03-13,f,t, Masters,f,133.0,1.19,f,2.0,2.5,207383.0,40.0, Not-in-family,f, Local-gov,t,negative, Widowed,f, United-States,f,f,other,14.0, Prof-specialty, White,112.0,|2361,t,t,f,f,t,f,f,t,t,f
203,Karla Campbell,"53583 Garcia Mission
Hubbardmouth, WY 62684",37.0,F,1981-04-11,f,t, Some-college,f,170.0,1.4,f,0.54,2.5,119199.0,40.0, Unmarried,f, Federal-gov,t,negative, Divorced,f, United-States,f,f,other,10.0, Adm-clerical, White,121.0,|1022,f,t,f,f,t,f,f,t,t,f
204,Angelica Dowd,"137 Kramer Brook
Mariahburgh, AL 90034",78.0,F,1940-10-25,f,t, HS-grad,f,130.0,0.93,f,1.4,2.0,190728.0,40.0, Unmarried,f, Private,t,negative, Divorced,f, United-States,f,f,SVI,9.0, Prof-specialty, White,139.0,|1645,f,t,f,f,t,f,f,f,t,f
205,Huong Groves,"27899 Jon Center
Lake Randy, OK 95993",70.0,F,1948-08-09,f,t, 9th,f,170.0,0.99,f,0.1,1.8,497280.0,20.0, Unmarried,f, Private,t,negative, Widowed,f, United-States,f,f,SVHD,5.0, Other_service, Black,171.0,|331,f,t,f,f,t,f,f,t,t,f
206,Douglas Johnson,"666 Lopez Forge Suite 011
West Andrewton, AZ 61774",56.0,M,1962-10-23,f,t, 11th,f,98.0,1.07,f,1.3,2.3,76142.0,8.0, Own-child,f, State-gov,t,negative, Never-married,f, United-States,f,f,other,7.0, Other-service, White,92.0,|1146,f,t,f,f,f,f,f,f,t,f
207,Richard Early,"79856 Pearson Port
Jonesland, WA 25645",79.0,M,1939-06-30,f,t, Some-college,f,86.0,0.85,f,2.7,0.9,126501.0,40.0, Husband,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,SVI,10.0, Craft-repair, White,102.0,|1158,f,t,f,f,t,f,f,f,t,f
208,Andrew Fowler,"7852 Meghan Ranch Apt. 671
East Jennifer, NJ 39148",72.0,M,1946-05-18,f,t, HS-grad,f,108.0,0.66,f,0.05,1.1,162343.0,40.0, Not-in-family,f, Private,t,negative, Never-married,f, Puerto-Rico,f,f,SVI,9.0, Other-service, White,165.0,|390,f,t,f,f,t,f,f,f,t,f
209,Mary Schatz,"887 Lori Circles
West Davidstad, SD 95771",72.0,F,1945-11-15,f,t, Some-college,f,98.0,1.29,f,15.0,2.2,163665.0,40.0, Own-child,f, Private,t,negative, Never-married,f, United-States,f,f,SVI,10.0, Adm-clerical, White,76.0,|802,f,t,f,f,t,f,f,f,t,f
210,Christie Jamesson,"54818 Velazquez Mountains
West Reginald, MO 53641",49.0,F,1969-03-12,f,t, Some-college,f,87.0,0.91,f,1.2,2.0,165505.0,20.0, Own-child,f, Private,t,negative, Never-married,f, United-States,f,f,other,10.0, Sales, White,95.0,|522,f,t,f,f,t,f,f,t,f,f
211,Henry Bondurant,"Unit 1940 Box 8387
DPO AA 25365",55.0,M,1962-12-22,f,t, HS-grad,f,71.0,1.0,f,0.02,2.2,92531.0,40.0, Unmarried,f, Self-emp-not-inc,t,negative, Divorced,f, United-States,f,f,SVI,9.0, Craft-repair, White,71.0,|1448,f,t,f,f,t,f,f,f,t,f
212,Eleanor Souliere,"895 Woods Lock Suite 096
Amandafurt, NV 74311",31.0,F,1986-11-24,f,t, Some-college,f,161.0,1.33,f,1.3,2.0,197932.0,30.0, Not-in-family,f, Private,t,increased binding protein, Separated,f, Guatemala,f,f,other,10.0, Priv-house-serv, White,121.0,|3656,f,t,f,f,t,f,f,f,f,f
213,Rose Koehn,"94411 Jennifer Street Apt. 264
West Kristinport, NY 16099",73.0,F,1945-08-23,f,t, Some-college,f,115.0,0.98,f,5.6,1.9,146243.0,30.0, Not-in-family,f, State-gov,t,negative, Separated,f, United-States,f,f,other,10.0, Other-service, White,118.0,|2762,f,t,f,f,t,f,f,f,t,f
214,Karla Ramirez,"07627 Ricky Stravenue Apt. 856
South Travis, IN 57019",44.0,F,1974-07-24,f,t, Assoc-voc,f,113.0,1.09,f,3.5,2.6,101697.0,40.0, Wife,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,other,11.0, Prof-specialty, White,104.0,|1109,f,t,f,f,t,f,f,f,t,f
215,Morgan Song,"346 Matthew Unions Suite 331
Shermanstad, TN 85440",71.0,M,1947-04-17,f,t, HS-grad,f,97.0,1.04,f,0.48,1.7,117444.0,30.0, Own-child,f, Private,t,negative, Never-married,f, United-States,f,f,SVI,9.0, Adm-clerical, White,93.0,|1563,f,t,f,f,t,f,f,f,t,f
216,Marie Pale,"USNS Simpson
FPO AE 59853",29.0,F,1989-03-19,f,t, HS-grad,f,106.0,1.17,f,1.3,1.8,71630.0,40.0, Not-in-family,f, State-gov,t,negative, Divorced,f, United-States,f,f,sVHC,9.0, Adm-clerical, White,91.0,|1584,f,t,f,f,t,f,f,f,t,f
217,Elizabeth Killian,"481 Michael Views
East Kimberlyport, NM 72349",75.0,F,1943-10-11,f,t, Some-college,f,107.0,0.92,f,1.9,1.4,210474.0,20.0, Own-child,f, Private,t,negative, Never-married,f, United-States,f,f,other,10.0, Other-service, White,116.0,|3170,f,t,f,f,t,f,f,f,t,f
218,Michelle Ekmark,"USCGC Hall
FPO AP 23429",48.0,F,1970-05-13,t,t, 9th,f,93.0,1.14,t,0.42,2.5,129371.0,40.0, Unmarried,f, Private,t,negative, Separated,f, Trinadad&Tobago,f,f,other,5.0, Other-service, Other,82.0,|2528,f,t,f,f,t,f,f,f,t,f
219,Jannette Stone,"9369 Cain Canyon Suite 442
Markfurt, VT 48995",73.0,F,1945-10-26,f,f, Doctorate,f,108.0,1.0,f,1.4,2.1,35662.0,70.0, Wife,f, Self-emp-inc,f,negative, Married-civ-spouse,f, United-States,f,f,other,16.0, Prof-specialty, White,107.0,|720,f,f,f,f,f,f,f,f,t,f
220,Joseph Polk,"416 Arthur Via
Lake Benjaminview, MT 83804",54.0,M,1964-08-27,f,t, 5th-6th,f,116.0,1.03,f,2.4,2.2,218184.0,40.0, Other-relative,f, Local-gov,t,negative, Married-civ-spouse,f, Mexico,f,f,SVI,3.0, Handlers_cleaners, White,112.0,|949,f,t,f,f,t,f,f,f,t,f
221,Rosa Binkley,"990 Dana Plaza Apt. 875
Lake Maryberg, AZ 74018",54.0,F,1982-06-02,f,t, Bachelors,f,120.0,0.82,f,0.6,1.5,154785.0,80.0, Wife,f, Self-emp-not-inc,t,negative, Married-civ-spouse,f, Thailand,f,f,other,13.0, Machine-op-inspct, Asian-Pac-Islander,146.0,|1,f,t,f,f,t,f,t,t,t,f
222,Helen Scruggs,"623 Kimberly Falls
South Angelashire, ME 71515",69.0,F,1949-03-08,f,f, Some-college,f,92.0,1.0,f,2.2,1.8,75695.0,60.0, Not-in-family,f, Private,t,negative, Separated,f, United-States,f,f,other,10.0, Other-service, White,107.0,|1246,f,f,f,f,t,f,f,f,t,f
223,Bruce Stohr,"399 Decker Parkway Apt. 704
South Austinstad, PA 27975",63.0,F,1955-05-27,f,t, Assoc-acdm,f,92.0,0.94,f,5.8,1.3,115433.0,33.0, Wife,f, Federal-gov,t,negative, Married-civ-spouse,f, United-States,f,f,other,12.0, Adm-clerical, White,98.0,|2381,f,t,f,f,t,f,f,f,t,f
224,Alma Hatcher,"8074 Maria Field Apt. 784
Port Patriciashire, MA 15523",57.0,F,1960-11-30,f,f, 10th,f,108.0,1.0,f,1.4,2.0,114813.0,40.0, Unmarried,f, Private,f,negative, Separated,f, United-States,f,f,other,6.0, Adm-clerical, White,107.0,|30,f,f,f,f,f,f,f,f,f,f
225,Latonya Wilhelm,"31166 Jennifer Motorway Suite 324
Lake Jasonport, OR 07380",53.0,F,1964-12-12,f,t, HS-grad,f,157.0,1.07,f,0.045,2.5,580248.0,40.0, Not-in-family,f, Private,t,negative, Never-married,f, United-States,f,f,other,9.0, Tech-support, White,147.0,|2868,f,t,f,f,t,f,f,f,t,f
226,Tina Sholar,"9647 Howell Spurs
North Melissa, ND 35102",84.0,F,1934-02-13,f,t, Masters,f,138.0,0.92,t,0.5,2.1,99131.0,40.0, Not-in-family,f, Private,t,negative, Widowed,f, United-States,f,f,SVI,14.0, Exec-managerial, White,150.0,|3215,f,t,f,f,t,f,f,f,t,f
227,Edward Carmichael,"2307 Wallace Green Apt. 996
Lake Heather, WA 00936",34.0,M,1984-07-27,f,t, 7th-8th,f,138.0,1.03,f,2.1,1.7,168794.0,30.0, Husband,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,SVI,4.0, Other-service, White,134.0,|3195,f,t,f,f,t,f,f,f,t,f
228,Derrick Lara,"990 Richard Trafficway
Briantown, HI 44600",65.0,F,1953-04-14,f,t, Some-college,f,151.0,0.89,f,0.03,1.9,200992.0,35.0, Not-in-family,f, Private,t,negative, Widowed,f, United-States,f,f,other,10.0, Other-service, White,169.0,|1016,t,t,f,f,t,f,t,t,t,f
229,Janice Zediker,"Unit 4953 Box 9639
DPO AP 88951",66.0,F,1952-06-30,f,t, Some-college,f,126.0,1.02,f,3.2,1.6,101283.0,40.0, Not-in-family,f, Private,t,negative, Never-married,f, United-States,f,f,other,10.0, Other-service, White,123.0,|2050,f,t,f,f,t,f,f,f,t,f
230,Christal Hardeman,"2479 Price Rest Suite 925
Lake Mario, VA 52395",63.0,F,1955-05-26,f,t, 11th,f,128.0,1.07,f,2.6,1.3,125591.0,40.0, Not-in-family,f, Private,t,negative, Never-married,f, United-States,f,f,SVI,10.0, Other-service, White,120.0,|174,t,t,f,f,t,f,f,f,t,f
231,Lenora Vernon,"331 Perry Crossing
Aguilarland, MT 21862",80.0,F,1938-08-04,f,t, Assoc-voc,f,101.0,0.81,f,1.7,0.8,333990.0,40.0, Own-child,f, Private,t,negative, Never-married,f, United-States,f,f,SVI,11.0, Exec-managerial, White,125.0,|1364,f,t,f,f,t,f,f,f,t,f
232,Kimberly Duncan,"18152 Michelle Pike
South Rhondaside, TN 25682",51.0,F,1967-05-18,f,t, Bachelors,f,3.0,0.99,f,24.0,0.4,264498.0,40.0, Not-in-family,f, Private,t,negative, Never-married,f, United-States,f,f,other,13.0, Prof_specialty, White,3.0,|203,f,t,f,f,t,f,f,f,t,f
233,Mario Stutz,"8589 Richard Mount Apt. 190
Brownstad, IA 31698",48.0,M,1970-07-11,f,t, Assoc-voc,f,166.0,1.35,f,3.5,3.5,30457.0,40.0, Husband,f, Private,t,increased binding protein, Married-civ-spouse,f, United-States,f,f,SVI,11.0, Other-service, White,123.0,|3040,f,t,f,f,t,f,f,f,t,f
234,Edith Sisk,"1478 Robert Falls Apt. 665
Lynchbury, TX 10720",34.0,F,1983-10-27,f,f, HS-grad,f,108.0,1.0,f,1.4,2.0,107460.0,37.0, Unmarried,f, Private,f,negative, Separated,f, United-States,f,f,other,9.0, Exec-managerial, White,107.0,|1636,f,f,f,f,f,f,f,f,f,f
235,Patricia Pardue,"Unit 1885 Box 2251
DPO AA 16261",27.0,F,1990-10-21,f,t, Assoc-voc,f,108.0,0.79,f,0.5,1.3,236136.0,40.0, Unmarried,f, Private,t,negative, Divorced,f, United-States,f,f,sVI,11.0, Adm-clerical, Black,137.0,|29,f,t,f,f,t,f,f,f,t,f
236,Loretta Noriega,"545 Phillips Curve Apt. 514
Julieland, HI 38630",31.0,F,1987-05-06,f,t, Some-college,f,163.0,0.94,f,0.045,2.7,66460.0,45.0, Unmarried,f, Private,t,negative, Divorced,f, United-States,f,f,STMW,10.0, Exec-managerial, White,172.0,|3030,t,t,f,f,t,f,f,t,t,f
237,Amy Skowron,"5332 Watkins Burgs Suite 485
West Valerie, VA 37879",63.0,F,1955-08-11,f,f, Some-college,f,108.0,1.0,f,1.4,2.0,124569.0,40.0, Not-in-family,f, Private,f,negative, Divorced,f, United-States,f,f,other,10.0, Adm-clerical, White,107.0,|1058,f,f,f,f,f,f,f,f,f,f
238,Lisa Sizer,"27408 Courtney Forest Suite 443
East Jonathanmouth, DE 76254",81.0,F,1937-02-07,f,t, HS-grad,f,73.0,0.72,f,5.4,1.3,124959.0,40.0, Not-in-family,f, Private,t,negative, Widowed,f, United-States,f,f,SVI,10.0, Adm-clerical, White,101.0,|2354,f,t,f,f,t,f,f,f,t,f
239,Mary Knowles,"1755 Brown Course Apt. 552
Maryland, KS 19777",78.0,F,1939-11-23,f,t, Bachelors,f,141.0,0.85,f,2.1,2.1,159641.0,40.0, Unmarried,f, Local-gov,t,negative, Divorced,f, United-States,f,f,SVI,10.0, Exec-managerial, White,167.0,|2148,f,t,f,f,t,f,f,f,t,f
240,Brenda Johnson,"310 David Curve
Allisonfurt, DE 92871",72.0,F,1945-11-10,f,t, Masters,f,87.0,0.94,f,0.2,2.3,26950.0,6.0, Not-in-family,f, Private,t,negative, Divorced,f, United-States,f,f,other,14.0, Sales, White,93.0,|1938,f,t,f,f,t,f,f,f,t,f
241,Melvin Ramirez,"327 Matthews Ridge Apt. 149
South Kathleen, NJ 36096",43.0,M,1975-04-18,f,t, HS-grad,f,160.0,1.03,f,0.05,2.0,166934.0,40.0, Husband,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,other,10.0, Machine-op-inspct, White,156.0,|2390,f,t,f,f,t,f,f,t,f,f
242,Albert Saunders,"46965 Crystal Highway
Thomaschester, IN 73865",38.0,M,1980-02-12,f,t, Bachelors,f,84.0,0.99,f,3.0,1.7,181219.0,40.0, Husband,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,SVI,13.0, Prof-specialty, White,85.0,|3481,f,t,f,f,t,f,f,f,t,f
243,Betty Stewart,"11478 Bailey Fork Apt. 117
Lake Julieborough, WY 48690",42.0,F,1976-05-15,f,t, Some-college,f,131.0,1.15,f,7.6,2.3,142756.0,35.0, Unmarried,f, Private,t,negative, Divorced,f, United-States,f,f,other,10.0, Adm-clerical, White,113.0,|2514,f,t,f,f,t,f,f,t,t,f
244,Claude Preston,"48098 Judith Corner
Jenniferburgh, CT 09769",19.0,M,1998-10-17,f,f, Some-college,f,117.0,0.93,f,9.0,2.2,249585.0,30.0, Husband,f, Self-emp-not-inc,t,negative, Married-civ-spouse,f, United-States,f,f,other,10.0, Craft-repair, White,107.0,|979,t,f,f,f,t,f,f,f,t,f
245,Lee Rose,"4924 Kelly Harbor Suite 218
Hallland, LA 66551",59.0,M,1959-10-17,f,t, 5th-6th,f,74.0,0.69,f,2.3,2.0,93206.0,40.0, Husband,f, Private,t,negative, Married-civ-spouse,f, Philippines,f,f,SVI,3.0, Farming-fishing, Asian-Pac-Islander,107.0,|184,f,t,f,f,t,f,f,f,t,f
246,Jack Mckeon,"667 Taylor Villages Apt. 802
New Cheyenne, MD 66475",72.0,M,1946-03-11,f,t, HS-grad,f,104.0,1.01,f,0.3,1.9,209384.0,32.0, Other-relative,f, Self-emp-not-inc,t,negative, Never-married,f, United-States,f,f,SVI,9.0, Other-service, White,104.0,|376,f,t,f,f,t,f,f,f,t,f
247,Rebecca Angel,"782 Andrew Station Suite 830
Port Luiston, NV 37182",82.0,F,1936-04-21,f,t, 11th,f,50.0,0.31,f,0.2,0.1,806316.0,20.0, Own-child,f, Private,t,negative, Never-married,f, United-States,f,f,SVI,7.0, Adm-clerical, White,161.0,|1961,f,t,f,f,t,f,f,f,t,f
248,Troy Aguilera,"518 Mitchell Wells Suite 979
Vincentfurt, AZ 85753",25.0,M,1993-01-31,f,t, HS-grad,f,107.0,0.94,f,0.4,2.3,154863.0,40.0, Other-relative,f, Local-gov,t,negative, Never-married,f, United-States,f,f,other,9.0, Protective-serv, Black,114.0,|186,f,t,f,f,t,f,f,f,t,f
249,William Hammond,"5736 Carla Plain
Davidview, MD 38369",57.0,M,1960-12-31,f,t, HS-grad,f,90.0,1.04,f,0.93,1.3,380674.0,52.0, Own-child,f, Private,t,negative, Never-married,f, United-States,f,f,other,9.0, Handlers-cleaners, White,86.0,|1170,f,t,f,f,t,f,f,f,t,f
250,Bonnie Lay,"36585 Kirby Hollow
South Johnberg, NJ 73334",26.0,F,1991-11-03,f,t, HS-grad,f,95.0,1.0,f,2.1,2.2,191001.0,40.0, Not-in-family,f, Private,t,negative, Never-married,f, United-States,f,f,other,9.0, Sales, White,95.0,|2681,f,t,f,f,t,f,f,f,t,f
251,Ricardo Jeter,"4907 Fuller Estates
Hallview, ID 83315",72.0,M,1946-02-02,t,t, HS-grad,f,98.0,0.93,t,1.5,1.8,297154.0,40.0, Husband,f, Private,f,negative, Married-civ-spouse,f, United-States,f,f,SVI,9.0, Handlers_cleaners, White,112.0,|2289,f,t,f,f,t,f,f,f,t,f
252,Jonathan Johnson,"7920 Ryan Street Apt. 153
Natalieport, MI 88109",60.0,M,1958-09-01,f,t, Some-college,f,109.0,1.06,f,11.0,2.6,115831.0,40.0, Husband,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,SVHD,10.0, Other-service, White,103.0,|1590,f,t,f,f,t,f,f,f,t,f
253,Jane Durant,"96810 Carr Mills
Brendaborough, NJ 47928",36.0,F,1982-10-10,f,t, Some-college,f,81.0,0.85,f,1.4,2.0,255957.0,40.0, Not-in-family,f, Private,t,negative, Never-married,f, United-States,f,f,other,10.0, Exec-managerial, White,95.0,|3516,f,t,f,f,f,f,f,f,f,f
254,Ashley Carroll,"9776 Whitney Harbor
Hunterland, TN 62093",54.0,F,1964-03-01,f,t, HS-grad,f,98.0,1.03,f,0.6,2.2,255693.0,20.0, Wife,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,sVI,9.0, Adm-clerical, White,96.0,|1977,f,t,f,f,t,f,f,f,t,f
255,Karmen Green,"397 Joshua Forge Suite 012
East Ericburgh, WV 20286",19.0,F,1999-01-07,f,t, HS-grad,f,139.0,1.53,f,3.2,3.6,174826.0,40.0, Not-in-family,f, Private,t,increased binding protein, Divorced,f, United-States,f,f,other,9.0, Machine-op-inspct, White,91.0,|1613,f,t,f,f,t,f,f,f,t,f
256,Jonathan Mildon,"20519 Anderson Stravenue
New Michael, IL 88622",63.0,M,1955-02-14,f,t, 11th,f,14.0,0.98,f,108.0,0.4,216181.0,45.0, Own-child,f, Private,t,negative, Never-married,f, United-States,f,f,SVI,7.0, Craft-repair, White,14.0,|2956,f,t,f,f,t,f,f,f,t,f
257,Daniel Horner,"964 Scott Overpass
Kimberlychester, ME 16691",25.0,M,1993-02-14,f,t, 10th,t,101.0,1.0,f,2.1,2.0,204046.0,40.0, Own-child,f, Private,t,negative, Divorced,f, United-States,f,f,SVHC,10.0, Transport-moving, White,101.0,|3031,f,t,f,f,t,f,f,f,f,f
258,Heather Kilgore,"7320 Jennifer River Apt. 801
Mayton, SD 19987",72.0,F,1945-11-17,f,t, HS-grad,f,90.0,0.83,f,0.54,1.7,244572.0,37.0, Not-in-family,f, Private,t,negative, Separated,f, United-States,f,f,SVI,9.0, Other-service, Black,109.0,|2555,f,t,f,f,t,f,f,f,t,f
259,Gerald Johnston,"910 Nelson Loaf Suite 218
West Robertview, SC 38177",24.0,M,1993-12-06,f,t, Bachelors,f,92.0,1.02,f,2.5,1.8,73883.0,45.0, Unmarried,f, Self-emp-not-inc,t,negative, Divorced,f, United-States,f,f,other,13.0, Sales, White,90.0,|1311,f,t,f,f,t,f,f,f,t,f
260,Clara Miller,"29044 Amanda Avenue Suite 676
North Barbara, OR 28361",48.0,F,1970-02-13,f,t, Some-college,f,104.0,1.11,f,0.2,1.8,184723.0,40.0, Not-in-family,f, Federal-gov,t,negative, Never-married,f, United-States,f,f,SVI,10.0, Other_service, White,94.0,|637,f,t,f,f,t,f,f,f,t,f
261,Melba Johnson,"246 Guzman Meadows Suite 811
South Edward, MT 02998",20.0,F,1998-09-09,t,t, HS-grad,f,107.0,1.07,f,0.03,2.7,316101.0,40.0, Not-in-family,f, Private,t,negative, Divorced,f, United-States,f,t,other,9.0, Adm-clerical, White,100.0,|1062,f,t,f,f,t,f,f,f,t,f
262,Andrea Dixon,"3230 Regina Isle
North Joe, TX 16611",31.0,F,1987-04-18,f,t, Assoc-voc,f,86.0,0.99,f,3.0,2.1,200187.0,32.0, Unmarried,f, Private,t,negative, Divorced,f, United-States,f,f,STMW,-1100.0, Other-service, White,86.0,|3346,f,t,f,f,t,f,f,f,t,f
263,Kenneth Lopez,"002 George Bridge Suite 369
Christopherfort, IN 26136",49.0,M,1969-06-13,f,t, HS-grad,f,123.0,1.15,f,1.7,2.3,118520.0,42.0, Husband,f, State-gov,t,negative, Married-civ-spouse,f, United-States,f,f,SVI,9.0, Protective-serv, White,106.0,|1922,f,t,f,f,t,f,f,f,t,f
264,Dorothy Vaughn,"362 Amanda Village
East Virginiastad, MN 42989",64.0,F,1954-03-18,t,t, HS-grad,f,67.0,0.75,f,8.9,1.2,83930.0,20.0, Own-child,f, Private,t,negative, Never-married,f, United-States,f,f,SVI,900.0, Other-service, White,89.0,|2034,f,t,f,f,t,f,f,f,t,f
265,Karen Homer,"54580 Lane Meadow
North Kerryshire, ME 88277",72.0,F,1946-08-21,f,t, 7th-8th,f,86.0,0.88,f,1.5,1.3,193895.0,40.0, Unmarried,f, Private,t,negative, Divorced,f, United-States,f,f,SVI,4.0, Adm-clerical, White,99.0,|2763,f,t,f,f,t,f,f,f,t,f
266,Albert Belanger,"7825 Michael Courts Apt. 387
Bryanland, NC 76152",56.0,M,1961-12-02,f,t, HS-grad,f,92.0,0.85,f,0.93,2.1,56774.0,40.0, Own-child,f, Private,t,negative, Never-married,f, United-States,f,f,other,9.0, Craft-repair, White,109.0,|1316,f,t,f,f,t,f,f,f,t,f
267,Larry Menken,"24395 Karen Burg Suite 411
Jonesfort, AZ 89762",23.0,M,1994-12-22,f,t, HS-grad,f,183.0,1.23,f,0.03,2.8,357848.0,40.0, Husband,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,other,9.0, Craft-repair, White,149.0,|2338,f,t,f,f,t,f,f,f,t,f
268,Catherine Gainer,"89194 Jones Isle
Brianstad, NJ 41610",44.0,F,1974-09-18,f,t, Bachelors,f,108.0,1.04,f,0.7,1.9,143547.0,40.0, Not-in-family,f, Federal-gov,t,negative, Never-married,f, United-States,f,f,SVHC,13.0, Prof-specialty, White,103.0,|2461,f,t,f,f,t,f,f,f,t,f
269,Lucilla Mcelwain,"3346 Laura Port
West Nathanstad, KY 03863",19.0,F,1998-11-16,f,t, Some-college,f,90.0,0.89,f,1.4,2.0,201554.0,15.0, Not-in-family,f, Private,t,negative, Never-married,f, United-States,f,f,Other,10.0, Machine-op-inspct, White,101.0,|2789,f,t,f,f,f,f,f,f,f,f
270,Betty Taylor,"877 Fields Square Suite 332
Lake Danielchester, WA 79446",46.0,F,1972-02-24,f,t, Some-college,f,107.0,0.77,f,0.025,2.7,339163.0,40.0, Unmarried,f, Local-gov,t,negative, Widowed,f, Mexico,f,f,other,1000.0, Adm-clerical, White,139.0,|1623,f,t,f,f,t,f,f,t,t,f
271,Sheri Cooper,"788 Medina Street
Brewerhaven, VT 14592",51.0,F,1967-03-08,f,t, Masters,f,68.0,0.79,f,2.0,1.8,159782.0,45.0, Wife,f, State-gov,t,negative, Married-civ-spouse,f, United-States,f,f,SVI,10.0, Prof-specialty, White,86.0,|2119,f,t,f,f,t,f,f,f,t,f
272,Denise Griffin,"8578 Raymond Lock Apt. 380
South Jennifer, NC 58711",63.0,F,1955-07-22,f,t, HS-grad,f,124.0,0.89,f,0.025,1.6,177839.0,15.0, Own-child,f, Private,t,negative, Never-married,f, United-States,f,f,other,9.0, Other-service, White,139.0,|3057,f,t,f,f,t,f,f,t,t,f
273,Gerald Marlin,"69152 Rogers Landing Suite 560
Port Richardfurt, ME 32144",50.0,M,1968-08-09,f,t, Assoc-voc,f,71.0,1.08,f,15.0,2.0,259846.0,40.0, Husband,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,other,1100.0, Adm-clerical, White,66.0,|1261,t,t,f,f,t,f,f,t,t,f
274,Mary Taylor,"PSC 3248, Box 2716
APO AA 59553",23.0,F,1995-09-15,f,t, HS-grad,f,91.0,1.1,f,0.02,3.4,174675.0,40.0, Wife,f, State-gov,t,increased binding protein, Married-civ-spouse,f, United-States,f,f,other,9.0, Prof-specialty, White,83.0,|2668,f,t,f,f,t,f,f,f,t,f
275,Henry Mcmichael,"7684 Osborne Squares Apt. 212
Trevormouth, WY 29733",21.0,F,1997-03-03,f,t, HS-grad,f,164.0,0.81,f,3.1,3.1,360799.0,40.0, Husband,f, Private,t,increased binding protein, Married-civ-spouse,f, United-States,f,f,Other,9.0, Craft-repair, White,201.0,|3489,f,t,f,f,t,f,f,f,t,f
276,Ann Thomas,"2010 Fisher Roads Apt. 588
Charlenefort, MD 19915",18.0,F,2000-06-04,f,t, HS-grad,f,94.0,0.96,f,12.0,2.2,67433.0,40.0, Wife,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,other,9.0, Adm-clerical, White,98.0,|1365,f,t,f,f,t,f,f,f,t,t
277,Adrian Carvalho,"7047 Avila Dale Apt. 881
Stephenstad, IN 97110",58.0,M,1960-03-06,f,t, 12th,f,103.0,0.97,f,0.05,2.4,211160.0,40.0, Own-child,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,SVI,8.0, Handlers-cleaners, White,107.0,|527,f,t,f,f,t,f,f,f,t,f
278,Inez Shaw,"18419 Keith Field
Flowersport, MD 23426",70.0,F,1948-05-17,t,t, HS-grad,f,85.0,0.91,f,0.15,1.5,119409.0,40.0, Wife,f, Private,t,negative, Married-civ-spouse,f, Columbia,f,f,other,9.0, Machine-op-inspct, Other,94.0,|2607,f,t,f,t,t,f,f,f,t,f
279,Robert Perez,"3926 Morse Centers
West Jackmouth, LA 47601",46.0,M,1972-04-30,f,f, Masters,f,82.0,0.93,f,0.88,0.7,170871.0,45.0, Husband,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,other,14.0, Exec-managerial, White,107.0,|2322,f,f,f,f,t,f,f,f,t,f
280,Kevin Haslam,"67014 Meredith Ports Suite 279
New Nicholasport, NJ 07136",45.0,M,1973-02-19,f,t, Masters,f,101.0,0.95,f,1.4,2.0,87209.0,60.0, Husband,f, Self-emp-not-inc,t,negative, Married-civ-spouse,f, United-States,f,f,other,14.0, Farming_fishing, White,106.0,|3638,f,t,f,f,t,f,f,t,f,f
281,Lisa Maguire,"83912 Connor Lights Suite 645
Emilystad, OH 25442",67.0,F,1951-05-10,f,f, Some-college,f,104.0,1.0,f,1.7,2.3,47176.0,15.0, Not-in-family,f, Self-emp-not-inc,t,negative, Never-married,f, United-States,f,f,sVI,10.0, Craft_repair, White,107.0,|363,f,f,f,f,t,f,f,f,t,f
282,Robert Osborn,"7866 Veronica Fort
North Leefurt, DC 03495",30.0,M,1988-02-25,f,t, Some-college,f,119.0,1.08,f,1.1,3.1,175958.0,80.0, Husband,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,Other,10.0, Sales, White,109.0,|3500,f,t,f,f,t,f,f,f,t,f
283,William Chandler,"832 Ivan Avenue Suite 964
Mullinsborough, MN 43482",41.0,M,1976-12-10,f,t, HS-grad,f,90.0,0.96,f,0.05,3.0,192982.0,40.0, Husband,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,SVHC,9.0, Tech_support, White,94.0,|534,f,t,f,f,t,f,f,f,t,f
284,Megan Fraley,"4955 Christina Club Suite 871
Dianaborough, VT 32566",31.0,F,1987-04-28,f,t, HS-grad,f,196.0,0.94,f,1.4,2.0,184687.0,30.0, Own-child,f, Private,t,negative, Never-married,f, United-States,f,f,other,9.0, Prof-specialty, White,209.0,|415,f,t,f,f,f,f,f,f,f,f
285,Michael Cardona,"27579 Eric Rue
North Joseph, AL 93646",39.0,M,1979-04-10,f,t, Some-college,f,63.0,0.87,f,1.3,2.0,87891.0,40.0, Husband,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,other,10.0, Adm-clerical, White,72.0,|1842,f,t,f,f,f,t,f,f,f,f
286,Virginia Oconnell,"47695 Shelly Street
Lake Christopher, WY 02812",37.0,F,1981-04-26,f,t, HS-grad,f,96.0,1.33,t,13.0,2.5,374116.0,40.0, Other-relative,f, Private,t,negative, Never-married,f, United-States,f,f,other,-900.0, Prof-specialty, White,73.0,|2036,f,t,f,f,t,f,f,f,t,f
287,Joshua Campos,"59420 Booth Club Suite 437
East Anitaberg, NH 37032",55.0,M,1962-12-29,f,t, Some-college,f,76.0,1.01,f,0.3,2.0,314165.0,40.0, Own-child,f, Private,t,negative, Never-married,f, Columbia,f,f,SVI,10.0, Sales, White,76.0,|83,t,t,f,f,t,f,f,f,f,f
288,Juana Joyce,"0339 Hull Meadow
Ashleehaven, NJ 77436",56.0,F,1962-03-27,f,t, Some-college,f,54.0,0.78,f,2.0,1.0,270059.0,35.0, Unmarried,f, Private,t,negative, Divorced,f, United-States,f,f,other,10.0, Adm-clerical, White,70.0,|1049,f,t,f,f,t,f,f,f,t,f
289,Elizabeth Hoyman,"46923 Stevens Stravenue
Lynchmouth, IA 99244",23.0,F,1994-11-09,f,t, Some-college,f,116.0,0.89,f,0.7,1.9,310773.0,40.0, Unmarried,f, Private,t,negative, Separated,f, Mexico,f,f,other,10.0, Sales, White,130.0,|241,f,t,f,f,t,f,f,f,t,f
290,Bill Lowrey,"14333 Matthew Forge
Parkmouth, WY 30599",38.0,M,1980-04-04,f,t, Masters,f,106.0,0.79,f,0.1,1.5,279661.0,35.0, Husband,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,SVI,14.0, Prof-specialty, Black,134.0,|41,f,t,f,f,t,f,f,f,t,f
291,Helen Leblanc,"670 Jasmine Cliffs
Hayesshire, FL 63140",37.0,F,1981-03-25,f,t, Bachelors,f,71.0,0.97,f,22.0,1.4,84657.0,40.0, Not-in-family,f, Local-gov,t,negative, Divorced,f, United-States,f,f,other,13.0, Prof-specialty, White,73.0,|1283,f,t,f,f,t,f,f,f,t,f
292,Brenda Thompson,"05441 Nelson Cliff
North Tina, FL 43689",34.0,F,1984-07-18,f,t, HS-grad,f,103.0,1.05,f,0.25,2.3,275190.0,40.0, Own-child,f, Private,t,negative, Never-married,f, United-States,f,f,other,9.0, Adm-clerical, White,98.0,|556,f,t,f,f,t,f,f,f,t,f
293,Ngoc Frazier,"4265 Benjamin Rue
Thomasberg, GA 67753",61.0,F,1957-05-25,f,t, 5th-6th,f,85.0,1.0,f,2.0,2.0,106910.0,19.0, Other-relative,t, Private,t,negative, Widowed,f, Philippines,f,f,other,3.0, Other-service, Asian-Pac-Islander,85.0,|1282,t,t,f,f,t,f,f,f,f,f
294,Jonathan Neace,"2217 Zachary Turnpike Suite 808
New Jamiehaven, VA 96649",72.0,M,1946-05-24,t,t, Bachelors,f,120.0,1.18,t,1.3,2.8,368561.0,55.0, Husband,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,other,13.0, Sales, White,102.0,|687,f,t,f,f,f,f,f,f,t,f
295,Marc Mcgee,"946 Ponce Land Suite 823
Elliottmouth, AL 72414",57.0,M,1961-05-20,f,t, Masters,f,88.0,0.86,f,1.3,2.0,259307.0,50.0, Husband,f, Private,t,negative, Married-civ-spouse,t, United-States,f,f,Other,14.0, Exec-managerial, White,102.0,|407,f,t,f,f,f,f,f,f,f,f
296,Cleo Pruett,"469 Ronald Green Apt. 771
North Jeremyview, OH 72936",51.0,F,1966-12-17,f,t, Some-college,f,130.0,0.86,f,0.1,2.0,81853.0,40.0, Wife,f, State-gov,t,negative, Married-civ-spouse,f, United-States,f,f,other,10.0, Adm-clerical, Asian-Pac-Islander,151.0,|3564,f,t,f,f,t,f,f,t,f,f
297,Theresa Vandergriff,"558 Nguyen Route
Yangburgh, IL 27951",25.0,F,1993-08-05,f,t, Some-college,f,107.0,0.93,t,0.53,1.8,115603.0,40.0, Unmarried,f, Local-gov,t,negative, Divorced,f, United-States,f,f,other,10.0, Adm_clerical, White,115.0,|1331,f,t,f,f,t,f,f,f,t,f
298,John Ellis,"246 Johnston Branch Suite 467
Taraborough, NC 71826",62.0,M,1956-09-08,f,f, Bachelors,f,142.0,0.93,f,1.3,2.6,68330.0,40.0, Not-in-family,f, Federal-gov,t,negative, Never-married,f, United-States,f,f,other,13.0, Prof-specialty, White,107.0,|306,f,f,f,f,f,f,f,t,t,f
299,Julia Colligan,"2302 Hunt Neck Suite 439
East Thomas, NJ 29936",46.0,F,1972-02-02,f,f, HS-grad,f,69.0,1.0,f,4.0,1.9,164518.0,38.0, Not-in-family,f, Local-gov,t,negative, Widowed,f, United-States,f,f,other,9.0, Adm-clerical, White,107.0,|1984,f,f,f,f,t,f,f,f,t,f
300,Guadalupe Samuels,"93251 White Shoals
North Jennifer, TX 01843",15.0,F,2003-07-18,f,t, Some-college,f,92.0,1.06,f,1.4,2.0,36601.0,35.0, Unmarried,f, Private,t,negative, Never-married,f, United-States,f,f,other,10.0, Other_service, White,87.0,|2037,f,t,f,f,f,f,f,f,f,f
301,Kimberly Liefer,"843 Nicole Knoll
Lake Charlesshire, HI 97817",33.0,F,1985-03-20,f,t, Some-college,f,120.0,0.98,f,1.4,2.0,365049.0,40.0, Not-in-family,f, Local-gov,t,negative, Never-married,f, Mexico,f,f,other,10.0, Prof_specialty, White,122.0,|2961,f,t,f,f,f,f,f,f,f,f
302,Lilliam Simpson,"94664 Brett Ville Apt. 090
Nicoleborough, AR 06802",61.0,F,1956-12-06,f,t, HS-grad,f,84.0,1.03,f,3.9,2.7,198202.0,54.0, Not-in-family,f, Private,t,negative, Never-married,f, United-States,f,f,other,10.0, Exec-managerial, White,81.0,|2704,f,t,f,f,t,f,f,t,t,f
303,Judy Lynn,"369 Rios Mission
Johnsonside, FL 99209",38.0,F,1980-04-04,f,t, Assoc-acdm,f,183.0,0.98,f,0.23,3.4,131310.0,40.0, Own-child,f, Private,t,increased binding protein, Never-married,f, United-States,f,f,other,12.0, Sales, White,186.0,|830,f,t,f,f,t,f,f,f,t,f
304,Refugio Lyons,"0054 Todd Garden
Lake Heather, NY 26868",52.0,F,1965-10-26,f,t, Some-college,f,163.0,0.95,f,0.03,2.0,297759.0,40.0, Not-in-family,f, Local-gov,t,negative, Divorced,f, United-States,f,f,other,10.0, Tech-support, White,172.0,|3098,f,t,f,f,t,f,f,f,f,f
305,Alma Mulvihill,"66061 Fields Locks Suite 818
Jenniferhaven, SD 67791",56.0,F,1962-04-21,f,t, 10th,f,122.0,1.13,f,3.0,1.1,182590.0,38.0, Not-in-family,f, Private,t,negative, Never-married,f, United-States,f,f,SVI,6.0, Adm-clerical, White,108.0,|2650,f,t,f,f,t,f,f,f,t,f
306,Betty Northey,"52091 Patricia Parks
Ponceton, NY 51199",45.0,F,1972-12-10,f,t, Bachelors,f,111.0,0.97,f,1.1,2.0,33373.0,40.0, Unmarried,f, Local-gov,t,negative, Divorced,f, United-States,f,f,SVHC,13.0, Prof-specialty, White,114.0,|3771,f,t,f,f,t,f,f,f,t,t
307,Sheila Barbre,"321 Hall Skyway Apt. 933
Brandonbury, MI 88430",70.0,F,1947-12-15,f,t, Some-college,f,79.0,0.8,f,1.5,0.3,196278.0,40.0, Not-in-family,f, Private,t,negative, Widowed,f, United-States,f,f,SVI,10.0, Sales, White,98.0,|775,f,t,f,f,t,f,f,f,t,f
308,Faye Brewer,"9423 Ray Walks Suite 479
Lisachester, NM 41003",66.0,F,1951-12-14,f,t, HS-grad,f,103.0,1.17,f,1.0,2.0,203783.0,72.0, Not-in-family,f, Private,t,negative, Divorced,f, United-States,f,f,other,9.0, Prof_specialty, White,88.0,|3006,f,t,f,f,t,f,f,f,f,f
309,Annette Schuckert,"2612 Gutierrez Camp Apt. 048
West Justinport, NM 54508",73.0,F,1945-01-12,f,f, HS-grad,f,74.0,1.0,f,1.2,2.3,184255.0,40.0, Wife,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,other,9.0, Sales, White,107.0,|2063,f,f,f,f,t,f,f,f,t,f
310,Cynthia Valencia,"13389 Tina Heights Suite 950
East Laura, IA 86402",20.0,F,1997-11-06,f,t, Some-college,f,171.0,1.12,f,0.02,2.6,385092.0,36.0, Own-child,f, Private,t,negative, Divorced,f, United-States,f,f,other,10.0, Prof-specialty, White,153.0,|2257,f,t,f,f,t,f,f,t,t,f
311,Rosalind Crook,"70498 Thompson Crest
South Susan, RI 75035",61.0,F,1957-08-07,f,t, HS-grad,f,46.0,0.58,f,0.88,0.3,95855.0,40.0, Unmarried,f, Private,t,decreased binding protein, Divorced,f, United-States,f,f,SVI,9.0, Protective-serv, White,79.0,|812,f,t,f,f,t,f,f,f,t,f
312,Heather Hernandez,"528 Gentry Forge
Crystalfort, VA 95641",64.0,F,1954-10-15,f,f, 10th,f,108.0,1.0,f,1.4,2.0,225106.0,18.0, Own-child,f, Private,f,negative, Never-married,f, United-States,f,f,Other,10.0, Other-service, White,107.0,|1821,f,f,f,f,f,f,f,f,f,f
313,Mark Lind,"2141 Davis Square
Rachelton, MN 61466",60.0,M,1958-02-25,f,t, Bachelors,f,90.0,1.04,f,2.3,2.2,322143.0,10.0, Husband,f, Self-emp-not-inc,t,negative, Married-civ-spouse,f, United-States,f,f,SVHC,13.0, Other-service, White,87.0,|1122,f,t,f,f,t,f,f,f,t,f
314,James Hart,"85987 Brett Turnpike
Lake Jessicaside, PA 66052",29.0,M,1989-07-11,f,t, HS-grad,f,142.0,0.93,f,0.33,2.2,115023.0,40.0, Husband,f, Local-gov,t,negative, Married-civ-spouse,f, United-States,f,f,other,10.0, Other-service, White,153.0,|3449,f,t,f,f,t,f,f,t,t,f
315,Mary Leflore,"75296 Collins Mount Apt. 591
Wumouth, OR 02717",80.0,F,1938-05-24,f,t, HS-grad,f,118.0,1.12,f,1.1,1.3,164835.0,25.0, Not-in-family,f, Private,t,negative, Widowed,f, United-States,f,f,other,9.0, Adm-clerical, White,105.0,|3569,f,t,f,f,t,f,f,f,t,f
316,Jayne Warren,"7914 Jones Circles Suite 960
New Nina, IN 37555",46.0,F,1972-01-27,f,t, HS-grad,f,119.0,0.9,f,2.2,2.0,183739.0,40.0, Own-child,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,other,9.0, Craft-repair, White,131.0,|3059,f,t,f,f,t,f,f,f,f,f
317,Mary Frazier,"791 Zamora Place
Williamsport, SC 10308",74.0,F,1944-08-19,f,t, 10th,f,99.0,1.12,f,1.3,1.9,270366.0,40.0, Not-in-family,f, Private,t,negative, Divorced,f, United-States,f,f,other,-600.0, Sales, White,88.0,|424,f,t,f,f,t,f,f,f,t,f
318,Marla Waid,"282 Roger Circles Apt. 102
New Colin, ND 47147",25.0,F,1992-10-19,f,t, HS-grad,f,94.0,0.93,f,0.7,1.6,162297.0,20.0, Unmarried,f, Private,t,negative, Widowed,f, United-States,f,f,SVI,9.0, Sales, White,101.0,|1993,f,t,f,f,t,f,f,f,t,f
319,Michelle Zayas,"32064 Murphy Dam
North Dawn, WA 78877",65.0,F,1953-06-29,f,t, 7th-8th,f,97.0,0.87,f,1.5,2.2,29276.0,24.0, Other-relative,f, State-gov,t,negative, Widowed,f, United-States,f,f,other,4.0, Other-service, White,111.0,|3060,f,t,f,f,t,f,f,f,t,f
320,Benjamin Corns,"839 Margaret Mill
Willieborough, NJ 01164",33.0,M,1984-11-22,f,t, Masters,t,120.0,0.99,f,1.8,2.4,123053.0,40.0, Husband,f, Private,t,negative, Married-civ-spouse,f, India,f,f,SVHC,14.0, Prof-specialty, Asian-Pac-Islander,121.0,|2898,f,t,f,f,t,f,f,f,t,f
321,Christina Bernal,"294 Carolyn Route Apt. 707
Brandonton, NH 61426",59.0,F,1959-10-14,f,t, HS-grad,f,149.0,1.17,f,1.3,3.2,392886.0,14.0, Not-in-family,f, Self-emp-not-inc,t,negative, Widowed,f, United-States,f,f,sVHC,10.0, Farming-fishing, White,127.0,|432,f,t,f,f,t,f,f,f,t,t
322,Deborah Davison,"8380 Tristan Manors
Robinsonland, FL 78762",30.0,F,1988-07-20,f,t, HS-grad,f,113.0,0.83,f,2.9,1.4,324445.0,40.0, Not-in-family,f, Private,t,negative, Never-married,f, United-States,f,f,other,9.0, Tech-support, White,136.0,|2923,f,t,f,f,t,f,f,t,t,f
323,Guillermo Korn,"7176 Stevenson Drive
New Cynthia, NJ 59039",81.0,M,1937-09-20,f,t, Assoc-voc,f,71.0,0.92,f,1.3,1.7,198316.0,35.0, Not-in-family,f, Private,t,negative, Divorced,f, United-States,f,f,other,11.0, Craft-repair, White,77.0,|3232,f,t,f,f,f,f,f,f,t,f
324,Dick Alvares,"78018 Daniel Oval
Port Katherine, TN 32368",65.0,M,1953-05-06,f,t, HS-grad,f,105.0,1.28,f,1.3,2.0,200681.0,40.0, Own-child,f, Private,t,negative, Never-married,f, United-States,f,f,SVHC,9.0, Machine-op-inspct, White,83.0,|1204,f,t,f,f,t,f,f,f,t,f
325,Myrtle Goodwin,"8387 Craig Lodge Apt. 133
Sullivanshire, KY 22774",45.0,F,1973-08-17,t,f, HS-grad,f,108.0,1.0,f,1.4,1.3,132973.0,38.0, Unmarried,f, Private,f,negative, Divorced,f, United-States,f,f,other,900.0, Adm-clerical, White,107.0,|3647,f,f,f,f,f,f,f,f,t,f
326,Rochelle Brown,"75045 Walker Plains
East Mariahaven, WV 81986",48.0,F,1970-04-27,f,t, 11th,f,124.0,0.96,f,0.15,2.0,182042.0,19.0, Own-child,f, Private,t,negative, Never-married,f, United-States,f,f,Other,7.0, Other-service, White,130.0,|2834,f,t,f,f,t,f,f,f,t,f
327,Paul Price,"73021 Megan Alley
Byrdhaven, TX 24356",32.0,M,1986-01-13,f,t, Bachelors,f,88.0,0.7,f,3.1,2.1,181220.0,40.0, Husband,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,SVI,13.0, Sales, White,125.0,|2332,f,t,f,f,t,f,f,f,t,f
328,Clyde Do,"41596 Gonzales Ports
Ramosfurt, IL 46828",66.0,F,1952-05-31,f,t, 10th,f,97.0,0.87,f,0.19,1.4,297796.0,40.0, Husband,f, Self-emp-not-inc,t,negative, Married-civ-spouse,f, United-States,f,f,SVI,6.0, Farming_fishing, White,111.0,|2536,f,t,f,f,t,f,f,f,t,f
329,Raymond Archer,"Unit 1670 Box 2963
DPO AE 38208",29.0,M,1989-03-29,f,t, HS-grad,f,135.0,0.97,f,1.7,2.3,115488.0,40.0, Husband,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,SVHC,9.0, Sales, White,140.0,|2651,f,t,f,f,t,f,f,f,t,t
330,Karl Sanchez,"0002 Brad Summit Suite 716
Holtburgh, MD 56707",29.0,M,1988-12-20,f,t, HS-grad,f,46.0,0.93,f,0.25,1.1,244147.0,10.0, Unmarried,f, Private,t,negative, Never-married,f, United-States,f,f,SVI,900.0, Craft-repair, White,104.0,|705,f,f,f,f,t,f,f,f,t,f
331,Darla Evans,"3984 Cardenas Ridges
South David, HI 89301",37.0,F,1980-12-04,f,t, Bachelors,f,71.0,1.04,f,25.0,2.0,203393.0,35.0, Wife,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,other,13.0, Craft_repair, Black,68.0,|3129,f,t,f,f,t,f,t,f,f,f
332,Sheila Caravello,"6484 Simmons Unions
West Brent, DE 51919",28.0,F,1989-11-24,f,t, Assoc-acdm,f,83.0,1.0,f,2.8,2.2,127185.0,40.0, Wife,f, Federal-gov,t,negative, Married-civ-spouse,f, United-States,f,f,other,12.0, Exec-managerial, White,82.0,|1464,f,t,f,f,t,f,f,f,t,f
333,Stacy Bellavance,"670 Arnold Lights Suite 837
Reneebury, AZ 84548",26.0,F,1992-07-03,f,t, Bachelors,f,140.0,1.05,f,1.6,2.1,210781.0,40.0, Not-in-family,f, Private,t,negative, Never-married,f, United-States,f,f,SVI,13.0, Craft_repair, White,132.0,|2735,f,t,f,f,t,f,f,f,t,f
334,Rickey Tellez,"639 Suzanne Port
Erinmouth, CA 39976",43.0,M,1974-11-17,f,t, Some-college,f,65.0,0.93,f,1.3,2.0,339952.0,60.0, Husband,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,other,10.0, Exec-managerial, White,70.0,|2001,f,t,f,f,f,f,f,f,f,f
335,Stephanie Oconnell,"499 Amanda Field Suite 852
Brianton, MN 77927",22.0,F,1996-05-29,f,t, Some-college,f,103.0,1.0,f,2.4,1.7,234474.0,20.0, Own-child,f, Private,t,negative, Never-married,f, United-States,f,t,Other,1000.0, Sales, Black,103.0,|2241,f,t,f,f,t,f,f,f,t,f
336,Ginger Hays,"2691 Zachary Station Suite 818
Luisfort, MN 53820",87.0,F,1931-04-07,f,t, Masters,f,100.0,1.2,f,0.3,1.5,243829.0,50.0, Not-in-family,f, Private,t,negative, Divorced,f, United-States,f,f,SVI,14.0, Prof-specialty, White,83.0,|606,f,t,f,f,t,f,f,f,t,f
337,Betty Cassel,"33787 Samantha Ridge Apt. 179
East Amymouth, AZ 09234",48.0,F,1970-06-10,f,t, Some-college,f,114.0,0.98,f,0.7,2.0,199545.0,15.0, Wife,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,other,10.0, Exec-managerial, White,117.0,|3043,f,t,f,f,t,f,f,f,f,f
338,Rhonda Wentz,"5465 Cannon Ports Suite 571
Chavezland, MN 79862",67.0,F,1951-04-21,f,t, 10th,f,113.0,0.85,f,1.3,1.4,170916.0,40.0, Own-child,f, Local-gov,t,negative, Never-married,f, United-States,f,f,other,6.0, Protective-serv, White,132.0,|3530,f,t,f,f,t,f,f,f,t,f
339,Florentina Yarbrough,"7201 Larson Junction
West Bobby, OR 97642",78.0,F,1940-02-29,f,t, Assoc-acdm,f,102.0,1.23,f,0.7,1.6,138597.0,40.0, Other-relative,t, Self-emp-inc,t,negative, Never-married,f, United-States,f,f,SVI,12.0, Prof-specialty, Black,83.0,|101,f,t,f,f,t,f,f,f,t,f
340,Natasha Turpin,"618 White Avenue Apt. 435
Rachelstad, RI 37225",29.0,F,1989-10-17,t,t, HS-grad,f,161.0,1.61,f,0.15,5.5,312767.0,40.0, Unmarried,f, State-gov,t,increased binding protein, Never-married,f, United-States,f,f,STMW,9.0, Sales, Black,100.0,|882,f,t,f,f,t,f,f,f,t,f
341,Stephanie Pegues,"9803 Joseph Ridge Apt. 858
East Alicia, CT 46153",19.0,F,1999-05-11,f,t, 11th,f,122.0,1.02,f,4.0,2.9,47425.0,15.0, Own-child,f, Private,t,increased binding protein, Never-married,f, United-States,f,f,SVHC,7.0, Other-service, White,119.0,|2346,f,t,f,f,t,f,f,f,t,f
342,Frances Calderon,"6944 Lopez Roads
New John, HI 73908",66.0,F,1952-01-30,f,t, Some-college,f,102.0,1.12,f,0.71,1.7,271092.0,40.0, Unmarried,f, Private,t,negative, Divorced,f, United-States,f,f,SVI,10.0, Adm-clerical, White,92.0,|960,f,t,f,f,t,f,f,f,t,f
343,James Thomas,"Unit 0778 Box 3809
DPO AE 26146",75.0,F,1943-01-24,f,t, 12th,f,117.0,0.94,f,0.12,1.5,374262.0,20.0, Own-child,f, Private,t,negative, Never-married,f, United-States,f,f,sVI,8.0, Handlers-cleaners, White,125.0,|2151,f,t,f,f,t,f,f,f,t,f
344,Sharon Mitchell,"2497 Daniels Alley
Angelachester, NV 08034",23.0,F,1995-01-20,f,t, Some-college,f,107.0,1.06,f,2.6,1.8,163911.0,40.0, Own-child,f, Private,t,negative, Never-married,f, United-States,f,f,other,10.0, Adm-clerical, White,101.0,|2329,f,t,f,f,t,f,f,f,t,f
345,Wayne Payne,"7702 Winters Club Apt. 471
Lunaburgh, LA 83058",49.0,M,1969-07-29,f,t, HS-grad,f,94.0,0.97,f,0.2,2.0,296453.0,35.0, Not-in-family,f, Private,t,negative, Never-married,f, United-States,f,f,SVHC,9.0, Craft_repair, White,98.0,|106,f,t,f,f,t,f,f,f,t,f
346,Patricia Schell,"0795 Norton Court
Waltersfurt, CO 10243",58.0,F,1960-02-05,f,t, HS-grad,f,83.0,0.86,f,0.59,1.5,155657.0,25.0, Not-in-family,f, State-gov,t,negative, Divorced,f, United-States,f,f,SVI,900.0, Adm-clerical, Black,97.0,|2658,t,t,f,f,t,f,f,f,t,f
347,Rhonda Bolebruch,"342 Jaclyn Vista Apt. 796
Taylorfurt, IL 27692",49.0,F,1969-05-02,f,t, Some-college,f,100.0,0.93,f,1.2,2.2,268620.0,33.0, Wife,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,SVHC,10.0, Exec-managerial, White,108.0,|1643,f,t,f,f,t,f,f,f,t,f
348,Rosa Mcclellan,"5247 David Dale
Matthewside, MI 98184",77.0,F,1941-01-27,f,t, Bachelors,f,84.0,0.87,f,0.2,1.6,162236.0,40.0, Not-in-family,f, Self-emp-not-inc,t,negative, Never-married,f, United-States,f,f,SVI,13.0, Craft-repair, White,97.0,|165,f,t,f,f,t,f,f,f,t,f
349,Briana Oneal,"2301 Murphy Burg Suite 455
Port Paul, UT 57720",23.0,F,1995-05-08,f,t, HS-grad,f,108.0,1.04,f,1.3,2.1,133963.0,40.0, Own-child,f, Private,t,negative, Widowed,f, United-States,f,f,STMW,9.0, Adm-clerical, White,105.0,|2277,f,t,f,f,t,f,f,f,t,f
350,Beverly Fowlkes,"084 Jones Forest Suite 331
East Danastad, AZ 52846",29.0,F,1989-03-12,f,t, Masters,f,100.0,0.74,f,0.84,1.5,341846.0,50.0, Not-in-family,f, Private,t,negative, Never-married,f, United-States,f,f,other,14.0, Prof-specialty, White,135.0,|3551,f,t,f,f,t,f,f,f,t,f
351,Cindy Jackson,"52896 Clark Drives
North Wendy, NY 87373",74.0,F,1944-10-04,f,t, 9th,f,113.0,0.96,f,1.3,2.3,215495.0,40.0, Other-relative,f, Private,t,negative, Never-married,f, Mexico,f,f,other,5.0, Exec-managerial, White,118.0,|2061,f,t,f,f,t,f,f,f,t,f
352,Edward Ford,"66434 Kayla Squares Suite 043
North Michaelton, MI 52514",55.0,M,1962-11-13,f,t, 10th,f,86.0,1.08,f,3.4,2.3,394176.0,20.0, Own-child,f, Private,t,negative, Never-married,f, United-States,f,f,sVI,6.0, Handlers-cleaners, White,80.0,|614,f,t,f,f,t,f,f,f,t,f
353,David Killingsworth,"824 Baker Centers Suite 930
New Ashley, UT 99755",55.0,M,1963-08-13,f,t, Assoc-voc,f,123.0,0.96,f,0.34,1.4,188808.0,40.0, Husband,f, Local-gov,t,negative, Married-civ-spouse,f, United-States,f,f,SVI,11.0, Craft-repair, White,128.0,|3658,f,t,f,f,t,f,f,f,t,f
354,Donna Sires,"795 Watson Coves Apt. 988
Robertsonberg, RI 38658",36.0,F,1981-10-22,f,t, Assoc-acdm,f,139.0,1.65,f,7.5,4.1,347814.0,56.0, Own-child,f, Private,t,increased binding protein, Never-married,f, United-States,f,f,SVI,12.0, Other_service, White,84.0,|528,f,t,f,f,t,f,f,f,t,f
355,Dana Liriano,"Unit 3835 Box 4105
DPO AE 48289",38.0,F,1980-08-19,f,t, Assoc-acdm,f,138.0,1.16,f,1.3,2.4,32220.0,60.0, Not-in-family,f, Private,t,negative, Never-married,f, United-States,f,f,SVHC,12.0, Exec_managerial, White,118.0,|1259,f,t,f,f,t,f,f,f,t,t
356,Daniel Reed,"313 Eric Mount Suite 697
Stanleychester, ME 33012",58.0,M,1960-09-13,f,t, 11th,f,102.0,0.77,f,0.25,2.4,454508.0,40.0, Not-in-family,f, Private,t,negative, Never-married,f, United-States,f,f,other,7.0, Craft-repair, White,134.0,|704,f,t,f,f,t,f,f,f,t,f
357,Michele Blue,"44160 Gregory Mountains
East Erin, AZ 50003",67.0,F,1951-08-17,f,f, HS-grad,f,108.0,1.0,f,1.4,2.0,202872.0,40.0, Wife,f, Private,f,negative, Married-civ-spouse,f, United-States,f,f,other,9.0, Sales, White,107.0,|1902,f,f,f,f,f,f,f,f,f,f
358,Stephen Zumwalt,"0522 Jeremy Underpass Suite 003
West Julianview, NV 69474",59.0,M,1959-08-10,t,t, HS-grad,f,125.0,0.78,f,0.08,2.0,53366.0,40.0, Husband,f, Private,t,negative, Married-civ-spouse,f, United-States,f,t,other,9.0, Transport-moving, White,161.0,|2794,f,t,f,f,t,f,t,t,f,f
359,Alice Pritt,"719 Brent Cove Suite 815
Courtneymouth, FL 90201",18.0,F,2000-07-15,f,t, Some-college,f,142.0,1.37,f,12.0,2.0,50442.0,25.0, Own-child,f, Local-gov,t,negative, Never-married,f, United-States,f,f,other,10.0, Adm-clerical, Amer-Indian-Eskimo,104.0,|3632,f,t,f,f,t,f,f,f,f,f
360,Emily Miller,"862 Archer Villages
Jamesburgh, TX 06637",70.0,F,1947-12-20,f,t, Assoc-voc,f,104.0,0.83,f,0.07,0.9,311376.0,40.0, Not-in-family,f, Private,t,negative, Never-married,f, United-States,f,f,Other,10.0, Adm_clerical, White,124.0,|881,f,t,f,f,t,t,f,t,t,f
361,Kathy Smith,"78652 West Causeway Apt. 163
Port Douglasport, DC 59502",59.0,F,1959-08-08,f,t, Some-college,f,59.0,0.83,f,4.3,1.2,262819.0,40.0, Not-in-family,f, State-gov,t,negative, Never-married,f, United-States,f,f,SVI,10.0, Adm-clerical, White,71.0,|136,f,t,f,f,t,f,f,f,t,f
362,Richard Bowlin,"89167 Owen Plains Apt. 082
Lake Lisafurt, PA 10350",73.0,M,1945-05-18,f,t, Assoc-voc,f,66.0,1.17,f,0.84,1.3,256014.0,60.0, Husband,f, Self-emp-not-inc,t,negative, Married-civ-spouse,f, United-States,f,f,SVI,10.0, Exec_managerial, White,56.0,|2135,f,t,f,f,t,f,f,f,t,f
363,Clifford Walters,"21691 Gary Spur Suite 966
Raymondborough, ME 83849",16.0,M,2002-07-06,f,t, HS-grad,f,135.0,1.02,f,1.3,3.0,283510.0,45.0, Unmarried,f, Private,t,negative, Never-married,t, United-States,f,f,other,9.0, Adm-clerical, Black,131.0,|3744,f,t,f,f,f,t,f,t,t,f
364,Dawn Herrera,"19586 Erin Ports Apt. 003
Jeffreybury, OR 31995",22.0,F,1996-04-26,f,t, 10th,f,85.0,0.92,f,1.7,1.7,304873.0,32.0, Own-child,f, Private,t,negative, Never-married,f, United-States,f,f,other,6.0, Adm-clerical, White,92.0,|1477,f,t,f,f,t,f,f,f,t,f
365,Carla Kinyon,"617 Ryan Manor Suite 579
Christinebury, NH 31953",28.0,F,1990-06-21,f,t, HS-grad,f,179.0,1.55,f,2.5,2.6,64671.0,40.0, Own-child,f, Private,t,negative, Divorced,f, Philippines,f,f,other,9.0, Handlers-cleaners, Asian-Pac-Islander,115.0,|80,f,t,t,f,t,f,f,t,t,f
366,Linda Cahill,"8286 Adam Villages
Lake Joseph, MS 98645",61.0,F,1957-06-21,t,t, HS-grad,f,77.0,1.24,f,3.7,2.4,85126.0,40.0, Not-in-family,f, Private,t,negative, Never-married,f, United-States,f,f,other,9.0, Machine-op-inspct, White,62.0,|679,f,t,f,f,t,f,t,f,t,f
367,Therese Wyman,"733 Dixon Lodge Apt. 385
Benjaminmouth, MO 39568",77.0,F,1941-08-18,t,t, Some-college,f,111.0,0.96,f,1.4,1.8,194905.0,12.0, Own-child,f, Private,t,negative, Never-married,f, United-States,f,f,other,10.0, Other-service, White,115.0,|908,t,t,f,f,f,f,f,f,t,f
368,Matthew Capps,"4440 Joy View
New Joelchester, CT 87599",68.0,M,1950-06-01,f,f, 11th,f,101.0,0.93,f,6.7,1.4,166461.0,26.0, Husband,t, Private,t,negative, Married-civ-spouse,f, United-States,f,f,SVI,7.0, Sales, White,107.0,|3111,f,f,f,f,t,f,f,f,t,f
369,Patricia Pickett,"2024 Rodriguez Creek
New Karl, ME 57388",77.0,F,1941-06-30,f,t, 11th,f,105.0,0.82,f,3.1,0.9,180868.0,40.0, Not-in-family,f, Private,t,negative, Never-married,f, United-States,f,f,SVI,7.0, Adm-clerical, Black,129.0,|941,f,t,f,f,t,f,f,f,t,f
370,Kayla Strain,"929 Gregory Island Suite 716
Harristown, NY 85298",64.0,F,1953-12-04,f,t, Some-college,f,130.0,1.18,f,1.5,2.8,1484705.0,25.0, Unmarried,f, Private,t,negative, Divorced,f, United-States,f,f,SVI,10.0, Exec-managerial, White,111.0,|213,f,t,f,f,t,f,f,f,t,f
371,Blanche Hall,"566 Perez Square Suite 675
East Dennis, HI 75658",59.0,F,1958-12-02,f,t, Bachelors,f,121.0,1.25,t,0.06,2.5,278938.0,20.0, Not-in-family,f, Private,t,negative, Widowed,f, United-States,f,f,other,13.0, Prof-specialty, White,97.0,|1201,f,t,f,f,t,f,f,f,t,f
372,Francine Newman,"363 Ramsey Square
Lake Jean, SD 05614",21.0,F,1996-11-22,f,t, Some-college,f,132.0,0.99,f,0.83,2.2,98756.0,50.0, Own-child,f, Self-emp-inc,t,negative, Divorced,f, United-States,f,f,SVHC,10.0, Adm-clerical, White,133.0,|2226,f,t,f,f,t,f,f,f,t,t
373,Linda Stults,"68807 Lawson Light
East Lindsayport, WI 30359",60.0,F,1958-06-30,f,f, Bachelors,f,112.0,1.0,f,2.8,2.4,136455.0,45.0, Not-in-family,f, Private,t,negative, Never-married,f, United-States,f,f,other,13.0, Prof-specialty, White,107.0,|2153,f,f,f,f,t,f,f,f,t,f
374,Allen Gonzalez,"803 Smith Crest
Burgessfurt, MA 05696",54.0,M,1964-08-25,f,t, Bachelors,f,116.0,1.05,f,0.46,3.0,88126.0,40.0, Own-child,t, Private,t,negative, Never-married,f, United-States,f,f,SVHD,13.0, Exec-managerial, White,110.0,|2659,f,t,f,f,t,f,f,f,t,f
375,Stephen Faulkner,"5718 Holden Harbors
New Diana, CO 01982",64.0,M,1954-06-17,f,t, HS-grad,f,89.0,0.97,f,0.44,2.5,213321.0,40.0, Husband,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,SVI,9.0, Protective-serv, White,92.0,|2569,f,t,f,f,t,f,f,f,t,f
376,Ralph Dina,"2859 Duane Mission
Walshbury, WY 36146",24.0,M,1994-10-12,f,t, HS-grad,f,110.0,0.91,f,0.77,2.8,81528.0,60.0, Other-relative,f, Private,t,negative, Never-married,f, United-States,f,f,SVHC,10.0, Handlers-cleaners, White,121.0,|2549,f,t,f,f,t,f,f,f,t,t
377,Sharon Hernandez,"3647 Hood Drive Suite 064
Wilsonborough, MD 19205",53.0,F,1964-11-12,f,f, HS-grad,f,108.0,1.0,f,1.4,2.0,148903.0,16.0, Wife,f, Private,f,negative, Married-civ-spouse,f, United-States,f,f,other,9.0, Other-service, White,107.0,|1792,f,f,f,f,f,f,f,f,f,f
378,Brian Roman,"81645 Jackson Junctions Apt. 076
Pamelashire, NM 80923",41.0,M,1977-04-24,f,f, Bachelors,f,22.0,0.93,f,0.015,2.5,180342.0,40.0, Husband,f, Local-gov,t,negative, Married-civ-spouse,f, United-States,f,f,other,-1300.0, Other-service, White,107.0,|2586,t,f,f,f,t,f,f,f,t,f
379,Elizabeth Johnston,"35565 Danielle Summit Suite 344
Jessicamouth, DC 57140",48.0,F,1970-01-20,f,t, 1st-4th,f,71.0,0.81,f,1.6,1.0,190942.0,30.0, Not-in-family,t, Private,t,negative, Widowed,f, United-States,f,f,SVHD,2.0, Priv-house-serv, Black,88.0,|1251,f,t,f,f,t,f,f,f,t,f
380,Carlos Schwartz,"Unit 4662 Box 7515
DPO AP 48074",59.0,M,1959-02-19,f,t, Assoc-acdm,f,117.0,0.74,f,0.02,2.7,206008.0,20.0, Own-child,f, Private,t,negative, Never-married,f, United-States,f,f,SVI,12.0, Prof-specialty, Black,157.0,|3086,f,t,f,f,t,f,f,t,t,f
381,Marie Lane,"839 Waters Ridge
South Julia, WV 61126",42.0,F,1976-01-30,t,t, Some-college,f,200.0,1.56,f,0.02,4.0,218382.0,40.0, Unmarried,f, Local-gov,t,increased binding protein, Divorced,f, United-States,f,f,STMW,10.0, Other-service, Black,128.0,|2176,f,t,t,f,t,f,f,f,t,f
382,Willie Stevens,"8139 Bailey Isle Suite 993
Port Brian, NY 53330",45.0,F,1973-02-16,f,f, HS-grad,f,108.0,1.0,f,1.4,2.0,178370.0,99.0, Unmarried,f, Private,f,negative, Divorced,f, United-States,f,f,other,9.0, Other-service, White,107.0,|558,f,f,f,f,f,f,f,f,f,f
383,Ada Wells,"25825 Stephanie Fields Suite 846
Lake Bethany, CT 38478",65.0,F,1953-02-07,f,t, Bachelors,f,84.0,0.87,f,2.8,2.1,87528.0,45.0, Not-in-family,f, Private,t,negative, Never-married,f, United-States,f,f,other,13.0, Sales, White,96.0,|2612,f,t,f,f,t,f,f,f,t,f
384,Raymond Clark,"223 Kenneth Extension Suite 641
Stevenport, NE 60130",66.0,M,1952-04-12,f,t, Some-college,f,108.0,0.96,f,2.0,2.1,200089.0,40.0, Other-relative,f, Private,t,negative, Married-civ-spouse,f, El-Salvador,f,f,SVI,10.0, Craft-repair, White,112.0,|1404,f,t,f,f,t,f,f,f,t,f
385,Kelly Pounds,"17939 Jacob Ford Suite 913
Port Michael, CA 09599",39.0,F,1979-10-10,f,t, HS-grad,f,78.0,0.84,f,1.7,2.0,175800.0,55.0, Unmarried,f, Private,t,negative, Never-married,f, United-States,f,f,Other,900.0, Prof-specialty, White,93.0,|2109,f,t,f,f,t,f,f,f,t,f
386,Jennifer Beason,"399 Martinez Junctions
North Christian, MA 09913",43.0,F,1975-05-17,f,t, Assoc-voc,f,63.0,0.97,f,19.0,2.0,199472.0,38.0, Not-in-family,f, Private,t,negative, Never-married,f, United-States,f,f,other,11.0, Adm-clerical, White,65.0,|1557,f,t,f,f,t,f,f,t,f,f
387,Kathy Secrist,"065 Taylor Neck Apt. 297
Johnsonmouth, RI 21401",30.0,F,1988-08-14,f,t, HS-grad,f,120.0,0.94,f,0.42,1.8,274809.0,50.0, Unmarried,f, Private,t,negative, Divorced,f, United-States,f,f,other,9.0, Adm-clerical, White,128.0,|3552,f,t,f,f,t,f,f,f,t,f
388,Maria Newman,"906 Booth Mews
Johnsonmouth, IL 11134",45.0,F,1973-09-24,f,t, Some-college,f,73.0,0.74,f,3.2,2.0,263982.0,40.0, Unmarried,f, State-gov,t,negative, Divorced,f, United-States,f,f,other,10.0, Prof-specialty, White,99.0,|3420,f,t,f,f,t,f,f,f,t,f
389,Frank Gerace,"522 Weaver Green
East Amanda, ND 50691",65.0,M,1953-10-16,f,t, Bachelors,f,134.0,0.98,f,0.2,1.9,228372.0,40.0, Unmarried,f, Private,t,negative, Divorced,f, United-States,f,f,sVI,13.0, Sales, White,137.0,|117,f,t,f,f,t,f,f,f,t,f
390,James Karo,"71541 Julia Plaza
Lake Jennifer, IA 34772",46.0,M,1972-07-22,f,t, Assoc-acdm,f,97.0,0.94,f,1.4,1.5,124187.0,32.0, Not-in-family,f, Self-emp-not-inc,t,negative, Never-married,f, United-States,f,f,other,12.0, Other-service, Black,104.0,|2311,f,t,f,f,t,f,f,f,t,f
391,Flora Jackson,"845 Garcia Path
East Timbury, DC 26783",83.0,F,1935-05-22,f,t, HS-grad,f,100.0,1.02,f,1.8,2.4,193090.0,37.0, Not-in-family,f, Private,t,negative, Never-married,f, United-States,f,f,SVHC,9.0, Sales, White,98.0,|1616,f,t,f,f,t,f,f,f,t,t
392,Robert Simpson,"245 Deborah Dam
Josephport, VA 76522",32.0,M,1986-04-05,f,t, Some-college,f,93.0,0.93,f,1.5,1.8,145290.0,40.0, Husband,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,SVHC,10.0, Craft-repair, White,100.0,|1418,f,t,f,f,t,f,f,f,t,t
393,Thomas Pierce,"937 Hart Mission
South Amber, CT 18594",34.0,M,1984-08-21,t,t, 12th,f,99.0,0.87,f,0.08,2.1,449432.0,40.0, Husband,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,other,8.0, Craft-repair, White,113.0,|3756,f,t,f,f,t,f,f,f,t,f
394,John Walker,"74039 Thompson Rue Suite 323
East Joseph, KS 97884",74.0,M,1944-10-06,f,t, Masters,f,91.0,0.92,f,3.3,1.2,156192.0,45.0, Husband,t, Private,t,negative, Married-civ-spouse,f, United-States,f,f,other,10.0, Prof-specialty, White,99.0,|2582,f,t,f,f,t,f,f,f,t,f
395,Nancy Pettrey,"993 Clark Pass
South Brookechester, MA 60140",38.0,F,1980-03-30,f,f, HS-grad,f,108.0,1.0,t,1.4,2.0,365640.0,45.0, Not-in-family,f, Private,f,negative, Never-married,f, United-States,f,f,other,9.0, Priv-house-serv, White,107.0,|1729,f,f,f,f,f,f,f,f,f,f
396,Melinda Smith,"4798 Carter Turnpike
Josemouth, WV 19340",21.0,F,1997-06-23,t,f, Prof-school,f,108.0,1.0,f,1.4,2.0,159442.0,50.0, Not-in-family,f, Private,f,negative, Never-married,f, United-States,f,f,Other,15.0, Sales, White,107.0,|1898,f,f,f,f,f,f,f,f,f,f
397,Lois Whitten,"USCGC Price
FPO AA 36466",30.0,F,1987-12-30,f,t, Bachelors,f,91.0,1.16,f,8.5,2.1,110622.0,40.0, Not-in-family,f, Private,t,negative, Divorced,f, China,f,f,other,-1300.0, Exec-managerial, Asian-Pac-Islander,79.0,|1061,f,t,f,f,t,f,f,f,t,f
398,Mary Soto,"986 Harmon Gardens
Ronaldborough, AR 67095",70.0,F,1948-09-28,f,f, 11th,f,175.0,1.0,f,0.16,1.9,229394.0,55.0, Unmarried,f, Self-emp-not-inc,t,negative, Divorced,f, United-States,f,f,other,7.0, Exec_managerial, White,107.0,|806,f,f,f,f,t,f,f,t,t,f
399,Thomas Anthony,"4960 Johnson Ports Suite 707
West Kayla, NH 61323",26.0,M,1991-11-06,f,t, Bachelors,f,129.0,1.1,f,2.9,1.7,153132.0,38.0, Husband,f, Federal-gov,t,negative, Married-civ-spouse,f, United-States,f,f,sVI,13.0, Prof-specialty, White,116.0,|1075,f,t,f,f,t,f,f,f,t,f
400,Robert Lamm,"6887 Thompson Brook
Paulafort, IN 45682",54.0,F,1964-06-28,f,t, Assoc-acdm,f,115.0,0.94,f,0.93,1.8,323069.0,45.0, Unmarried,f, Private,t,negative, Divorced,f, United-States,f,f,other,12.0, Sales, White,123.0,|1131,f,t,f,f,t,f,f,t,t,f
401,Chris Prior,"42571 Ashley Groves Suite 467
Port Stephen, VT 42750",65.0,M,1952-11-03,f,t, HS-grad,f,157.0,0.91,f,2.3,1.3,41834.0,38.0, Husband,f, State-gov,t,negative, Married-civ-spouse,f, United-States,f,f,SVI,9.0, Transport-moving, White,172.0,|2546,f,t,f,f,t,f,f,f,t,f
402,Rueben Briceno,"881 Tiffany Falls Suite 123
New Charles, MD 40793",27.0,M,1991-05-09,f,t, HS-grad,f,99.0,0.82,f,0.2,2.2,67240.0,40.0, Husband,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,SVHC,9.0, Craft-repair, White,120.0,|1845,f,t,f,f,t,f,f,f,t,f
403,Casey Williams,"822 Thomas Circle
East Davidmouth, WI 70263",59.0,M,1959-03-21,f,t, Some-college,f,144.0,0.93,f,0.3,1.9,123983.0,10.0, Other-relative,f, Private,t,negative, Never-married,f, Vietnam,f,f,Other,10.0, Adm-clerical, Asian-Pac-Islander,156.0,|1777,f,t,f,f,t,f,f,t,t,f
404,Dwayne Sebek,"1292 Wilson Mount Apt. 039
Nathanshire, CO 72355",39.0,M,1978-11-07,f,t, 9th,f,130.0,1.13,f,0.93,2.6,112660.0,35.0, Own-child,f, Private,t,negative, Divorced,f, United-States,f,f,other,-500.0, Craft-repair, White,115.0,|2540,f,t,f,f,t,f,f,f,t,f
405,Anna Harris,"40936 Singh Underpass
Richardfurt, PA 64832",26.0,F,1992-08-16,f,f, Bachelors,f,108.0,1.0,f,1.4,2.0,152744.0,40.0, Other-relative,f, Private,f,negative, Divorced,f, South,f,f,other,-1300.0, Sales, Asian-Pac-Islander,107.0,|2139,f,f,f,f,f,f,f,f,f,f
406,Michael Mcmahan,"86054 Dunn Mills Apt. 236
West Ashley, NJ 72940",65.0,M,1953-08-24,f,t, Masters,f,78.0,0.82,f,1.6,1.4,277783.0,99.0, Own-child,f, Self-emp-not-inc,t,negative, Never-married,f, United-States,f,f,SVI,1400.0, Farming-fishing, White,96.0,|697,f,t,f,f,t,f,f,f,t,f
407,Phyllis Shepherd,"USCGC Barrett
FPO AA 76053",70.0,F,1948-01-17,t,t, Some-college,f,112.0,1.06,f,1.0,1.8,39581.0,24.0, Not-in-family,f, Private,t,negative, Divorced,f, El-Salvador,f,f,SVI,10.0, Adm-clerical, Black,106.0,|3755,f,t,f,f,t,f,f,f,t,f
408,Sidney Cunningham,"2136 Laura Drives Suite 251
Laneland, NC 10613",47.0,M,1970-12-01,f,t, 7th-8th,f,81.0,1.0,f,5.6,1.9,64520.0,40.0, Own-child,f, Private,t,negative, Never-married,f, United-States,f,f,sVI,4.0, Sales, White,82.0,|993,f,t,f,f,t,f,f,f,t,f
409,Maria Cullen,"PSC 2067, Box 0850
APO AP 99562",45.0,F,1973-04-30,f,t, Some-college,f,80.0,1.06,f,0.94,2.4,20438.0,15.0, Unmarried,f, Private,t,negative, Separated,f, United-States,f,f,other,10.0, Exec-managerial, Amer-Indian-Eskimo,76.0,|3396,f,t,f,f,t,f,f,f,t,f
410,Addie Taggart,"86502 Williamson Roads Apt. 593
New Margaretborough, OR 72182",35.0,F,1983-03-30,f,t, HS-grad,f,93.0,1.01,f,1.5,2.0,229523.0,56.0, Wife,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,other,9.0, Machine-op-inspct, White,93.0,|220,f,t,f,f,t,f,f,f,t,f
411,Cheryl Bednorz,"687 Danielle Vista Suite 229
South Amyburgh, TX 30543",61.0,F,1956-11-20,t,t, 9th,f,141.0,1.26,f,6.4,2.4,109611.0,37.0, Wife,f, Private,t,negative, Married-civ-spouse,f, Portugal,f,f,SVI,5.0, Machine-op-inspct, White,112.0,|2623,f,t,f,f,t,f,f,f,t,f
412,Terry Sandmann,"079 John Ranch Apt. 572
Karenfort, OR 04554",47.0,F,1971-10-05,t,t, 11th,f,189.0,1.07,f,0.15,4.3,311764.0,35.0, Own-child,f, Private,t,negative, Widowed,f, United-States,f,f,other,7.0, Sales, Black,176.0,|1831,f,t,f,f,t,f,f,f,t,f
413,Dale Dunn,"155 Watson Via
South Annette, MI 75530",45.0,M,1973-04-15,f,t, HS-grad,f,91.0,0.86,f,2.3,2.4,155489.0,58.0, Husband,f, Private,t,negative, Married-civ-spouse,t, United-States,f,f,SVI,9.0, Adm-clerical, White,106.0,|1473,f,t,f,f,t,f,f,f,t,f
414,Marlene Smith,"099 Schmidt Overpass Apt. 417
Port Wayne, KS 26657",28.0,F,1990-07-23,f,t, Masters,f,134.0,1.24,f,1.5,2.3,169092.0,50.0, Unmarried,f, Private,t,negative, Divorced,f, United-States,f,f,other,14.0, Prof-specialty, White,109.0,|1491,f,t,f,f,t,f,f,f,t,f
415,Sally Talley,"Unit 8573 Box 5757
DPO AA 77124",24.0,F,1993-12-12,f,t, 12th,f,126.0,0.86,f,0.09,2.0,216129.0,40.0, Not-in-family,f, Self-emp-not-inc,t,negative, Never-married,f, Trinadad&Tobago,f,f,other,8.0, Other-service, Black,146.0,|3258,f,t,f,f,t,f,f,t,f,f
416,Florence Nunez,"6310 Chung Pines Suite 718
East Michaelbury, GA 93461",58.0,F,1960-03-17,f,t, Bachelors,f,114.0,0.94,f,2.2,2.1,160647.0,40.0, Wife,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,SVI,13.0, Adm-clerical, White,121.0,|3767,f,t,f,f,t,f,f,f,t,f
417,Mary Jackson,"8714 Brianna Course Suite 426
Lake Bobby, WV 44889",38.0,F,1980-01-03,f,t, Bachelors,f,81.0,0.86,f,2.5,1.5,34803.0,20.0, Own-child,f, Private,t,negative, Never-married,f, United-States,f,f,sVI,13.0, Exec-managerial, White,94.0,|3672,f,t,f,f,t,f,f,f,t,f
418,Sheila Solomon,"84932 Jasmine Fields Apt. 940
Zimmermanburgh, OH 25978",38.0,F,1980-03-28,f,t, HS-grad,f,59.0,1.04,f,44.0,1.7,264188.0,24.0, Not-in-family,f, Private,t,negative, Widowed,f, United-States,f,f,other,9.0, Sales, White,57.0,|3464,f,t,f,f,t,f,f,f,t,f
419,Katrina Elliott,"6807 Sexton Valleys Apt. 075
Lake Ryanchester, LA 58013",42.0,F,1976-02-20,f,t, Some-college,f,123.0,1.18,f,7.2,2.1,461337.0,40.0, Wife,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,other,10.0, Adm-clerical, White,104.0,|2727,f,t,f,f,t,f,f,f,t,f
420,Roger Ortiz,"83646 Robert Rue Apt. 772
Katieville, RI 46146",33.0,F,1985-02-07,t,t, Doctorate,f,244.0,0.67,f,0.015,5.0,91949.0,40.0, Not-in-family,f, State-gov,t,negative, Never-married,f, United-States,f,f,other,16.0, Prof-specialty, Black,362.0,|3559,f,t,f,f,t,f,f,f,t,f
421,Johnathan White,"2453 Matthew Junction Apt. 899
North Cynthiaburgh, NM 04529",55.0,M,1963-02-06,f,t, Some-college,f,75.0,0.72,f,0.57,1.4,324546.0,39.0, Husband,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,sVHC,10.0, Machine_op_inspct, White,104.0,|3541,f,t,f,f,t,f,f,f,t,t
422,Gina Patton,"USNV Mcknight
FPO AA 79107",39.0,F,1979-01-12,f,t, HS-grad,f,90.0,0.71,f,0.1,1.8,173938.0,40.0, Own-child,f, Private,t,negative, Separated,f, United-States,f,f,other,9.0, Sales, White,126.0,|16,f,t,f,f,t,f,f,f,t,f
423,Ronda Cummings,"569 Jay Radial Suite 809
Moorefort, MN 27196",74.0,F,1943-12-03,f,t, Some-college,f,72.0,0.9,f,9.1,2.0,49749.0,40.0, Not-in-family,f, Private,t,negative, Divorced,f, United-States,f,f,Other,10.0, Adm-clerical, White,80.0,|2030,f,t,f,f,t,f,f,f,t,f
424,Emilia Annis,"977 Jonathan Island Apt. 140
Lake Stephanietown, CT 32618",71.0,F,1946-11-23,f,t, Some-college,f,119.0,1.08,f,0.59,2.1,31728.0,40.0, Wife,f, Federal-gov,t,negative, Married-civ-spouse,f, United-States,f,f,SVHC,1000.0, Adm-clerical, White,110.0,|2115,f,t,f,f,t,f,f,f,t,f
425,Stacy White,"0892 Laura Fork
Leehaven, IA 36458",66.0,F,1952-04-20,f,t, Some-college,f,169.0,1.14,f,0.32,2.5,137994.0,40.0, Own-child,f, Private,t,negative, Never-married,f, United-States,f,f,SVI,10.0, Machine-op-inspct, Black,149.0,|2031,f,t,f,f,t,f,f,f,t,f
426,Catherine Hoffman,"47589 Barrera Ranch Apt. 828
Dawnview, MN 47831",32.0,F,1985-11-20,f,t, HS-grad,f,134.0,1.2,f,0.6,1.6,228480.0,20.0, Own-child,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,other,-900.0, Adm-clerical, White,112.0,|1883,f,t,f,f,t,f,f,f,t,f
427,Monte Gehl,"26223 Garcia Camp Apt. 749
North Ashleymouth, NH 19667",38.0,M,1980-10-03,f,t, HS-grad,f,146.0,1.1,f,0.6,2.8,343742.0,40.0, Unmarried,f, Private,t,negative, Separated,f, United-States,f,f,SVI,9.0, Craft-repair, Black,133.0,|672,f,t,f,f,t,f,f,f,t,f
428,Susan Tarleton,"48441 Michael Extension Suite 950
Port Jessica, ID 61676",77.0,F,1940-11-14,f,t, HS-grad,f,144.0,0.95,f,1.6,2.3,225014.0,40.0, Not-in-family,f, Private,t,negative, Divorced,f, United-States,f,f,SVI,9.0, Other_service, White,152.0,|273,f,t,f,f,t,f,f,f,t,f
429,Kayla Boswell,"Unit 4267 Box 8938
DPO AP 68967",54.0,F,1963-12-31,f,t, Bachelors,f,100.0,1.11,f,0.035,1.9,102942.0,40.0, Own-child,f, Private,t,negative, Never-married,f, United-States,f,f,other,13.0, Prof-specialty, White,90.0,|2246,f,t,f,f,t,f,f,t,t,f
430,Josphine Otani,"350 Dawson Shoals Suite 307
West Brian, MN 26120",53.0,F,1965-10-02,f,t, 10th,f,172.0,1.67,f,2.4,3.7,349620.0,40.0, Own-child,t, Private,t,increased binding protein, Never-married,f, United-States,f,f,Other,10.0, Machine-op-inspct, White,103.0,|3366,f,t,f,f,t,f,f,f,t,f
431,Walter Brumfield,"4443 Anthony Common Suite 033
Leahview, DC 01793",63.0,M,1954-12-14,f,t, Bachelors,f,90.0,0.91,f,1.4,1.4,271346.0,60.0, Husband,t, Private,t,negative, Married-civ-spouse,f, United-States,f,f,SVI,13.0, Adm-clerical, White,100.0,|2629,f,t,f,f,t,f,f,f,t,f
432,Diane Watson,"39841 Simpson Meadows
Jonport, CO 83245",77.0,F,1941-09-13,f,t, HS-grad,f,101.0,1.17,f,1.0,2.4,691830.0,35.0, Own-child,f, Private,t,negative, Never-married,f, United-States,f,f,other,9.0, Sales, Black,87.0,|355,f,t,f,f,t,f,f,f,t,f
433,Phyliss Brummett,"16327 Rose Mountain Apt. 598
Lake Sarachester, AL 34739",75.0,F,1943-06-29,f,t, Prof-school,f,120.0,1.03,f,1.0,2.2,236242.0,30.0, Not-in-family,f, Private,t,negative, Never-married,f, United-States,f,f,other,15.0, Prof-specialty, White,117.0,|1974,f,t,f,f,t,f,f,f,t,f
434,James Conner,"996 Owens Pass Apt. 526
Paulmouth, LA 03278",21.0,M,1997-09-11,f,t, Some-college,f,170.0,1.01,f,1.3,2.0,50248.0,40.0, Husband,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,other,10.0, Adm-clerical, White,167.0,|3180,f,t,f,f,f,f,f,t,f,f
435,Christopher Haddock,"98064 Paul Islands Suite 896
East Sherry, LA 54149",29.0,M,1988-12-07,f,t, Some-college,f,135.0,0.86,f,2.6,1.6,35032.0,40.0, Husband,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,other,10.0, Handlers-cleaners, White,157.0,|542,f,t,f,f,t,f,f,f,t,f
436,Nelson Bartz,"609 Lori Brook Suite 892
Port Robertberg, WV 03416",1.0,F,2017-03-30,f,f, Bachelors,f,108.0,1.0,f,43.0,2.0,108293.0,45.0, Wife,f, Self-emp-inc,f,negative, Married-civ-spouse,f, United-States,f,f,STMW,10.0, Exec_managerial, White,107.0,|2299,f,f,f,f,t,f,f,f,f,f
437,Ruth Ledbetter,"71223 Michael Forks Suite 688
Jonesland, AK 49262",79.0,F,1939-07-29,f,t, HS-grad,f,97.0,1.01,f,2.1,2.2,176634.0,40.0, Own-child,f, State-gov,t,negative, Never-married,f, United-States,f,f,other,9.0, Adm_clerical, White,97.0,|225,f,t,f,f,t,f,f,f,t,f
438,Stuart Kelley,"81857 Jefferson Spring Suite 173
Lake Scottside, TN 52918",55.0,M,1963-06-12,f,t, HS-grad,f,101.0,0.93,f,1.4,1.6,344624.0,50.0, Husband,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,SVI,9.0, Transport-moving, White,108.0,|2724,f,t,f,f,t,f,f,f,t,f
439,Jose Malinowski,"4232 Dunn Park Apt. 192
Bakermouth, TX 43348",35.0,M,1983-06-18,f,t, HS-grad,f,94.0,0.86,f,0.44,1.8,180123.0,40.0, Own-child,f, Local-gov,t,negative, Married-spouse-absent,f, United-States,f,f,Other,10.0, Farming-fishing, Black,110.0,|3557,f,t,f,f,t,f,f,t,t,f
440,Elvira Graham,"8347 Sanders Square Apt. 714
East Lisaton, AR 84650",70.0,F,1948-03-22,f,t, HS-grad,f,102.0,0.92,f,2.0,2.5,168693.0,25.0, Own-child,f, Private,t,negative, Never-married,f, United-States,f,f,other,9.0, Sales, White,111.0,|889,f,t,f,f,t,f,f,f,t,f
441,Beatrice Weathers,"3652 Adams Ridges
Hendersonburgh, KS 80969",68.0,F,1950-10-05,t,t, Bachelors,f,152.0,1.41,f,2.6,2.0,220055.0,40.0, Unmarried,f, Private,t,negative, Widowed,f, United-States,f,f,other,13.0, Sales, White,108.0,|2821,f,t,f,f,t,f,t,t,t,f
442,Kathryn Koch,"USNV Watkins
FPO AP 37159",28.0,F,1989-11-03,f,t, HS-grad,f,102.0,1.08,f,1.4,2.4,31014.0,40.0, Wife,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,sVI,9.0, Prof-specialty, White,95.0,|2219,f,t,f,f,t,f,f,f,t,f
443,Betty Oldroyd,"53146 Mccarthy Field
Port David, IL 87136",60.0,F,1957-11-03,f,t, Some-college,f,160.0,1.05,f,0.035,2.3,199307.0,48.0, Unmarried,f, Private,t,negative, Divorced,f, United-States,f,f,other,10.0, Craft-repair, White,151.0,|3323,f,t,f,f,t,f,f,t,t,f
444,Silvia Ekmark,"463 Peter Wells
Jenniferbury, NE 52912",37.0,F,1980-11-01,f,t, Some-college,f,111.0,0.97,f,0.25,2.5,316663.0,50.0, Wife,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,other,10.0, Adm-clerical, White,114.0,|702,f,t,f,f,t,f,f,t,t,f
445,John Sullivan,"30937 Alexandria Court Apt. 696
Lake Andrew, WV 43499",36.0,M,1981-11-16,f,t, Assoc-acdm,f,102.0,0.96,f,0.25,2.5,201699.0,50.0, Husband,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,other,12.0, Sales, White,106.0,|711,f,t,f,f,t,f,f,f,t,f
446,Laurie Auduong,"9432 Savannah Overpass Suite 220
Robertbury, MI 29076",66.0,F,1952-06-16,f,t, Assoc-acdm,f,122.0,1.15,f,1.2,2.2,66173.0,15.0, Wife,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,SVI,12.0, Sales, White,106.0,|1351,f,t,f,f,t,f,f,f,t,f
447,Willie Houghtelling,"199 Roberts Hollow
Sanchezchester, DE 09896",25.0,M,1993-08-29,f,f, Bachelors,f,98.0,0.93,f,1.3,2.0,63503.0,40.0, Husband,f, Private,f,negative, Married-civ-spouse,f, United-States,f,f,SVHC,13.0, Prof_specialty, White,107.0,|919,f,f,f,f,f,f,f,f,f,f
448,Kristen Mckinney,"0627 Victor Inlet Apt. 064
East Julie, DE 15750",71.0,F,1947-01-06,t,t, Bachelors,f,143.0,0.87,f,0.02,1.8,188048.0,40.0, Own-child,f, Private,t,negative, Never-married,f, United-States,f,f,sVHC,13.0, Adm-clerical, White,164.0,|2883,f,t,f,f,t,f,f,f,t,f
449,Scott Smith,"26339 James Corners Apt. 696
Richmondchester, FL 02358",77.0,M,1941-03-30,f,t, Prof-school,f,54.0,0.86,f,1.3,0.5,156623.0,50.0, Husband,f, Self-emp-inc,t,negative, Married-civ-spouse,f, Philippines,f,f,SVI,15.0, Prof-specialty, Asian-Pac-Islander,62.0,|1197,f,t,f,f,t,f,f,f,t,f
450,Kimberly Leon,"848 Edward Station Apt. 620
Lake Ericview, LA 12799",68.0,F,1950-02-03,f,t, Assoc-voc,f,120.0,1.09,f,1.4,1.8,32334.0,50.0, Wife,f, Private,t,negative, Married-civ-spouse,f, United-States,f,f,SVHC,1100.0, Exec-managerial, White,110.0,|3407,f,t,f,f,t,f,f,f,t,t
451,Loretta Merchant,"5425 Levy Corners Apt. 179
New Kelli, MO 20887",60.0,F,1958-06-09,f,t, Some-college,f,100.0,0.83,f,1.4,2.0,165039.0,40.0, Unmarried,f, Self-emp-not-inc,t,negative, Never-married,f, United-States,f,f,other,10.0, Other-service, Black,121.0,|3496,f,t,f,f,t,f,f,f,f,f
452,Betty Robinson,"762 Chapman Valley
Jessicaport, MT 64263",35.0,F,1983-05-14,f,t, HS-grad,f,155.0,1.01,f,0.93,2.8,82572.0,40.0, Other-relative,f, Self-emp-not-inc,t,negative, Widowed,f, United-States,f,f,sVHC,9.0, Other_service, White,153.0,|2372,f,t,f,f,t,f,f,f,t,t
453,Kay Moore,"USS Brandt
FPO AP 36604",55.0,F,1963-01-31,f,t, Masters,f,301.0,1.75,f,0.2,3.6,128477.0,40.0, Not-in-family,f, Private,t,negative, Never-married,f, United-States,f,f,other,-1400.0, Prof-specialty, White,172.0,|88,f,t,f,f,t,f,f,f,t,f
454,Melvin Wiedman,"5009 Lynch Highway
Sharonmouth, KS 23172",46.0,M,1972-08-27,f,t, Some-college,f,108.0,0.91,f,0.8,2.1,163870.0,30.0, Own-child,f, Private,t,negative, Never-married,f, United-States,f,f,other,10.0, Handlers-cleaners, White,119.0,|152,f,t,f,f,t,f,f,f,t,f
455,Mike Marshall,"7500 Patrick Corners
Derekland, NE 28030",60.0,M,1958-06-25,f,t, HS-grad,f,114.0,1.0,f,0.3,1.8,187891.0,40.0, Not-in-family,f, Private,t,negative, Never-married,f, United-States,f,f,SVI,9.0, Adm-clerical, Black,114.0,|250,f,t,f,f,t,f,f,f,t,f
456,Sue Constantine,"4302 Andrews Mall
North Diane, NC 82577",40.0,F,1978-09-03,f,f, Assoc-acdm,f,108.0,1.0,f,1.4,2.0,101320.0,40.0, Wife,f, Private,f,negative, Married-civ-spouse,f, United-States,f,f,other,12.0, Sales, White,107.0,|3476,f,f,f,f,f,f,f,f,f,f
457,William Pierce,"4245 Karen Corner
Deanmouth, NE 29602",35.0,M,1983-04-04,t,t, 10th,f,81.0,0.96,f,1.3,2.2,182401.0,40.0, Not-in-family,f, Private,t,negative, Never-married,f, United-States,f,f,other,10.0, Adm-clerical, Black,84.0,|168,f,t,f,f,f,f,f,f,t,f
458,Adam Wolfgram,"328 Jackson Estates
South Wanda, ND 97704",61.0,M,1956-11-25,f,t, Bachelors,f,116.0,1.02,f,7.9,2.9,180609.0,45.0, Husband,f, Private,t,increased binding protein, Married-civ-spouse,f, United-States,f,f,other,13.0, Transport-moving, White,114.0,|1633,f,t,f,f,t,f,f,f,t,f
459,Joanne Elder,"17310 Courtney Highway
South Jerry, RI 53556",22.0,F,1995-11-25,f,t, Some-college,f,101.0,0.92,f,2.0,1.9,348854.0,27.0, Unmarried,f, Private,t,negative, Separated,f, United-States,f,t,other,10.0, Adm-clerical, White,109.0,|1498,f,t,f,f,t,f,f,f,t,f
460,Lucinda White,"USNS Jennings
FPO AP 24310",42.0,F,1976-08-09,f,f, HS-grad,f,74.0,1.0,f,6.1,2.2,192983.0,40.0, Not-in-family,f, Private,t,negative, Separated,f, United-States,f,f,other,9.0, Other-service, White,107.0,|2515,f,f,f,f,t,f,f,f,t,f
461,Belinda Anderson,"6120 Taylor Parkways
Andersenton, OK 54861",76.0,F,1941-11-22,f,t, HS-grad,f,101.0,1.17,f,1.3,1.8,161311.0,30.0, Unmarried,f, Private,t,negative, Divorced,f, United-States,f,f,other,9.0, Machine-op-inspct, White,86.0,|2269,f,t,f,f,t,f,f,f,t,f
462,Meagan Vanhamlin,"USCGC Singleton
FPO AP 33014",48.0,F,1970-09-27,f,t, Some-college,f,81.0,0.86,f,0.77,1.1,145664.0,48.0, Not-in-family,f, Private,t,negative, Divorced,f, United-States,f,f,sVHC,10.0, Sales, White,95.0,|2464,t,t,f,f,t,f,f,f,t,t
463,Cheryl Pontes,"59351 Craig Courts
Gordonbury, WI 53797",55.0,F,1963-10-19,f,t, HS-grad,f,144.0,1.24,f,11.0,1.5,167967.0,40.0, Unmarried,f, Private,t,negative, Separated,f, United-States,f,f,Other,9.0, Machine-op-inspct, Black,116.0,|1327,f,t,f,f,t,f,f,f,t,f
464,Mayra Davenport,"09638 Nelson Corner Suite 359
New Stacy, PA 05759",32.0,F,1986-04-13,f,t, Some-college,f,108.0,1.15,f,1.4,2.0,176321.0,40.0, Unmarried,f, Private,t,negative, Never-married,f, United-States,f,f,other,10.0, Adm-clerical, White,94.0,|3722,f,t,f,f,t,f,f,f,f,f
465,Susie Moman,"9232 Rasmussen Circles
Lake Kathrynborough, WY 58494",83.0,F,1935-05-17,f,t, Some-college,f,145.0,1.08,t,0.44,2.0,141483.0,40.0, Unmarried,f, Private,t,negative, Divorced,f, United-States,f,f,other,10.0, Exec-managerial, White,135.0,|1608,f,t,f,f,t,f,f,f,f,f
466,Fred Smith,"311 Jordan Camp
East Johnny, KY 65509",27.0,M,1991-01-04,f,t, Bachelors,f,98.0,1.0,f,0.87,1.8,199303.0,40.0, Husband,f, Self-emp-not-inc,t,negative, Married-civ-spouse,f, United-States,f,f,SVHC,-1300.0, Prof-specialty, White,98.0,|1570,f,t,f,f,t,f,f,f,t,t
467,Abigail Martinez,"3349 Howard Plains
Lucashaven, HI 25117",46.0,F,1972-10-01,t,f, HS-grad,f,108.0,1.0,f,1.4,1.5,293227.0,45.0, Not-in-family,f, Private,f,negative, Never-married,f, United-States,f,f,other,9.0, Other-service, White,107.0,|105,f,f,f,f,f,f,f,f,t,f
468,Joseph Vivian,"PSC 0535, Box 9007
APO AA 70488",44.0,M,1973-12-23,f,t, Bachelors,f,141.0,1.03,f,0.04,2.0,288781.0,42.0, Not-in-family,f, Local-gov,t,negative, Never-married,f, United-States,f,f,other,13.0, Adm-clerical, White,137.0,|1555,t,t,f,f,t,f,f,f,f,f
469,Angela Burden,"650 White Junctions
New Joymouth, MA 14671",80.0,F,1938-03-25,f,t, HS-grad,f,112.0,0.99,f,2.5,1.8,204900.0,40.0, Wife,f, Federal-gov,t,negative, Married-civ-spouse,f, United-States,f,f,other,9.0, Prof-specialty, Black,113.0,|1307,f,t,f,f,t,f,f,t,t,f
470,Ruby Presson,"53492 Johnson Field
Hensleyfurt, WV 67519",33.0,F,1985-09-16,f,f, Bachelors,f,108.0,1.0,f,1.4,2.0,241506.0,36.0, Unmarried,f, State-gov,f,negative, Divorced,f, United-States,f,f,other,13.0, Prof-specialty, White,107.0,|964,f,f,f,f,f,f,f,f,f,f
471,Hazel Joyce,"2546 Christopher Shores Suite 405
Williamsfort, TN 07963",78.0,F,1940-03-27,f,t, 7th-8th,f,112.0,1.08,f,0.9,2.3,407669.0,35.0, Not-in-family,f, Local-gov,t,negative, Widowed,f, United-States,f,f,other,4.0, Other-service, Black,104.0,|149,f,t,f,f,t,f,f,f,t,f
472,Amanda Reynolds,"78605 Lopez Divide Suite 798
North Joshuaside, WI 04124",83.0,F,1935-03-06,f,t, Assoc-acdm,f,69.0,0.74,f,2.2,0.9,33432.0,40.0, Wife,f, Local-gov,t,negative, Married-civ-spouse,f, United-States,f,f,SVI,10.0, Other-service, White,93.0,|566,t,t,f,f,t,f,f,f,t,f
473,Tonja Takaki,"490 Christopher Village
Gonzalesside, NM 72891",44.0,F,1974-01-20,f,t, Bachelors,f,119.0,0.98,f,0.9,1.8,176795.0,40.0, Own-child,f, Private,t,negative, Never-married,f, United-States,f,f,other,13.0, Adm-clerical, White,120.0,|35,f,t,f,f,t,f,f,f,t,f
474,Heather Huskey,"USNS Wells
FPO AP 13374",72.0,F,1945-12-06,f,t, Bachelors,f,109.0,0.95,f,1.9,1.4,262402.0,40.0, Not-in-family,f, Federal-gov,t,negative, Never-married,f, United-States,f,f,SVI,13.0, Exec-managerial, White,116.0,|2993,f,t,f,f,t,f,f,f,t,f
475,Clair Rutherford,"05084 Robert Wall
Parkburgh, SC 25164",38.0,F,1979-12-12,f,t, HS-grad,f,130.0,0.98,f,7.1,2.0,331474.0,20.0, Wife,f, Self-emp-not-inc,t,negative, Married-civ-spouse,f, United-States,f,f,other,9.0, Adm-clerical, White,132.0,|1550,f,t,f,f,t,f,f,t,f,f
476,Steven Phillips,"80188 Morales Motorway Suite 273
Stevenfurt, MA 08126",72.0,F,1946-09-10,f,t, HS-grad,f,113.0,0.97,f,1.4,2.0,139347.0,40.0, Unmarried,f, Private,t,negative, Widowed,f, United-States,f,f,other,9.0, Adm-clerical, White,117.0,|3518,f,t,f,f,t,f,f,f,f,f
477,Roy Blevins,"7531 Bolton Lock
Lindsayview, WV 68671",7.0,M,2010-12-03,f,t, Some-college,f,155.0,0.94,f,2.4,2.0,32732.0,45.0, Not-in-family,f, Private,t,negative, Never-married,f, United-States,f,f,other,10.0, Other-service, White,165.0,|3690,f,t,f,f,t,f,f,f,f,f
478,Michelle Bentley,"46182 Bishop Glens Suite 972
Smithside, WI 18446",77.0,F,1941-09-01,f,t, Bachelors,f,72.0,1.18,f,0.7,2.2,147821.0,45.0, Own-child,f, Private,t,negative, Never-married,f, United-States,f,f,SVI,13.0, Sales, White,62.0,|1962,f,t,f,f,t,f,f,f,t,f
479,Stacie Vy,"262 Long Highway Suite 014
New Jenniferchester, RI 33146",55.0,F,1963-01-23,f,f, 7th-8th,f,108.0,1.0,f,1.4,2.0,385632.0,40.0, Unmarried,f, Self-emp-not-inc,f,negative, Divorced,f, United-States,f,f,other,4.0, Other-service, White,107.0,|2253,f,f,f,f,f,f,f,f,f,f
480,Lynn Mccaskill,"54641 Ritter Park
Port Darlenefort, GA 55617",60.0,F,1958-08-15,t,t, Bachelors,f,76.0,1.3,f,3.8,2.2,166386.0,35.0, Wife,f, Self-emp-inc,t,increased binding protein, Married-civ-spouse,f, Taiwan,f,f,other,13.0, Exec-managerial, Asian-Pac-Islander,58.0,|594,f,t,f,f,t,f,f,f,t,f
481,Brenda Bennett,"635 Courtney Walks Apt. 733
East Keithburgh, SC 95044",75.0,F,1943-06-30,f,t, HS-grad,f,132.0,1.01,f,4.5,1.1,148903.0,50.0, Not-in-family,f, Private,t,negative, Divorced,f, United-States,f,f,SVI,9.0, Sales, White,131.0,|2355,f,t,f,f,t,f,f,f,t,f
482,Dorthy Bell,"07731 Brooks River
Boyerhaven, VT 21348",35.0,F,1983-01-11,f,t, 11th,f,111.0,1.52,f,1.5,2.4,289468.0,40.0, Unmarried,f, Private,t,negative, Widowed,f, United-States,f,f,sTMW,7.0, Other-service, White,73.0,|1226,f,t,f,f,t,f,f,f,t,f
483,Charles Eisentrout,"259 Brandi Garden Apt. 963
South Timothyburgh, CA 07421",60.0,F,1958-08-30,f,t, 11th,f,111.0,1.12,f,0.9,2.4,347692.0,15.0, Not-in-family,f, Private,t,negative, Divorced,f, United-States,f,f,other,7.0, Adm-clerical, Black,99.0,|1752,f,t,f,f,t,f,f,f,t,f
484,Kent Claypoole,"3938 Timothy Grove Suite 314
Allenfurt, CO 64917",73.0,M,1945-02-24,f,t, HS-grad,f,91.0,0.8,f,1.3,2.0,115064.0,40.0, Not-in-family,f, Private,t,negative, Never-married,f, United-States,f,f,other,9.0, Other-service, White,113.0,|2503,f,t,f,f,f,f,f,f,f,f
485,Maryann Williamson,"151 Thomas Ridges
South Sarahstad, OH 04272",50.0,F,1968-07-13,f,f, 9th,f,108.0,1.0,f,1.4,2.0,193132.0,30.0, Not-in-family,f, Private,f,negative, Separated,f, United-States,f,f,other,5.0, Other-service, Black,107.0,|829,f,f,f,f,f,f,f,f,f,f
486,Mary Seward,"9398 Cox Lights Apt. 558
East Frances, MA 50078",72.0,F,1946-10-11,f,t, HS-grad,f,118.0,1.26,f,6.0,2.4,331650.0,8.0, Wife,t, Private,t,negative, Married-civ-spouse,f, United-States,f,f,SVI,900.0, Adm-clerical, White,94.0,|1627,t,t,f,f,t,f,f,f,t,f
487,Stacie Crum,"840 Newman Trail
South Amy, WV 16068",50.0,F,1968-07-01,f,t, Bachelors,f,151.0,0.91,f,0.15,2.2,362259.0,40.0, Not-in-family,f, Private,t,negative, Never-married,f, United-States,f,f,other,-1300.0, Exec-managerial, White,166.0,|1864,f,t,f,f,t,f,f,t,t,f
488,Jack Graham,"322 Robert Mountains
New Joshuabury, IL 21795",65.0,M,1953-10-16,f,t, Some-college,f,99.0,0.53,f,1.3,2.0,311080.0,40.0, Husband,f, Local-gov,t,negative, Married-civ-spouse,f, United-States,f,f,Other,10.0, Adm-clerical, White,188.0,|3553,f,t,f,f,f,f,f,t,f,f
489,Catherine Erickson,"113 Sarah Track
Lake Levimouth, SC 51681",79.0,F,1938-11-25,f,t, HS-grad,f,73.0,0.6,f,2.3,0.4,152035.0,40.0, Unmarried,f, Private,t,negative, Never-married,f, United-States,f,f,SVI,9.0, Adm-clerical, White,122.0,|2472,f,t,f,f,t,f,f,f,t,t
490,Virginia Bowdle,"9073 Munoz Landing
Underwoodstad, GA 72088",41.0,F,1976-12-22,f,t, Some-college,f,187.0,0.89,f,0.03,2.1,168515.0,40.0, Not-in-family,f, Private,t,negative, Divorced,f, Germany,f,f,Other,1000.0, Adm-clerical, White,210.0,|2585,f,t,f,f,t,f,f,f,t,f
491,Louise Grudem,"4339 Howard Junction Suite 024
Marshallside, GA 44879",37.0,F,1981-08-04,f,t, HS-grad,t,92.0,0.99,f,0.64,2.1,216941.0,40.0, Unmarried,f, Private,t,negative, Divorced,f, United-States,f,f,other,9.0, Exec-managerial, White,93.0,|2588,f,t,f,f,t,f,f,f,t,f
492,Dorothy Decelles,"2147 Huerta Junctions
West Darrylland, NV 43257",43.0,F,1975-07-26,f,t, 11th,f,197.0,1.08,f,0.2,2.0,78602.0,20.0, Other-relative,f, Private,t,negative, Never-married,f, United-States,f,f,other,7.0, Other-service, White,182.0,|124,f,t,f,f,t,f,f,t,f,f
493,Barbara Null,"9165 Jasmine Parks
Pricestad, DC 47800",63.0,F,1955-01-02,f,t, HS-grad,f,153.0,1.22,f,0.9,2.1,289982.0,40.0, Not-in-family,f, Private,t,negative, Never-married,f, United-States,f,f,other,10.0, Sales, White,126.0,|120,f,t,f,f,t,f,f,f,t,f
494,Paula Fore,"PSC 8333, Box 2245
APO AA 87144",30.0,F,1988-09-12,f,t, Assoc-acdm,f,125.0,1.39,f,0.71,3.1,272667.0,20.0, Not-in-family,f, Private,t,increased binding protein, Widowed,f, United-States,f,f,STMW,12.0, Adm-clerical, White,90.0,|2468,f,t,t,f,t,f,f,f,t,f
495,Douglas Pagan,"99225 Herrera Heights Apt. 560
Lake Shellyfurt, CA 91865",60.0,M,1958-01-06,f,f, Some-college,f,98.0,0.93,f,1.3,2.0,361888.0,40.0, Husband,f, Private,f,negative, Married-civ-spouse,f, United-States,f,f,other,10.0, Craft_repair, White,107.0,|453,f,f,f,f,f,f,f,f,f,f
496,Valentina York,"088 Tammie Causeway
Sullivanview, MN 60785",29.0,F,1989-07-25,f,t, HS-grad,f,110.0,0.95,f,0.7,2.1,241185.0,48.0, Not-in-family,f, Private,t,negative, Never-married,f, United-States,f,f,other,9.0, Sales, White,116.0,|3003,f,t,f,f,t,f,f,f,t,f
497,Catherine Mccoy,"0196 Adams Shores
Cynthiaport, WI 91613",51.0,F,1967-06-04,f,t, Bachelors,f,101.0,1.08,f,0.25,1.9,96421.0,24.0, Unmarried,f, Private,t,negative, Divorced,f, Outlying-US(Guam-USVI-etc),f,f,other,1300.0, Prof-specialty, White,94.0,|1905,f,t,f,f,t,f,f,t,t,f
498,Richard Lasley,"64577 Bradley Pike Suite 940
South Samuel, AL 79737",35.0,M,1983-02-10,f,t, HS-grad,f,139.0,1.13,f,2.5,2.0,245372.0,40.0, Not-in-family,f, Federal-gov,t,negative, Never-married,f, United-States,f,f,other,9.0, Adm-clerical, White,123.0,|3370,f,t,f,f,t,f,f,f,f,f
499,Theodora Shropshire,"42412 Kristen Crossroad