42 attribute fields, profiled from the February 2024 vintage.
Columns in Pulaski County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 6.8k | T1020580001, 2T470750007, T1020720001 | |
| SITUS | OFTString | 5.0k | 64 &60 BEAVER TR, 12 EAST DOGWOOD RD, 298 EAST DOGWOOD RD | |
| ADDR_NUMBE | OFTString | 1.3k | 64, 12, 298 | |
| STREET_PRE | OFTString | 29 | &, E, E | |
| STREET_NAM | OFTString | 1.0k | 60 BEAVER, DOGWOOD, DOGWOOD | |
| STREET_SUF | OFTString | 4 | N, N, N | |
| STREET_TYP | OFTString | 32 | Trl, Rd, Rd | |
| SITUS_CITY | OFTString | 5 | PINEVIEW, PINEVIEW, PINEVIEW | |
| SITUS_ZIP | OFTString | 5 | 31071, 31071, 31071 | |
| ADDR_SEC_U | OFTString | 284 | & 674, MHS, 401 | |
| OWNER | OFTString | 5.2k | SHEFFIELD ROBERT ESTATE, BENTLEY WILLIAM JODY, JOHNSON HAZEL W estate | |
| NGH_CODE | OFTString | 7 | 600, 0, 600 | |
| LAND_USE_C | OFTString | 32 | R4, R3, A5 | |
| LAND_US_01 | OFTString | 5 | Residential, Residential, Agricultural | |
| LAND_COVER | OFTString | 6.7k | {"21": 103, "22": 156, "42": 282}, {"21": 60, "82": 485}, {"21": 220, "42": 210, "82": 212} | |
| CROP_COVER | OFTString | 6.1k | {"121": 0.15, "122": 0.48, "142": 0.84, "190": 0.2}, {"37": 0.45, "74": 0.17, "121": 0.1, "141": 0.19}, {"37": 0.29, "121": 0.17, "142": 0.44, "190": 0.18} | |
| MUNI_ID | OFTInteger64 | 3 | 1936265, 1936265, 1936265 | |
| SCHOOL_DIS | OFTInteger64 | 2 | 1304220, 1304220, 1304220 | |
| ACREAGE | OFTReal | 1.8k | 13.64, 2.07, 99.5 | |
| ACREAGE_AD | OFTReal | 5.7k | 13.6232001288072, 1.67343889607881, 96.6055859744418 | |
| ZIP_CODE | OFTString | 4 | 31071, 31071, 31071 | |
| LEGAL_DESC | OFTString | 6.6k | 13.64ACLL 58 5TH LD, 2.07 AC LL 75 5TH LD & HOUSE, 99.5 AC LL 72 5TH LD | |
| MAIL_ADDRE | OFTString | 1.9k | 54 BEAVER TRAIL, 907 PINEVIEW HWY 190, 444 HOLT PERKINS ROAD | |
| MAIL_AD_01 | OFTString | 4.6k | C/O LEROY HOOKS, 2640 CUMMINGS RD, 298 EAST DOGWOOD RD | |
| MAIL_AD_02 | OFTString | 671 | PINEVIEW GA 31071, FORT VALLEY GA 31030, PINEVIEW GA 31071 | |
| OWNER_OCCU | OFTString | 3 | F, F, T | |
| USPS_RESID | OFTString | 3 | ?, T, T | |
| CENSUS_TRA | OFTInteger64 | 3 | 950300, 950300, 950300 | |
| CENSUS_BLK | OFTInteger | 6 | 1, 1, 1 | |
| CENSUS_BLO | OFTInteger | 437 | 1135, 1170, 1135 | |
| ZONING | OFTString | 7 | COMM, B-2, COMM | |
| AREA_METER | OFTReal | 6.9k | 55130.1045235206, 6772.04037100407, 390941.629130516 | |
| FLD_ZONE | OFTString | 4 | {A}, {A}, {A} | |
| ZONE_SUBTY | OFTString | 2 | {NULL}, {NULL}, {NULL} | |
| PLACE_GNIS | OFTInteger64 | 2 | 2407123, 2407123, 2407123 | |
| ELEVATION | OFTString | 6.8k | ||
| ROBUST_ID | OFTString | 6.9k | AAAzs3R6bF7Po3JJ, AAAzs9sBmboUR7eF, AAAzszlV_7L54NWh | |
| CALC_ACREA | OFTReal | 6.9k | 13.6232001288072, 1.67343889607882, 96.6055859744418 | |
| COUNTY_NAM | OFTString | 1 | Pulaski, Pulaski, Pulaski | |
| COUNTY_FIP | OFTInteger64 | 1 | 13235, 13235, 13235 | |
| STATE_ABBR | OFTString | 1 | GA, GA, GA | |
| CTY_ROW_ID | OFTInteger64 | 6.9k | 5335, 1322, 5340 |
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.