34 attribute fields, profiled from the January 2024 vintage.
Columns in Fulton County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 50.0k | 30909, 30910, 30911 | |
| parcelid | OFTString | 50.0k | 12 168403230048, 12 168403230055, 12 168403230063 | |
| taxyear | OFTInteger | 1 | 2023, 2023, 2023 | |
| address | OFTString | 50.0k | 575 SHIREROKES CT, 585 SHIREROKES CT, 595 SHIREROKES CT | |
| addrnumber | OFTString | 13.2k | 575, 585, 595 | |
| addrpredir | OFTString | 5 | W, W, W | |
| addrstreet | OFTString | 6.8k | SHIREROKES, SHIREROKES, SHIREROKES | |
| addrsuffix | OFTString | 51 | CT, CT, CT | |
| addrposdir | OFTString | 8 | E, E, E | |
| addrunttyp | OFTString | 10 | #, #, # | |
| addrunit | OFTString | 2.9k | 1/1, 2/1, 18/8 | |
| owner | OFTString | 50.0k | MC LAUGHLIN MICHAEL JOSEPH, VAN DE VELDE GERALD L & H FAYE, CHIODO DANIEL J & KIMBERLY B | |
| owneraddr1 | OFTString | 50.0k | 575 SHIREROKES CT, 585 SHIREROKES CT, 595 SHIREROKES CT | |
| owneraddr2 | OFTString | 14.3k | ROSWELL GA 30075, ROSWELL GA 30075, ROSWELL GA 30075 | |
| taxdist | OFTString | 54 | 45, 45, 45 | |
| totassess | OFTInteger | 16.1k | 377880, 341760, 271560 | |
| landassess | OFTInteger | 8.8k | 66360, 66080, 58440 | |
| imprassess | OFTInteger | 13.4k | 311520, 275680, 213120 | |
| totappr | OFTInteger | 16.5k | 944700, 854400, 678900 | |
| landappr | OFTInteger | 8.6k | 165900, 165200, 146100 | |
| imprappr | OFTInteger | 13.4k | 778800, 689200, 532800 | |
| lucode | OFTString | 199 | 101, 101, 101 | |
| classcode | OFTString | 35 | R3, R3, R3 | |
| excode | OFTString | 86 | HF01, HF26F, HF01 | |
| livunits | OFTInteger | 243 | 1, 1, 1 | |
| landacres | OFTReal | 18.2k | 0.8079, 0.799, 1.0107 | |
| nbrhood | OFTString | 1.6k | 2433, 2433, 2433 | |
| subdiv | OFTString | 36 | ASHBURY PH 2, ASHBURY PH 2, ASHBURY PH2 | |
| subdivnum | OFTString | 1.3k | 2017-0609, 2017-0394, 2017-0394 | |
| subdivlot | OFTString | 2.6k | 1, 21, 2 | |
| subdivblck | OFTString | 210 | C, C, A | |
| featureid | OFTString | 50.0k | 12 168403230048, 12 168403230055, 12 168403230063 | |
| shape__are | OFTReal | 50.0k | 31342.8559570313, 38949.7954101563, 45169.8112792969 | |
| shape__len | OFTReal | 50.0k | 748.010007716371, 866.608253238843, 905.442283077665 |
Why this differs from the next county over
There is no national parcel schema. Every assessor's office built its own, usually decades ago, usually inside whatever CAMA system it bought at the time. One county's owner column is OWNER_NAME, the next one's is own1, and a third splits it across four fields. Shapefile's ten-character DBF limit truncated a generation of them into things like TOTLNDVAL.
Nothing here is renamed or remapped. The columns above are exactly what is in the file, because a normalisation layer that quietly guesses wrong is worse than no normalisation at all — and every guess it makes is one you cannot audit.
The Filled column is the share of rows with a real value. Placeholder text such as n/a counts as empty; a column that is 100% present but 90% placeholder is a column that will disappoint you, and the profiler treats it accordingly.