11 attribute fields, profiled from the February 2024 vintage.
Columns in Caddo Parish
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTString | 50.0k | 507984338, 507984335, 507984667 | |
| rpid | OFTString | 50.0k | 756, 758, 913 | |
| gisid | OFTString | 50.0k | 22017756, 22017758, 22017913 | |
| countyid | OFTString | 1 | 22017, 22017, 22017 | |
| parcel_id | OFTString | 50.0k | 141608000001500, 141608000001700, 141615000000300 | |
| ownername | OFTString | 50.0k | FHF, L.L.C., FHF, L.L.C., ROBINSON BROS. FARMS, L.P. | |
| acres | OFTString | 4.7k | 194.65, 157.6, 30 | |
| legal | OFTString | 50.0k | 30 ACRES-W. 15 CHS OF NW/4 OF NW/4 SEC 15-14-16. 141615-0-3, 40 ACRES-NE/4 OF SE/4 SEC 8-14-16. 141608-0-5., 40 ACRES-SW/4 OF NW/4 OF SEC 15-14-16. 141615-0-4 | |
| parceladdr | OFTString | 50.0k | 0 Johns Gin RD, 0 Keatchie Marshall, 0 NONE | |
| totalvalue | OFTString | 50.0k | 39590, 32160, 6900 | |
| owneraddre | OFTString | 50.0k | 2210 LINE AVE STE 204 SHREVEPORT LA 71104-2134, 2210 LINE AVE STE 204 SHREVEPORT LA 71104-2134, C/O GARRETT ROBINSON 2248 SE 13TH ST OCALA FL 34471 |
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.