45 attribute fields, profiled from the February 2024 vintage.
Columns in Avoyelles Parish
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 37.1k | 1228263, 1228264, 1228380 | |
| ownername | OFTString | 387 | MOUNT OLIVE BAPTIST CHURCH, NEW RISING SUN BAPTIST CHURCH, Vicki Bryant Aguillar | |
| parcel_id | OFTString | 28.1k | 0100839200, 0100839100, 0100828538 | |
| assessment | OFTReal | 5.7k | 20.0, 100.96, 19.5 | |
| calculated | OFTReal | 31.0k | 24.0561813, 125.51964188, 27.89161835 | |
| assessornu | OFTString | 84 | 0100809150, 0080689001, 0100816400 | |
| subdivisio | OFTString | 587 | KELLEY, HAAS, KELLEY | |
| subdsquare | OFTString | 249 | H2, 0, D | |
| subdlot | OFTString | 3.2k | 15, PARCEL B, 1-2 | |
| lastname | OFTString | 4.5k | Rosemel Inc, BARBARA ANN SOILEAU BRILEY LIVING TRUST, HHW OTHER PROPERTIES LL | |
| firstname | OFTString | 5.4k | RONALD, RONALD E, RONALD | |
| accr | OFTString | 14 | AN, T, T | |
| comments | OFTString | 4.3k | BIA-Split Bal in Evang,StLandry, BAL IN EVANGELINE PARISH, RB LEVEE - A192-348 | |
| address | OFTString | 13.5k | 3691 HWY 29 S, 798 HWY 106, 881 HWY 106 | |
| survey | OFTString | 9.9k | 200710530, A258-436, 200710530 | |
| ward | OFTString | 36 | 10, 10, 10 | |
| date_modif | OFTString | 3.6k | 2023-07-19, 2016-01-21, 2007-12-27 | |
| editor | OFTString | 29 | AL, BL, BL | |
| soil | OFTString | 2 | N, Y, N | |
| ownername2 | OFTString | 53 | Billy Goat Farms LLC, Billy Goat Farms, Donna Tebow Taylor | |
| gis_acres | OFTReal | 22.9k | 24.03621587, 125.41467177, 27.7 | |
| edit_date | OFTString | — | ||
| objectid_1 | OFTInteger | 27.9k | 49669623, 49683343, 49661274 | |
| owner_name | OFTString | 17.5k | ROSEMEL INC, MIKELL FARMS LLC (70%) &, HHW OTHER PROPERTIES LLC | |
| owner_addr | OFTString | 15.0k | 277 WPA ROAD, 1056 LUTZ LOOP ST, ETAL P O BOX 238 | |
| owner_city | OFTString | 1.5k | BUNKIE LA 71322-, ST LANDRY LA 71367-0000, BUNKIE LA 71322- | |
| parcelnumb | OFTString | 27.9k | 0100839200, 0100839100, 0100828538 | |
| address_nu | OFTString | 4.8k | 798, 881, 793 | |
| street_nam | OFTString | 1.1k | HWY 106, HWY 106, HWY 106 | |
| subdivis_1 | OFTString | 299 | MH Park RonaldChatel, MH Park RonaldChatel, Kelly Add | |
| lot | OFTString | 406 | 1, 1, 4 | |
| block | OFTString | 172 | 49, H8, H8 | |
| section | OFTString | 104 | 23, 24, 21 | |
| township | OFTString | 20 | 2S, 2S, 2S | |
| range | OFTString | 14 | 2E, 2E, 2E | |
| legal_desc | OFTString | 27.9k | 40 AC (L) (UV) (TL2) (SAWD) SE OF NE SEC 16 T2SR3E, 20(L)(UV)(5AG1 15AG3) LOT 4 OF FRITH PART (SEC 29 T1SR3E), 21.18 AC (UV)(TL4). SEC 6, T2SR3E. FROM PEARCE (774-876) | |
| assessed_v | OFTReal | 3.0k | 840.0, 3510.0, 860.0 | |
| deednumber | OFTString | 13.4k | 0, 2017-00007986, 2016-00006234 | |
| saledate | OFTString | 6.8k | 3/5/2004 12:00:00 AM, 12/1/2017 12:00:00 AM, 10/20/2015 12:00:00 AM | |
| book | OFTString | 915 | 11, 701, 672 | |
| page | OFTString | 1.3k | 100, 68, 605 | |
| salesprice | OFTReal | 2.1k | 0.0, 0.0, 0.0 | |
| qualified | OFTString | 2 | False, False, False | |
| ward_1 | OFTString | 20 | WARD 10, WARD 10, WARD 10 | |
| field22 | OFTString | — |
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.