11 attribute fields, profiled from the March 2022 vintage.
Columns in Caldwell Parish
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTString | 9.4k | 83522745, 83522958, 83523133 | |
| rpid | OFTString | 7.5k | 2586, 6589, 3752 | |
| gisid | OFTString | 7.5k | 220212586, 220216589, 220213752 | |
| countyid | OFTString | 1 | 22021, 22021, 22021 | |
| parcel_id | OFTString | 7.6k | 60018600, 60037250, 60044700 | |
| ownername | OFTString | 6.1k | HENDRIX, L O, SIX C PROPERTIES, LLC, WOOTEN, CALVIN ET AL | |
| acres | OFTString | 1.6k | 2, 3928, 1 | |
| legal | OFTString | 7.4k | LOT 7 OF SECTION 9, T11N, R2E; BOOK 46-518; , 10 ACS 11-2 NE OF NE OF NE SEC 2; BK 76-506; , 10 ACS T12-R2. SEC. 36: NW OF SW OF SW BK 70-244. | |
| parceladdr | OFTString | 4.6k | 376 WOOTEN RD 71441, 373 MCCOLLUM RD 71435, 224 HUDSON LN 71441 | |
| totalvalue | OFTString | 4.6k | 1663, 940710, 10800 | |
| owneraddre | OFTString | 5.1k | 717 N OLD ROBINSON ROBERTSON TX 76706, PO BOX 1558 Broussard LA 70518, PO BOX 96 KELLY LA 71441 |
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.