35 attribute fields, profiled from the June 2024 vintage.
Columns in Vernon Parish
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid | OFTInteger | 26.6k | 1651912, 1651914, 1651923 | |
| assessment | OFTString | — | ||
| parcel_no | OFTString | — | ||
| assessme_1 | OFTString | 124 | 0506302086, 0506489154, 0506262881 | |
| edit_date | OFTString | 1.3k | 2022-09-20, 2017-09-21, 2017-09-21 | |
| undivided_ | OFTString | 2 | Y, Y, N | |
| delivery | OFTString | 8 | March2022, March2022, March2022 | |
| parcel_id | OFTString | 24.5k | ***, 0305134798, 0305139664 | |
| gis_acres | OFTReal | 5.8k | 0.96, 25.96, 80.78 | |
| editor | OFTString | 24 | AR, mb, mb | |
| comments | OFTString | 693 | 0305259235, NO PROPERTY DESCRIPTION TO THIS PIECE OF PROPERTY PER AR/MB, 8309179009 | |
| acreage_ex | OFTString | 2 | N, N, N | |
| objectid_1 | OFTInteger | 24.3k | 41667336, 41667405, 41668589 | |
| owner_name | OFTString | 17.9k | DAY, RICKY DALE & SUSAN M. DAY, DAY, RICKY D. & SUSAN, GOLDEN POND TIMBERLANDS INC | |
| owner_addr | OFTString | 15.3k | 400 COUNTRY LANE, 400 COUNTRY LANE, C/O HANCOCK FOREST MANAGEMENT 6425 YOUREE DR. STE. 160 | |
| owner_city | OFTString | 1.8k | DERIDDER LA 70634-0000, DERIDDER LA 70634-0000, SHREVEPORT LA 71105-0000 | |
| address_nu | OFTString | 3.7k | 23279, 23348, 2443 | |
| street_nam | OFTString | 3.9k | HWY 111, HWY 111, NEAL LOOP | |
| subdivisio | OFTString | 328 | PROVIDENCE POINT, COUNTRY EST;COUNTRY EST EXT #1, COUNTRY EST;COUNTRY EST EXT #1 | |
| lot | OFTString | 689 | 003, 001, 005 | |
| block | OFTString | 87 | 007, 007, 001 | |
| section | OFTString | 40 | 28, 21, 21 | |
| township | OFTString | 11 | Z, Z, Z | |
| range | OFTString | 14 | 11, 11, 11 | |
| legal_desc | OFTString | 24.3k | T2SR11W- SEC 21, S/2SE (82.69 A) B1519-P337; B-1462-P-224., T2SR11W- SEC 21, N/2 (328.06A); N/2 OF SE/4 (82.61A)., T2SR11W- SEC 23, W/2 OF SW 1/4 ( 81.49 A); B-1539-P-179. | |
| assessed_v | OFTReal | 3.1k | 890.0, 2480.0, 15910.0 | |
| deednumber | OFTString | 13.6k | 618349, 645287, 647938 | |
| saledate | OFTString | 4.4k | 9/29/2009 12:00:00 AM, 9/12/2012 12:00:00 AM, 12/26/2012 12:00:00 AM | |
| salesprice | OFTReal | 2.2k | 1111500.0, 0.0, 0.0 | |
| qualified | OFTString | 2 | True, True, False | |
| ward | OFTString | 17 | W3, W3, W3 | |
| field22 | OFTString | — | ||
| parcelnumb | OFTString | 24.3k | 0305134798, 0305139664, 0304968861 | |
| book | OFTString | 457 | 1342, 1462, 1469 | |
| page | OFTString | 813 | 260, 224, 216 |
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.