38 attribute fields, profiled from the January 2022 vintage.
Columns in Meriwether County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 16.4k | 093 013 006, 095 034 001, 114 003 B01 | |
| SITUS | OFTString | 10.5k | 0, 0, 0 | |
| ADDR_NUMBE | OFTString | 3.8k | 299, 1045, 1046 | |
| STREET_PRE | OFTString | 5 | N, N, N | |
| STREET_NAM | OFTString | 749 | 0, 0, 0 | |
| STREET_SUF | OFTString | 1 | N | |
| STREET_TYP | OFTString | 23 | Rd, Rd, Rd | |
| SITUS_CITY | OFTString | 10 | GAY, GAY, GAY | |
| SITUS_ZIP | OFTString | 10 | 30218, 30218, 30218 | |
| OWNER | OFTString | 12.0k | SMITH STEVE ETAL, CLYDE A BURNETTE JR TESTAMENT TRUST ETAL, SCHNELL FRED | |
| TRANS_DATE | OFTDate | 948 | 1899-12-30, 1899-12-30, 2015-04-27 | |
| NGH_CODE | OFTString | 113 | NORTH, NORTH, NORTH | |
| LAND_COVER | OFTString | 16.0k | {"41": 69, "42": 194, "43": 17, "52": 412, "71": 1, "81": 2}, {"41": 666, "52": 7}, {"81": 336} | |
| MUNI_ID | OFTInteger64 | 6 | 1936281, 1936281, 1936281 | |
| SCHOOL_DIS | OFTInteger64 | 5 | 1303630, 1303630, 1303630 | |
| ACREAGE | OFTReal | 3.6k | 15.54, 0.0, 0.0 | |
| MKT_VAL_TO | OFTReal | 6.8k | 59600.0, 0.0, 3400.0 | |
| ZIP_CODE | OFTString | 13 | 30251, 30251, 30251 | |
| LEGAL_DESC | OFTString | 15.1k | 15.54 AC / TR-4 / LL 73 LD 10, BLDG ONLY, 50 ACS/LL 13 14 10TH LD | |
| MAIL_ADDRE | OFTString | 1.4k | LUTHERSVILLE GA 30251, JONESBORO GA 30238, HARALSON GA 30329 | |
| MAIL_AD_01 | OFTString | 1.3k | SUITE 575, NE, SUITE 6-344, 45 JAMESTOWN RD | |
| MAIL_AD_02 | OFTString | 10.5k | 361 LION LN, 361 CORINTH ROAD, P O BOX 37 | |
| OWNER_OCCU | OFTString | 3 | F, ?, F | |
| USPS_RESID | OFTString | 3 | ?, ?, ? | |
| CENSUS_TRA | OFTInteger64 | 4 | 970700, 970700, 970700 | |
| CENSUS_BLK | OFTInteger | 6 | 2, 2, 2 | |
| CENSUS_BLO | OFTInteger | 541 | 2034, 2085, 2006 | |
| AREA_METER | OFTReal | 16.4k | 62858.7276291812, 21672.8472447216, 252.294599330408 | |
| FLD_ZONE | OFTString | 14 | {A}, {A}, {A} | |
| ZONE_SUBTY | OFTString | 14 | {NULL}, {NULL}, {NULL} | |
| PLACE_GNIS | OFTInteger64 | 11 | 2406642, 2406642, 2406554 | |
| ELEVATION | OFTString | 16.4k | ||
| ROBUST_ID | OFTString | 16.4k | AAAzjzGW7ewROvT5, AAAzj4vGa_CbHvND, AAAzj1cOlaRrY1OQ | |
| CALC_ACREA | OFTReal | 16.4k | 15.533020184447, 5.35557728264315, 0.0623445184405371 | |
| COUNTY_NAM | OFTString | 1 | Meriwether, Meriwether, Meriwether | |
| COUNTY_FIP | OFTInteger64 | 1 | 13199, 13199, 13199 | |
| STATE_ABBR | OFTString | 1 | GA, GA, GA | |
| CTY_ROW_ID | OFTInteger64 | 16.4k | 5864, 9975, 7082 |
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.