42 attribute fields, profiled from the October 2022 vintage.
Columns in White County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 19.3k | 030D 061B, C01C 067, C01D 059 | |
| SITUS | OFTString | 14.7k | ALT HWY 75, 0 E JARRARD ST, 0 E JARRARD ST | |
| ADDR_NUMBE | OFTString | 3.1k | 0, 0, 0 | |
| STREET_PRE | OFTString | 14 | ALT HWY, E, E | |
| STREET_NAM | OFTString | 1.7k | 75, JARRARD, JARRARD | |
| STREET_SUF | OFTString | 4 | E, W, E | |
| STREET_TYP | OFTString | 42 | St, St, St | |
| SITUS_CITY | OFTString | 6 | CLEVELAND, CLEVELAND, CLEVELAND | |
| SITUS_ZIP | OFTString | 6 | 30528, 30528, 30528 | |
| ADDR_SEC_U | OFTString | 4 | UNIT 1, BLK 1, A-6 | |
| OWNER | OFTString | 15.3k | SCHUTT DANIEL LOTHIAN, LITTLE MOSSY LLC, PALMOUR PROPERTIES INC | |
| NGH_CODE | OFTString | 232 | 3350, 10350, 10000 | |
| LAND_USE_C | OFTString | 146 | 0120, 0700, 0700 | |
| LAND_US_01 | OFTString | 4 | Residential, Residential, Residential | |
| LAND_COVER | OFTString | 19.3k | {"21": 70, "22": 16, "41": 113, "81": 554}, {"23": 384, "24": 231}, {"21": 205, "22": 199, "23": 130, "41": 168} | |
| CROP_COVER | OFTString | 18.2k | {"123": 0.15, "124": 0.09}, {"74": 0.12, "122": 0.76, "123": 0.22, "141": 0.21}, {"121": 0.01, "122": 0.37, "123": 0.23} | |
| MUNI_ID | OFTInteger64 | 3 | 1936184, 1936184, 1936184 | |
| SCHOOL_DIS | OFTInteger64 | 4 | 1305670, 1305670, 1305670 | |
| ACREAGE | OFTReal | 2.4k | 3.15, 70.0, 0.0 | |
| ACREAGE_AD | OFTReal | 16.3k | 3.12502508703064, 0.234515218461881, 2.75025151919222 | |
| ZIP_CODE | OFTString | 7 | 30528, 30528, 30528 | |
| LEGAL_DESC | OFTString | 14.6k | LL128 LD3, LL38 LD2 JARRARD ST PB 34-92, LL 38 LD 2 | |
| MAIL_ADDRE | OFTString | 14.0k | 204 WINDY ACRES RD, 3273 POST RD, P O BOX 44 | |
| MAIL_AD_01 | OFTString | 272 | SUITE A, CORPORATE TAX DIVISION, SUITE E | |
| MAIL_AD_02 | OFTString | 5.7k | CLEVELAND GA 30528-6932, CLEVELAND GA 30528, CLEVELAND GA 30528 | |
| OWNER_OCCU | OFTString | 3 | F, F, F | |
| USPS_RESID | OFTString | 3 | ?, ?, ? | |
| CENSUS_TRA | OFTInteger64 | 5 | 950203, 950201, 950201 | |
| CENSUS_BLK | OFTInteger | 3 | 2, 2, 2 | |
| CENSUS_BLO | OFTInteger | 318 | 2005, 2029, 2024 | |
| ZONING | OFTString | 17 | R1, B1, B2 | |
| AREA_METER | OFTReal | 20.0k | 12646.2914776037, 949.031680069123, 5793.2175240722 | |
| FLD_ZONE | OFTString | 12 | {A}, {A}, {A} | |
| ZONE_SUBTY | OFTString | 10 | {NULL}, {NULL}, {NULL} | |
| PLACE_GNIS | OFTInteger64 | 4 | 2404071, 2404071, 2404071 | |
| ELEVATION | OFTString | 20.0k | ||
| ROBUST_ID | OFTString | 20.0k | AAAz_2rj5dWG4Fsw, AAAz_49WVWyj0Jg6, AAAz_8uztVAPssCO | |
| CALC_ACREA | OFTReal | 20.0k | 3.12502508703065, 0.234515218461881, 1.43156198237348 | |
| COUNTY_NAM | OFTString | 1 | White, White, White | |
| COUNTY_FIP | OFTInteger64 | 1 | 13311, 13311, 13311 | |
| STATE_ABBR | OFTString | 1 | GA, GA, GA | |
| CTY_ROW_ID | OFTInteger64 | 20.0k | 3441, 17969, 18134 |
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.