41 attribute fields, profiled from the October 2022 vintage.
Columns in Quitman County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 2.9k | 070001000, 15000070E, 07000050A | |
| SITUS | OFTString | 1.9k | 0 GA HWY 27 N, 0 GA HWY 27 N, 0 GA HWY 27 | |
| ADDR_NUMBE | OFTString | 688 | 0, 0, 0 | |
| STREET_PRE | OFTString | 8 | GA HWY, GA HWY, GA HWY | |
| STREET_NAM | OFTString | 156 | 27, 27, 27 | |
| STREET_SUF | OFTString | 3 | N, N, N | |
| STREET_TYP | OFTString | 20 | Rd, Rd, Rd | |
| SITUS_CITY | OFTString | 2 | GEORGETOWN, GEORGETOWN, GEORGETOWN | |
| SITUS_ZIP | OFTString | 2 | 39854, 39854, 39854 | |
| OWNER | OFTString | 2.4k | HICKOX FREDDIE, RODGERS ANGELO, GRADDY DURWOOD E JR | |
| TRANS_DATE | OFTDate | 97 | 2022-06-02, 2022-04-18, 1899-12-30 | |
| NGH_CODE | OFTString | 55 | 998, 4C, 997 | |
| LAND_COVER | OFTString | 2.9k | {"43": 280, "90": 204}, {"21": 100, "22": 5, "81": 502}, {"21": 141, "42": 149, "43": 151} | |
| CROP_COVER | OFTString | 2.8k | {"142": 0.7, "143": 2.24, "190": 0.7}, {"37": 0.46, "121": 0.65, "152": 0.97, "176": 2.74}, {"121": 0.14, "142": 0.19, "152": 0.1} | |
| MUNI_ID | OFTInteger64 | 2 | 1936282, 1936282, 1936282 | |
| SCHOOL_DIS | OFTInteger64 | 2 | 1304290, 1304290, 1304290 | |
| ACREAGE | OFTReal | 808 | 4.26, 3.63, 82.57 | |
| ACREAGE_AD | OFTReal | 2.6k | 3.45449541061428, 5.08003320686113, 119.823843368636 | |
| MKT_VAL_TO | OFTReal | 2.4k | 14520.0, 1243.0, 178004.0 | |
| ZIP_CODE | OFTString | 2 | 39854, 39854, 39854 | |
| SEWER | OFTString | 3 | 001, 002, 001 | |
| WATER | OFTString | 3 | 001, 003, 001 | |
| LEGAL_DESC | OFTString | 2.9k | 4.26 AC LL 291 8TH LD, LD 8 LL 259 3.639 AC, /L 82.57 AC. LD8 LL291-318 | |
| MAIL_ADDRE | OFTString | 422 | JOHN ANTHONY, OLLIE M, PO BOX 579 | |
| MAIL_AD_01 | OFTString | 2.2k | 289 GREENTREE ROAD, 497 DEAN PLACE ROAD, P O BOX 125 | |
| MAIL_AD_02 | OFTString | 687 | WAYCROSS GA 31503, GEORGETOWN GA 39854, GEORGETOWN GA 39854 | |
| OWNER_OCCU | OFTString | 3 | F, F, F | |
| USPS_RESID | OFTString | 3 | ?, ?, ? | |
| CENSUS_BLK | OFTInteger | 2 | 1, 1, 1 | |
| CENSUS_BLO | OFTInteger | 158 | 1017, 1064, 1038 | |
| ZONING | OFTString | 7 | 007, 007, 001 | |
| AREA_METER | OFTReal | 2.9k | 13979.5856526012, 14729.2047243133, 474381.937444925 | |
| FLD_ZONE | OFTString | 2 | {A}, {A}, {A} | |
| ZONE_SUBTY | OFTString | 2 | {NULL}, {NULL}, {NULL} | |
| ELEVATION | OFTString | 2.9k | ||
| ROBUST_ID | OFTString | 2.9k | AAAzt7BTkCKLUARy, AAAztx0UI5pUleSx, AAAztxLd4pBGKK8K | |
| CALC_ACREA | OFTReal | 2.9k | 3.45449541061428, 3.63973377942506, 117.224520562015 | |
| COUNTY_NAM | OFTString | 1 | Quitman, Quitman, Quitman | |
| COUNTY_FIP | OFTInteger64 | 1 | 13239, 13239, 13239 | |
| STATE_ABBR | OFTString | 1 | GA, GA, GA | |
| CTY_ROW_ID | OFTInteger64 | 2.9k | 1093, 1690, 1081 |
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.