37 attribute fields, profiled from the January 2022 vintage.
Columns in McIntosh County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 12.8k | D013 0040, D013 0041, D013 0042 | |
| SITUS | OFTString | 7.9k | 702 E 1ST ST, 704 E 1ST ST, 706 E 1ST ST | |
| ADDR_NUMBE | OFTString | 1.9k | 702, 704, 706 | |
| STREET_PRE | OFTString | 8 | E, E, E | |
| STREET_NAM | OFTString | 1.5k | 1ST, 1ST, 1ST | |
| STREET_SUF | OFTString | 7 | S, N, N | |
| STREET_TYP | OFTString | 61 | St, St, St | |
| SITUS_CITY | OFTString | 3 | DARIEN, DARIEN, DARIEN | |
| SITUS_ZIP | OFTString | 3 | 31305, 31305, 31305 | |
| ADDR_SEC_U | OFTString | 6 | LT, LT, LT | |
| ADDR_SE_01 | OFTString | 373 | 9, 8, 7 | |
| OWNER | OFTString | 9.6k | ANDERSON DEMARIO, WEST EDITH MAE, BRISBON LENORA DARREN BRISBON | |
| LAND_COVER | OFTString | 12.4k | {"21": 295, "42": 18}, {"21": 452}, {"21": 453} | |
| MUNI_ID | OFTInteger64 | 2 | 1936216, 1936216, 1936216 | |
| ACREAGE | OFTReal | 1.5k | 0.23, 0.17, 0.17 | |
| ZIP_CODE | OFTString | 7 | 31305, 31305, 31305 | |
| BUILDINGS | OFTInteger64 | 33 | 1, 2, 3 | |
| LEGAL_DESC | OFTString | 11.9k | LOT 8 BLOCK B BEL AIR S/D, LOT 9 BLOCK 1 BEL AIR S/D, LOT 10 BLOCK B BEL AIR S/D | |
| MAIL_ADDRE | OFTString | 1.4k | MERIDIAN GA 31319, DARIEN GA 31305, MARIETTA GA 30064 | |
| MAIL_AD_01 | OFTString | 3.6k | 2870 POWDER HORN TRAIL SW, 4187 OLD JESUP RD, P O BOX 969 | |
| MAIL_AD_02 | OFTString | 7.3k | 2969 SWAMP RD, P O BOX 1417, JOHN SMITH & DENISE BRISBON | |
| OWNER_OCCU | OFTString | 3 | F, F, F | |
| USPS_RESID | OFTString | 3 | ?, ?, ? | |
| CENSUS_TRA | OFTInteger64 | 4 | 110300, 110300, 110300 | |
| CENSUS_BLK | OFTInteger | 3 | 3, 3, 3 | |
| CENSUS_BLO | OFTInteger | 455 | 3052, 3052, 3052 | |
| ZONING | OFTString | 34 | 98BP, 99BP, R-1 | |
| AREA_METER | OFTReal | 13.0k | 959.326887021214, 678.230716233241, 677.709547329783 | |
| FLD_ZONE | OFTString | 21 | {AE}, {AE}, {AE} | |
| ZONE_SUBTY | OFTString | 10 | {NULL}, {NULL}, {NULL} | |
| ELEVATION | OFTString | 13.0k | {"max": 0.0, "min": 0.0, "mean": 0.0} | |
| ROBUST_ID | OFTString | 13.0k | AAAzh98tHiBTEV5q, AAAzhw9eBrFG529Y, AAAzh2YP2QwiUXf3 | |
| CALC_ACREA | OFTReal | 13.0k | 0.237059267051812, 0.167597592288396, 0.167468806240663 | |
| COUNTY_NAM | OFTString | 1 | McIntosh, McIntosh, McIntosh | |
| COUNTY_FIP | OFTInteger64 | 1 | 13191, 13191, 13191 | |
| STATE_ABBR | OFTString | 1 | GA, GA, GA | |
| CTY_ROW_ID | OFTInteger64 | 13.0k | 12537, 12538, 12539 |
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.