49 attribute fields, profiled from the May 2023 vintage.
Columns in Franklin County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| prop_id_te | OFTString | 16.1k | 4151, 21312, 16141 | |
| created_da | OFTString | 210 | 2023-03-20, 2023-03-15, 2023-03-09 | |
| last_edite | OFTString | 241 | 2023-03-20, 2023-03-15, 2023-03-09 | |
| prop_id | OFTInteger | 16.1k | 4151, 21312, 16141 | |
| owner_tax_ | OFTInteger | 1 | 2023, 2023, 2023 | |
| file_as_na | OFTString | 8.4k | PENTECOSTAL LIGHTHOUSE CHURCH, ROBINSON DAVID & JALAYNE, ORTIZ RUBEN | |
| legal_acre | OFTReal | 5.4k | 0.5183, 5.48, 0.979 | |
| hood_cd | OFTString | 129 | 400, 400, 400 | |
| school | OFTString | — | ||
| city | OFTString | — | ||
| county | OFTString | 1 | FranklinCa, FranklinCa, FranklinCa | |
| next_appra | OFTString | — | ||
| legal_desc | OFTString | 1.3k | AB 618 W H SUMMERLIN, AB 391 B REEVES, AB 391 B REEVES | |
| legal_de_1 | OFTString | 9.4k | EXEMPT LT 4A BLK V-1, BPP#23351, LT 1B BLK W-3 | |
| legal_de_2 | OFTString | 1.2k | BPP#23263, IMPS ONLY, HS LINK W/ P# 22971 | |
| tract_or_l | OFTString | — | ||
| abs_subdv_ | OFTString | 292 | BROADVIEW, HILLTOP, BROADVIEW | |
| land_val | OFTReal | 3.6k | 12390.0, 0.0, 23130.0 | |
| imprv_val | OFTReal | 6.0k | 184080.0, 0.0, 92970.0 | |
| market | OFTReal | 9.2k | 196470.0, 56720.0, 116100.0 | |
| block | OFTString | — | ||
| map_id | OFTString | 564 | WCITY,A14, WCITY,A13, WCITY, | |
| geo_id | OFTString | 16.1k | 01135-00000-00061-000000, 01132-00000-00111-000001, 01132-00000-00046-000000 | |
| situs_num | OFTString | 2.2k | 636, 1005 B, 1003 | |
| situs_stre | OFTString | — | ||
| situs_st_1 | OFTString | 1.3k | BROADWAY STREET, BROADWAY STREET, BROADWAY | |
| situs_st_2 | OFTString | — | ||
| situs_city | OFTString | 33 | WINNSBORO, WINNSBORO, WINNSBORO | |
| situs_stat | OFTString | 6 | TX, TX, TX | |
| situs_zip | OFTString | 22 | 75494, 75494, 75494 | |
| addr_line1 | OFTString | 798 | OF WINNSBORO, JACK H KRIETEMEYER REVOC TRUST, C/O VICTOR HERNANDEZ | |
| addr_line2 | OFTString | 7.8k | P O BOX 841, 810 W PINE STREET, 133 PR 5488 | |
| addr_line3 | OFTString | 64 | SUITE 1705, SUITE 1705, SUITE 200 | |
| addr_city | OFTString | 1.2k | WINNSBORO, WINNSBORO, COMO | |
| addr_state | OFTString | 53 | TX, TX, TX | |
| zip | OFTString | 1.2k | 75494, 75494, 75431 | |
| deed_seq | OFTInteger | 17 | 1, 1, 4 | |
| deed_date | OFTString | 4.9k | 06/16/2015, 08/01/2012, 08/20/2009 | |
| volume | OFTString | 455 | 310, 0, 263 | |
| page | OFTString | 1.0k | 952, 0, 384 | |
| number | OFTString | 1.1k | 164508, 164576, 168315 | |
| objectid | OFTInteger | 16.5k | 99, 111, 142 | |
| creationda | OFTString | 1 | 2023-05-01, 2023-05-01, 2023-05-01 | |
| creator | OFTString | 1 | bisconsulting, bisconsulting, bisconsulting | |
| editdate | OFTString | 1 | 2023-05-01, 2023-05-01, 2023-05-01 | |
| editor | OFTString | 1 | bisconsulting, bisconsulting, bisconsulting | |
| globalid | OFTString | 16.5k | e7afd07f-3a7c-410a-86e1-aeb137211f04, 872bafb2-8e80-4965-93bc-9fe5f6adb74b, 87a79842-626f-43e8-a16f-e24d818fc647 | |
| shape__are | OFTReal | 15.3k | 19684.388671875, 203668.900390625, 32442.625 | |
| shape__len | OFTReal | 15.7k | 593.486356247543, 2602.94843205744, 837.774592690806 |
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.