-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathaddress-normalization-report.json
More file actions
148 lines (148 loc) · 4.08 KB
/
address-normalization-report.json
File metadata and controls
148 lines (148 loc) · 4.08 KB
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
{
"totalAddresses": 200,
"secondaryAddressesStripped": 12,
"runOnAddressesParsed": 20,
"unchanged": 104,
"examples": [
{
"type": "secondary",
"file": "cleaned-1900-a-scores-carter-1_xvxe56.csv",
"row": 13,
"original": "2833 s 115th E. Ave. Apt G",
"normalized": "2833 S 115th E. Ave."
},
{
"type": "runon",
"file": "cleaned-1900-a-scores-carter-1_xvxe56.csv",
"row": 33,
"original": "15535 Rancho Tehama Road",
"normalized": "15535 Rancho Tehama Rd"
},
{
"type": "secondary",
"file": "cleaned-1900-a-scores-carter-1_xvxe56.csv",
"row": 36,
"original": "1421 sw 27th ave apt 402 Ocala fl",
"normalized": "1421 Sw 27th Ave"
},
{
"type": "runon",
"file": "cleaned-1900-a-scores-carter-1_xvxe56.csv",
"row": 39,
"original": "67115 Mission Dr67115 mission drive",
"normalized": "67115 Mission Dr67115 Mission Dr"
},
{
"type": "secondary",
"file": "cleaned-1900-a-scores-carter-1_xvxe56.csv",
"row": 54,
"original": "100 E Vaughn Rd Apt. 2111. Apt 2111",
"normalized": "100 E Vaughn Rd"
},
{
"type": "runon",
"file": "cleaned-1900-a-scores-carter-1_xvxe56.csv",
"row": 62,
"original": "14505 Stetson road Los Gatos California 95033",
"normalized": "14505 Rd"
},
{
"type": "runon",
"file": "cleaned-1900-a-scores-carter-1_xvxe56.csv",
"row": 71,
"original": "11087 Robinson Dr Nw. 229",
"normalized": "11087 Robinson Dr"
},
{
"type": "runon",
"file": "cleaned-1900-a-scores-carter-1_xvxe56.csv",
"row": 76,
"original": "6655 n highway 35 Rockport TX",
"normalized": "6655 N Hwy"
},
{
"type": "secondary",
"file": "cleaned-1900-a-scores-carter-1_xvxe56.csv",
"row": 77,
"original": "4929 York St#1124",
"normalized": "4929 York St"
},
{
"type": "runon",
"file": "cleaned-1900-a-scores-carter-1_xvxe56.csv",
"row": 78,
"original": "175 2nd St SE oldtown/",
"normalized": "175 2nd St"
},
{
"type": "runon",
"file": "cleaned-1900-a-scores-carter-1_xvxe56.csv",
"row": 80,
"original": "112 Larkspur Dr. Searcy.AR",
"normalized": "112 Larkspur Dr."
},
{
"type": "runon",
"file": "cleaned-1900-a-scores-carter-1_xvxe56.csv",
"row": 84,
"original": "183 Confederate Wy. Rocky Face. GA. USA",
"normalized": "183 Confederate Wy. Rocky Face. Ga."
},
{
"type": "runon",
"file": "cleaned-1900-a-scores-carter-1_xvxe56.csv",
"row": 92,
"original": "9400 SE 187th Terrace",
"normalized": "9400 Se 187th Ter"
},
{
"type": "runon",
"file": "cleaned-1900-a-scores-carter-1_xvxe56.csv",
"row": 99,
"original": "10522 Chicken Hollow Trl",
"normalized": "10522 Chicken Hollow"
},
{
"type": "runon",
"file": "cleaned-results-3000-b-to-f-ca_1d54rwg.csv",
"row": 3,
"original": "815 S West St Green City MO 63545",
"normalized": "815 S West St"
},
{
"type": "secondary",
"file": "cleaned-results-3000-b-to-f-ca_1d54rwg.csv",
"row": 10,
"original": "301 w6th st. ste 108",
"normalized": "301 W6th St."
},
{
"type": "runon",
"file": "cleaned-results-3000-b-to-f-ca_1d54rwg.csv",
"row": 12,
"original": "44205 Highway 105",
"normalized": "44205 Hwy"
},
{
"type": "secondary",
"file": "cleaned-results-3000-b-to-f-ca_1d54rwg.csv",
"row": 13,
"original": "4426 E Lee St Unit 2",
"normalized": "4426 E Lee St"
},
{
"type": "secondary",
"file": "cleaned-results-3000-b-to-f-ca_1d54rwg.csv",
"row": 23,
"original": "100 riverbend dr apt i11",
"normalized": "100 Riverbend Dr"
},
{
"type": "runon",
"file": "cleaned-results-3000-b-to-f-ca_1d54rwg.csv",
"row": 24,
"original": "11133 ellis lane parks ar 72950",
"normalized": "11133 Ellis Ln"
}
]
}