45 attribute fields, profiled from the May 2022 vintage.
Columns in Robertson County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| prop_id_te | OFTString | 15.0k | 000031-006242, 000031-006244, 000031-002320 | |
| created_da | OFTString | — | ||
| last_edite | OFTString | — | ||
| prop_id | OFTInteger | 15.0k | 2043, 2044, 1737 | |
| owner_tax_ | OFTInteger | 1 | 2022, 2022, 2022 | |
| file_as_na | OFTString | 10.6k | REISTINO GATHAN AND ANGEL FARMS LP, REISTINO GATHAN AND ANGEL FARMS LP, FLOWERS PLANATATION | |
| legal_acre | OFTReal | 5.8k | 243.85, 107.81, 1002.368 | |
| hood_cd | OFTString | 10 | 32-31-Q, 32-31-Q, 32-31-Q | |
| school | OFTString | — | ||
| city | OFTString | 11 | HEARNE, HEARNE, HEARNE | |
| county | OFTString | 1 | Robertson, Robertson, Robertson | |
| next_appra | OFTString | — | ||
| legal_desc | OFTString | 14.9k | AB 31 G A NIXON SPILLER FARM 1190/366 107.81 ACRES, AB 31 G A NIXON JOHN HUDSON CONFLICT 1379/165 33.37 ACRES, AB 31 G A NIXON M 266 405/87 0.5 ACRES | |
| legal_de_1 | OFTString | — | ||
| legal_de_2 | OFTString | — | ||
| tract_or_l | OFTString | — | ||
| abs_subdv_ | OFTString | — | ||
| land_val | OFTReal | — | ||
| imprv_val | OFTReal | — | ||
| market | OFTReal | — | ||
| block | OFTString | — | ||
| map_id | OFTString | — | ||
| geo_id | OFTString | 15.0k | 000031-006242, 000031-006244, 000031-002320 | |
| situs_num | OFTString | — | ||
| situs_stre | OFTString | — | ||
| situs_st_1 | OFTString | 829 | FM 50, FM 50, UNION BEND | |
| situs_st_2 | OFTString | 12 | B, B, B | |
| situs_city | OFTString | 11 | HEARNE, HEARNE, HEARNE | |
| situs_stat | OFTString | 1 | TX, TX, TX | |
| situs_zip | OFTString | — | ||
| addr_line1 | OFTString | 8.6k | 6526 FM 50, 6526 FM 50, PO BOX 10407 | |
| addr_line2 | OFTString | 281 | STOP 1640, 242 PRIVATE ROAD 4501, STOP 1640 | |
| addr_line3 | OFTString | — | ||
| addr_city | OFTString | 610 | HEARNE, HEARNE, COLLEGE STATION | |
| addr_state | OFTString | 44 | TX, TX, TX | |
| zip | OFTString | 4.6k | 77859, 77859, 77842-0407 | |
| deed_seq | OFTInteger | — | ||
| deed_date | OFTString | 3.3k | 12/17/2008, 09/30/2008, 04/19/2018 | |
| volume | OFTString | 791 | 1060, 1051, 1341 | |
| page | OFTString | 804 | 797, 728, 780 | |
| number | OFTString | 4 | 8034, 8034, 8034 | |
| objectid | OFTInteger | 16.7k | 1539, 1712, 2025 | |
| globalid | OFTString | 16.7k | 6a1df1bd-7285-49ce-bbc7-6583e207ce15, 3a24130a-a50a-426f-b627-7c228c529721, 28d4a04d-25b9-4201-a1aa-0f1f41ccb46b | |
| shape__are | OFTReal | 16.0k | 10989646.675781, 5384073.386719, 43487175.046875 | |
| shape__len | OFTReal | 16.1k | 13488.853031, 31272.464949, 31115.003501 |
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.