45 attribute fields, profiled from the October 2022 vintage.
Columns in Woodruff County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| parcel_id | OFTString | 9.0k | 135C1C, 135C1D, 135C1E | |
| pid | OFTString | 9.0k | 001-00001-000, 001-00007-000, 001-00008-000 | |
| owner | OFTString | 4.4k | SMITH-ARK FARMS LLC C/O INNOVEST SYSTEMS, DICKSON OLEN B M DIANE, DICKSON OLEN M DIANE DICKSON | |
| mail_addr | OFTString | 3.0k | PO BOX 16344 JONESBORO,AR 72403, 5598 DRUNKARDS PIKE GOSPORT,IN 47433, 5598 DRUNKARDS PIKE GOSPORT,IN 47433 | |
| situs | OFTString | 3.7k | HWY 306, 1134 WOODRUFF 550, HWY 49 | |
| acres | OFTString | 2.5k | 86.71, 76.97, 40 | |
| legal | OFTString | 6.4k | N1/2 NE1/4, SE1/4 NE1/4, NW1/4 | |
| objectid | OFTInteger | 9.0k | 647444, 648484, 647445 | |
| countyfips | OFTString | 1 | 05147, 05147, 05147 | |
| countyid | OFTString | 9.0k | 147-001-00001-000, 147-001-00007-000, 147-001-00008-000 | |
| parcelid | OFTString | 9.0k | 001-00001-000, 001-00007-000, 001-00008-000 | |
| parcellgl | OFTString | 6.4k | N1/2 NE1/4, SE1/4 NE1/4, NW1/4 | |
| sourceref | OFTString | 5.5k | 156/461, AA96/386, 173/711 | |
| sourcedate | OFTString | 3.5k | 2017-07-28, 2003-06-30, 1985-01-01 | |
| ownername | OFTString | 4.4k | SMITH-ARK FARMS, LLC, DICKSON, OLEN B. & M. DIANE, DICKSON, OLEN | |
| adrnum | OFTInteger | 1.3k | 0, 0, 0 | |
| predir | OFTString | 6 | N, S, N | |
| pstrnam | OFTString | 459 | HWY 306, WOODRUFF 550, HWY 49 | |
| pstrtype | OFTString | 9 | ST, ST, ST | |
| psufdir | OFTString | — | ||
| adrcity | OFTString | 6 | Rural, Rural, Rural | |
| adrzip5 | OFTInteger | 2 | 0, 0, 0 | |
| adrlabel | OFTString | 3.7k | HWY 306, 1134 WOODRUFF 550, HWY 49 | |
| parceltype | OFTString | 22 | AV, AV, AV | |
| assessvalu | OFTReal | 3.8k | 16230.0, 10860.0, 7332.0 | |
| impvalue | OFTReal | 1.8k | 0.0, 0.0, 0.0 | |
| landvalue | OFTReal | 1.9k | 81150.0, 72250.0, 39400.0 | |
| totalvalue | OFTReal | 2.8k | 81150.0, 72250.0, 39400.0 | |
| subdivisio | OFTString | 730 | 01-05-01, 01-05-01, 01-05-01 | |
| section | OFTInteger | 37 | 1, 1, 1 | |
| township | OFTString | 6 | 05, 05, 05 | |
| range | OFTString | 5 | 01, 01, 01 | |
| str | OFTString | 609 | 01-05-01, 01-05-01, 01-05-01 | |
| taxcode | OFTString | 11 | 002, 002, 002 | |
| taxarea | OFTReal | 2.5k | 86.71, 76.97, 40.0 | |
| nbhd | OFTString | 228 | RSE1, RSE1, RSE1 | |
| camakey | OFTReal | 9.0k | 1.0, 2.0, 3.0 | |
| camaprov | OFTString | 1 | ACT, ACT, ACT | |
| county | OFTString | 1 | Woodruff, Woodruff, Woodruff | |
| dataprov | OFTString | 1 | DataScout OneMap, DataScout OneMap, DataScout OneMap | |
| camadate | OFTString | 1 | 2022-08-22, 2022-08-22, 2022-08-22 | |
| pubdate | OFTString | 1 | 2022-10-01, 2022-10-01, 2022-10-01 | |
| natcoordsy | OFTString | 1 | North, North, North | |
| st_area(sh | OFTReal | 8.9k | 374977.004661, 305943.984385, 161936.371833 | |
| st_length( | OFTReal | 8.8k | 2552.064375, 2377.000993, 1610.672687 |
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.