34 attribute fields, profiled from the January 2022 vintage.
Columns in Terrell County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 6.5k | B02 032A, B02 079, B02 080 | |
| SITUS | OFTString | 4.2k | 0 EAST MAIN ST, 0 EAST MAIN ST, 0 EAST MAIN ST | |
| ADDR_NUMBE | OFTString | 2.0k | 123, 180, 181 | |
| STREET_PRE | OFTString | 4 | E, E, E | |
| STREET_NAM | OFTString | 354 | MAIN, MAIN, MAIN | |
| STREET_SUF | OFTString | 5 | SE, SE, SE | |
| STREET_TYP | OFTString | 17 | St, St, St | |
| SITUS_CITY | OFTString | 5 | BRONWOOD, BRONWOOD, BRONWOOD | |
| SITUS_ZIP | OFTString | 5 | 39826, 39826, 39826 | |
| OWNER | OFTString | 4.3k | SEYMOUR JERRY/PRISCILLA K, RAINEY R/E LLC, RAINEY R/E LLC | |
| LAND_COVER | OFTString | 6.3k | {"21": 59, "42": 230, "43": 52, "81": 39}, {"24": 266}, {"24": 288} | |
| MUNI_ID | OFTInteger64 | 4 | 1936135, 1936135, 1936135 | |
| SCHOOL_DIS | OFTInteger64 | 3 | 1304860, 1304860, 1304860 | |
| ACREAGE | OFTReal | 1.8k | 1.0, 0.0, 0.0 | |
| ZIP_CODE | OFTString | 7 | 39826, 39826, 39826 | |
| LEGAL_DESC | OFTString | 6.3k | VACANT 4X/368 5O/281 1S/396 U/209, E BLDG 3-L/548 10X/417 11H/60, JEFFERSON 4N/558-59 2X/317 1U/235 TT/225 | |
| MAIL_ADDRE | OFTString | 485 | BRONWOOD GA 39826, BRONWOOD GA 39826, BRONWOOD GA 39826 | |
| MAIL_AD_01 | OFTString | 488 | 202 EAST MAIN STREET P O BOX 119, 121 WILSON GREEN LANE, 2800 OLD DAWSON ROAD | |
| MAIL_AD_02 | OFTString | 3.5k | P O BOX 69, P O BOX 46, P O BOX 46 | |
| OWNER_OCCU | OFTString | 2 | F, F, F | |
| USPS_RESID | OFTString | 3 | ?, ?, ? | |
| CENSUS_TRA | OFTInteger64 | 4 | 120200, 120200, 120200 | |
| CENSUS_BLK | OFTInteger | 4 | 1, 1, 1 | |
| CENSUS_BLO | OFTInteger | 358 | 1053, 1081, 1081 | |
| ZONING | OFTString | 5 | R3, R3, SUB STANDARD | |
| AREA_METER | OFTReal | 6.5k | 4655.61094174381, 189.157128876019, 202.064679691202 | |
| PLACE_GNIS | OFTInteger64 | 5 | 2405326, 2405326, 2405326 | |
| ELEVATION | OFTString | 6.5k | ||
| ROBUST_ID | OFTString | 6.5k | AAAz2Vid9louffa9, AAAz2WZJR3Cz5XQ8, AAAz2ahDL_VAh2jB | |
| CALC_ACREA | OFTReal | 6.5k | 1.15044801981431, 0.0467426181165531, 0.0499322029984929 | |
| COUNTY_NAM | OFTString | 1 | Terrell, Terrell, Terrell | |
| COUNTY_FIP | OFTInteger64 | 1 | 13273, 13273, 13273 | |
| STATE_ABBR | OFTString | 1 | GA, GA, GA | |
| CTY_ROW_ID | OFTInteger64 | 6.5k | 30, 4975, 84 |
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.