29 attribute fields, profiled from the April 2022 vintage.
Columns in Iberia Parish
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| assnum | OFTString | 36.2k | 9107383000, 9107385000, 9107385000 | |
| owner_name | OFTString | 25.8k | RUSSELL SAGE, SCHOOL BOARD, IBERIA PARISH, SCHOOL BOARD, IBERIA PARISH | |
| owner_addr | OFTString | 23.2k | UNITED GAME REFUGE, 975 CORBINDALE, STE 109, RT B BOX 390 | |
| owner_city | OFTString | 2.0k | NEW IBERIA LA 70560-, HOUSTON TX 77024-0000, NEW IBERIA LA 70560-0000 | |
| parcelnumb | OFTString | 36.0k | 9107383000, 9107385000, 9107385000 | |
| address_nu | OFTString | 3.8k | 316, 5504 #70, 12008 | |
| street_nam | OFTString | 1.4k | HWY 14, ADVANCE MATERIAL RD, ADVANCE MATERIAL RD | |
| street_dir | OFTString | — | ||
| physical_a | OFTString | — | ||
| physical_1 | OFTString | — | ||
| physical_2 | OFTString | — | ||
| subdivisio | OFTString | 457 | [NO SUB], [NO SUB], [NO SUB] | |
| lot | OFTString | 709 | 2C, 3F, 3F | |
| block | OFTString | 300 | D, C, A | |
| township | OFTString | 10 | 17, 17, 17 | |
| range | OFTString | 15 | 05, 05, 05 | |
| legal_desc | OFTString | 36.0k | 80.00 AC- S/2 OF SW/4 OF SEC 43, T14S, R7E, JACQUALINE BORDELON - 225-926-4081 EXT 7608, STEVE WHITING 614-460-5470 CINDY HELENTHAL - 614-460-4892 | |
| assessed_v | OFTReal | 17.1k | 27882400.0, 16458.0, 16458.0 | |
| deednumber | OFTString | 22.7k | DEED, 18-9284, DEED | |
| saledate | OFTString | 9.8k | 1972-01-01, 2018-10-09, 1977-01-01 | |
| book | OFTString | 1.6k | 575, 1654, 679 | |
| page | OFTString | 1.1k | 411, 499, 8 | |
| salesprice | OFTReal | 2.9k | 0.0, 0.0, 0.0 | |
| qualified | OFTInteger | 2 | 0, 0, 0 | |
| ward | OFTString | 8 | Ward 01, Ward 01, Ward 01 | |
| shape_leng | OFTReal | 42.0k | 419176.430049, 20959.581292, 19469.461157 | |
| objectid | OFTInteger | 42.1k | 30643, 30645, 30646 | |
| sect | OFTString | 108 | 16, 16, 16 | |
| section | OFTString | 108 | 16, 16, 16 |
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.