49 attribute fields, profiled from the September 2020 vintage.
Columns in Fayette County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| prop_id_te | OFTString | 21.3k | 25143, 25145, 25146 | |
| created_da | OFTString | 401 | 2019-09-12, 2016-09-27, 2018-03-16 | |
| last_edite | OFTString | 524 | 2019-03-22, 2018-10-16, 2019-09-12 | |
| prop_id | OFTInteger | 21.1k | 25143, 25145, 25146 | |
| owner_tax_ | OFTInteger | 1 | 2021, 2021, 2021 | |
| file_as_na | OFTString | 14.7k | FIKAC DUANE & NATALIE, ISTA STEVEN & JANE, HAJEK CAMERON & HERNANDEZ KATHERINE | |
| legal_acre | OFTReal | 11.6k | 59.209, 29.529, 46.31 | |
| hood_cd | OFTString | 82 | SLG_IMPS, CFL, CFL | |
| school | OFTString | 8 | SFL, SFL, SFL | |
| city | OFTString | 6 | CSH, CFL, CFL | |
| county | OFTString | 1 | GFA, GFA, GFA | |
| next_appra | OFTString | 11 | 2021-04-01, 2021-04-01, 2021-04-01 | |
| legal_desc | OFTString | 20.8k | ABS A072 MORRIS J 1/4 LG,59.209 ACRES,HSE, FARM BLDGS, ABS A072 MORRIS J 1/4 LG,29.529 ACRES,HSE, BARN, STG, ABS A072 MORRIS J 1/4 LG,46.31 ACRES,NO BLDGS OR M H | |
| legal_de_1 | OFTString | — | ||
| legal_de_2 | OFTString | — | ||
| tract_or_l | OFTString | 2.1k | 3, 4, A | |
| abs_subdv_ | OFTString | 605 | A072, A072, A072 | |
| land_val | OFTReal | 12.8k | 355250.0, 247320.0, 277860.0 | |
| imprv_val | OFTReal | 11.0k | 178690.0, 110770.0, 0.0 | |
| market | OFTReal | 16.9k | 533940.0, 358090.0, 277860.0 | |
| block | OFTString | 414 | 2, K, L, | |
| map_id | OFTString | 1.2k | 274, 274, 274 | |
| geo_id | OFTString | 19.6k | 20-0072-0010000-030, 20-0072-0050000-030, 20-0072-0070000-030 | |
| situs_num | OFTString | 5.6k | 706, 527, 4124 | |
| situs_stre | OFTString | 21 | WEST, W, S | |
| situs_st_1 | OFTString | 3.8k | WIEDEMANN, W WIEDEMANN RD, WIEDEMAN | |
| situs_st_2 | OFTString | 25 | ROAD, RD, ROAD | |
| situs_city | OFTString | 412 | FLATONIA, NEAR GONZALES CTY LN, FLATONIA AREA | |
| situs_stat | OFTString | 1 | TX, TX, TX | |
| situs_zip | OFTString | 29 | 78941, 78941, 78941 | |
| addr_line1 | OFTString | 918 | %MARY HENDERSON, ROBERT & MARY SUE REEDER TRUSTEES, % KARON WIEDEMANN | |
| addr_line2 | OFTString | 12.1k | 9526 SAPPHIRE HILL LANE, 518 BYRNE, 22880 COLORADO DR | |
| addr_line3 | OFTString | 19 | 16222 TAHOE DR, STE 110, STE 110 | |
| addr_city | OFTString | 686 | KATY, HOUSTON, PORTER | |
| addr_state | OFTString | 52 | TX, TX, TX | |
| zip | OFTString | 1.1k | 77494, 77009, 77365 | |
| deed_seq | OFTInteger | 1 | 0, 0, 0 | |
| deed_date | OFTString | 6.6k | 12/12/2019, 10/28/2005, 10/23/2019 | |
| volume | OFTString | 1.3k | 1923, 1331, 1918 | |
| page | OFTString | 1.1k | 239, 603, 859 | |
| number | OFTString | 180 | 0, 0, 0 | |
| objectid | OFTInteger | 21.6k | 6, 1662, 1663 | |
| creationda | OFTString | 1 | 2020-08-24, 2020-08-24, 2020-08-24 | |
| creator | OFTString | 1 | bisconsulting, bisconsulting, bisconsulting | |
| editdate | OFTString | 1 | 2020-08-24, 2020-08-24, 2020-08-24 | |
| editor | OFTString | 1 | bisconsulting, bisconsulting, bisconsulting | |
| globalid | OFTString | 21.6k | 07d167b1-7182-409c-9461-04fbd3f5a160, 02de9e08-255d-4685-a9a3-b5cbd93d089d, 46663a85-c518-43a2-b884-c335fff9a268 | |
| shape__are | OFTReal | 21.5k | 264281.582031, 2551962.105469, 1407256.488281 | |
| shape__len | OFTReal | 21.5k | 2776.60926, 8149.47601, 6054.924554 |
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.