45 attribute fields, profiled from the October 2021 vintage.
Columns in Jasper County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| objectid_1 | OFTInteger | 36.9k | 261421, 261409, 261415 | |
| objectid | OFTInteger | — | ||
| created | OFTString | 382 | 2020-06-03, 2020-06-03, 2020-06-04 | |
| modified | OFTString | — | ||
| username | OFTString | — | ||
| pcn | OFTString | — | ||
| grantor_na | OFTString | — | ||
| grantee_na | OFTString | — | ||
| deed_acres | OFTReal | — | ||
| calc_acres | OFTReal | — | ||
| acct | OFTString | — | ||
| deed_ref | OFTString | — | ||
| lat | OFTString | — | ||
| long | OFTString | — | ||
| misc | OFTString | — | ||
| shape_leng | OFTReal | 36.7k | 21686.469309, 1860.861189, 2004.098405 | |
| prop_id | OFTInteger | 29.1k | 16052, 19595, 19623 | |
| pacs_prop_ | OFTInteger | 28.2k | 16052, 19595, 19623 | |
| prop_val_y | OFTInteger | 1 | 2022, 2022, 2022 | |
| geo_id | OFTString | 28.2k | 000404000200, 000605002001, 000605006400 | |
| prop_type_ | OFTString | 2 | R, R, R | |
| prop_typ_1 | OFTString | 2 | Real, Real, Real | |
| dba_name | OFTString | 33 | DOLLAR GENERAL STORE #828, COMPASS BANK, COMPASS BANK | |
| appraised_ | OFTString | — | ||
| abs_subdv_ | OFTString | 1.2k | 000404, 000605, 000605 | |
| mapsco | OFTString | — | ||
| map_id | OFTString | — | ||
| agent_cd | OFTString | 79 | 91220, 50, 91789 | |
| hood_cd | OFTString | 1 | BISD, BISD, BISD | |
| hood_name | OFTString | 1 | BUNA ISD MARKET ADJUSTMENT, BUNA ISD MARKET ADJUSTMENT, BUNA ISD MARKET ADJUSTMENT | |
| owner_name | OFTString | 19.1k | CROWN PINE TIMBER 1 LP, WEST ROLAND & BARBARA, WASHBURN TAMMY R MCGRIFF & TWANA L MCGRIFF | |
| owner_id | OFTInteger | 19.5k | 60205, 20015, 90997 | |
| addr_line1 | OFTString | 2.4k | ATTN: GIL MASTERS & ASSOC, ATTN: GIL MASTERS & ASSOC, FKA GULF STATES UTILITIES CO | |
| addr_line2 | OFTString | 14.5k | PO BOX 708, PO BOX 506, 11250 E PRAIRIE AVE | |
| addr_line3 | OFTString | 191 | PO BOX 61000 MAIL UNIT L-ENT-12B, 201 27TH AVE SE APT A231, PO BOX 3827 | |
| addr_city | OFTString | 1.1k | LUFKIN, EVADALE, MESA | |
| addr_state | OFTString | 50 | TX, TX, AZ | |
| addr_zip | OFTString | 12.4k | 75902-0708, 77615-0506, 85212-1994 | |
| addr_count | OFTString | 2 | US, US, US | |
| pct_owners | OFTReal | 46 | 100.0, 100.0, 100.0 | |
| exemptions | OFTString | 89 | OTHER, HS, HS, OTHER, HS | |
| state_cd | OFTString | 34 | D1, A1, E1 | |
| legal_desc | OFTString | 28.1k | AB 404 THOMAS J PYNE TR 1 803 /478-838/752 282.73 ACRES, AB 605 GC & SF RY #1 4.48 ACRES, AB 605 GC & SF 1192/747 6.27 ACRES | |
| situs | OFTString | 16.2k | FM 1131 RD EVADALE, TX 77615, 5763 FM 1131 RD EVADALE, TX 77615, 4385 FM 1131 EVADALE, TX 77615 | |
| jurisdicti | OFTString | 147 | 05E, 03E, CAD, 11J, 01J, 06S, 05E, 03E, CAD, 11J, 01J, 06S, 05E, 03E, CAD, 11J, 01J, 06S |
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.