43 attribute fields, profiled from the February 2024 vintage.
Columns in Pierce County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 12.5k | B08 001, B07 066, B08 040 | |
| SITUS | OFTString | 9.0k | 120 E CARTER AVE, 305 E CARTER AVE, 308 E CARTER AVE | |
| ADDR_NUMBE | OFTString | 4.7k | 120, 305, 308 | |
| STREET_PRE | OFTString | 13 | E, E, E | |
| STREET_NAM | OFTString | 761 | CARTER, CARTER, CARTER | |
| STREET_SUF | OFTString | 2 | S, S, N | |
| STREET_TYP | OFTString | 22 | Ave, Ave, Ave | |
| SITUS_CITY | OFTString | 6 | BLACKSHEAR, BLACKSHEAR, BLACKSHEAR | |
| SITUS_ZIP | OFTString | 6 | 31516, 31516, 31516 | |
| ADDR_SEC_U | OFTString | 7 | 121, B, LT 1 | |
| OWNER | OFTString | 9.0k | PRACTICE BLACKSHEAR FAMILY, STRICKLAND EDWARD, COLLINS BRETT J | |
| NGH_CODE | OFTString | 87 | 0, 0, 0 | |
| LAND_USE_C | OFTString | 24 | C3, R3, R3 | |
| LAND_US_01 | OFTString | 5 | Commercial, Residential, Residential | |
| LAND_COVER | OFTString | 12.5k | {"21": 201, "22": 219, "23": 180, "24": 49}, {"22": 413, "23": 331}, {"22": 593} | |
| CROP_COVER | OFTString | 12.1k | {"121": 1.11, "122": 0.77, "123": 0.55, "124": 0.2}, {"121": 0.17, "122": 0.61}, {"122": 0.47} | |
| MUNI_ID | OFTInteger64 | 3 | 1936112, 1936112, 1936112 | |
| SCHOOL_DIS | OFTInteger64 | 3 | 1304140, 1304140, 1304140 | |
| ACREAGE | OFTReal | 2.6k | 2.57, 0.77, 0.45 | |
| ACREAGE_AD | OFTReal | 10.0k | 3.31934401722073, 0.776687559486028, 0.466765522098232 | |
| ZIP_CODE | OFTString | 7 | 31516, 31516, 31516 | |
| LEGAL_DESC | OFTString | 9.7k | LL47 LD9 PL17-141B, LTS 13,15,16,17,18 & S PT OF 11 BLK H, LL92 LD9 LTS 1 2 3 OAKDALE SD | |
| MAIL_ADDRE | OFTString | 7.8k | 120 CARTER AVE, 305 E CARTER AVE, 3490 ROBINS RIDGE | |
| MAIL_AD_01 | OFTString | 118 | P O BOX 186, 12451 SOUTHWEST 203 ST, ` | |
| MAIL_AD_02 | OFTString | 632 | BLACKSHEAR GA 31516, BLACKSHEAR GA 31516, WAYCROSS GA 31503 | |
| MAIL_NAME | OFTString | 8.3k | BUILDING PARTNERSHIP, 305 E CARTER AVE, 3490 ROBINS RIDGE | |
| OWNER_OCCU | OFTString | 3 | T, T, F | |
| USPS_RESID | OFTString | 3 | F, T, T | |
| CENSUS_TRA | OFTInteger64 | 4 | 960300, 960300, 960300 | |
| CENSUS_BLK | OFTInteger | 4 | 4, 4, 4 | |
| CENSUS_BLO | OFTInteger | 634 | 4088, 4116, 4089 | |
| ZONING | OFTString | 15 | NC, SF, SF | |
| AREA_METER | OFTReal | 12.6k | 10627.9157373204, 3143.08429236384, 1888.89774634063 | |
| FLD_ZONE | OFTString | 14 | {AE}, {AE}, {AE} | |
| ZONE_SUBTY | OFTString | 11 | {NULL}, {NULL}, {NULL} | |
| PLACE_GNIS | OFTInteger64 | 5 | 2403872, 2403872, 2403872 | |
| ELEVATION | OFTString | 12.6k | ||
| ROBUST_ID | OFTString | 12.6k | AAAzrXO4UXi6UbLm, AAAzrQK57bjZ1I_h, AAAzreYs1zKGHVLv | |
| CALC_ACREA | OFTReal | 12.6k | 2.62626425784924, 0.776687559486029, 0.466765522098233 | |
| COUNTY_NAM | OFTString | 1 | Pierce, Pierce, Pierce | |
| COUNTY_FIP | OFTInteger64 | 1 | 13229, 13229, 13229 | |
| STATE_ABBR | OFTString | 1 | GA, GA, GA | |
| CTY_ROW_ID | OFTInteger64 | 12.6k | 11866, 11846, 11903 |
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.