43 attribute fields, profiled from the June 2024 vintage.
Columns in Newton County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| OBJECTID_1 | OFTReal | 21.7k | 1.0, 2.0, 3.0 | |
| OBJECTID | OFTReal | — | ||
| MapAccount | OFTString | — | ||
| acreage | OFTReal | 5.4k | 0.0, 0.0, 0.0 | |
| R_Number | OFTString | 13.5k | R45541, R45540, R45539 | |
| TRACTorLOT | OFTString | 1.7k | 7, 6, 5 | |
| PROPNUMBER | OFTString | 14.3k | 008050-000700, 008050-000600, 008050-000500 | |
| DEED__REF | OFTString | — | ||
| prop_id | OFTReal | 14.8k | 0.0, 0.0, 0.0 | |
| Shape_Leng | OFTReal | 21.6k | 698.30897296, 709.50072835, 715.15818711 | |
| MapRnumber | OFTString | — | ||
| OdysseyAcc | OFTString | — | ||
| Deed_Ref | OFTString | 4.2k | 651/607, 657/209, 742/448 | |
| Shape.area | OFTReal | 21.4k | 29974.763474908723, 30945.71053200378, 31499.049143603857 | |
| Shape.len | OFTReal | 21.4k | 698.3089729846766, 709.500728365663, 715.1581870976798 | |
| pacs_prop_ | OFTReal | 14.5k | 45541.0, 45540.0, 45539.0 | |
| prop_val_y | OFTInteger64 | 1 | 2024, 2024, 2024 | |
| geo_id | OFTString | 14.3k | 008050-000700, 008050-000600, 008050-000500 | |
| prop_type_ | OFTString | 3 | R, R, R | |
| prop_typ_1 | OFTString | 3 | Real, Real, Real | |
| dba_name | OFTString | 36 | COUNTY LINE BEVERAGE BARN, GET & GO, DONUT PALACE | |
| appraised_ | OFTString | 11.3k | $118,480.00, $71,819.00, $88,216.00 | |
| abs_subdv_ | OFTString | 1.3k | S8050, S8050, S8050 | |
| mapsco | OFTString | 1.3k | 6183, 3081, 1827 | |
| map_id | OFTString | 95 | 8-1, 8-1, 8-1 | |
| agent_cd | OFTString | 44 | 48935, 48935, A0011877 | |
| hood_cd | OFTString | 93 | N23GS, N23GS, N23GS | |
| hood_name | OFTString | 92 | GIST AREA, GIST AREA, GIST AREA | |
| owner_name | OFTString | 8.9k | TALCOTT JANELLE M & AMBER N, BEAN RYAN & CRYSTAL, ATALLAH SILVIA H | |
| owner_id | OFTReal | 9.2k | 57287.0, 43599.0, 50084.0 | |
| addr_line1 | OFTString | 1.3k | C/O KHRISTIE BELAIRE, DBA COUNTY LINE BEVERAGE BARN, % THERESA WICK | |
| addr_line2 | OFTString | 7.4k | 379 COUNTY ROAD 3147, 1210 HERRING AVE, 1170 SCOTT DR | |
| addr_line3 | OFTString | 140 | P O BOX 6330, #400, LOT 5 | |
| addr_city | OFTString | 744 | ORANGE, PORT NECHES, VIDOR | |
| addr_state | OFTString | 44 | TX, TX, TX | |
| addr_zip | OFTString | 4.5k | 77632, 77651-5724, 77662-2219 | |
| addr_count | OFTString | 2 | US, US, US | |
| pct_owners | OFTReal | 58 | 100.0, 100.0, 100.0 | |
| exemptions | OFTString | 110 | HS, HS, HS | |
| state_cd | OFTString | 32 | A2, A2, A2 | |
| legal_desc | OFTString | 14.4k | WEST HARDING ADDITION, LOT 4, ACRES 1.345, A179 Jasper Hardin, TR 5-8 0.0574 ACRES, A179 JASPER HARDIN, BLOCK LT 1(PT), ACRES 2.853 | |
| situs | OFTString | 7.2k | 379 CR 3147 ORANGE, TX 77632, 355 CR 3147 ORANGE, TX 77632, 325 CR 3147 ORANGE, TX 77632 | |
| jurisdicti | OFTString | 56 | CAD, G01, R01, S23, CAD, G01, R01, S23, CAD, G01, R01, S23 |
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.