42 attribute fields, profiled from the April 2024 vintage.
Columns in Johnson County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| prop_id_te | OFTString | 50.0k | 126.1084.00070, 126.1084.00010, 126.1084.00030 | |
| prop_id | OFTInteger | — | ||
| owner_tax_ | OFTInteger | — | ||
| file_as_na | OFTString | 50.0k | KUZENKA MICHAEL W, BASS DARLENE UMPRESS RUNNELS, BASS DARLENE UMPRESS RUNNELS | |
| legal_acre | OFTReal | 16.4k | 6.18, 44.0918, 164.7154 | |
| hood_cd | OFTString | — | ||
| school | OFTString | — | ||
| city | OFTString | 14 | CITY OF CLEBURNE, CITY OF CLEBURNE, CITY OF CLEBURNE | |
| county | OFTString | — | ||
| next_appra | OFTString | — | ||
| legal_desc | OFTString | 6.0k | ABST 1084, ABST 1084,1078, ABST 1084,494 | |
| legal_de_1 | OFTString | 7.2k | TR 4, TR 7,8, 8,9, TR 4 | |
| legal_de_2 | OFTString | 4.5k | C B ROBERTS, C B ROBERTS,H P MOSES, C B ROBERTS,T LARRISON | |
| tract_or_l | OFTString | 3.4k | 8, 2, 1 | |
| abs_subdv_ | OFTString | — | ||
| land_val | OFTReal | — | ||
| imprv_val | OFTReal | — | ||
| market | OFTReal | — | ||
| block | OFTString | 5.0k | 4, 7, 8 | |
| map_id | OFTString | 50.0k | R000022674, R000022669, R000022671 | |
| geo_id | OFTString | 50.0k | 126.1084.00070, 126.1084.00010, 126.1084.00030 | |
| situs_num | OFTString | — | ||
| situs_stre | OFTString | — | ||
| situs_st_1 | OFTString | 50.0k | 11860 CR 1240, 11332 CR 1117, 11332 CR 1117 | |
| situs_st_2 | OFTString | — | ||
| situs_city | OFTString | — | ||
| situs_stat | OFTString | — | ||
| situs_zip | OFTString | — | ||
| addr_line1 | OFTString | — | ||
| addr_line2 | OFTString | — | ||
| addr_line3 | OFTString | — | ||
| addr_city | OFTString | — | ||
| addr_state | OFTString | — | ||
| zip | OFTString | — | ||
| deed_seq | OFTInteger | — | ||
| deed_date | OFTString | 11.0k | 8/29/2013, 12/2/1992, 12/2/1992 | |
| volume | OFTString | 6.4k | 01662, 01662, 838 | |
| page | OFTString | 3.2k | 00438, 00438, 549 | |
| number | OFTString | 42.4k | 21287, 02162, 09636 | |
| objectid_1 | OFTInteger | 50.0k | 568, 570, 571 | |
| shape__are | OFTReal | 50.0k | 263586.872070313, 1920640.37207031, 7166287.25683594 | |
| shape__len | OFTReal | 50.0k | 2224.25570784312, 6714.75510256033, 13422.7073673337 |
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.