40 attribute fields, profiled from the October 2022 vintage.
Columns in Franklin Parish
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 12.9k | 0100006400, 0100006000, 0900148000 | |
| SITUS | OFTString | 8.4k | 206 ALLBRITTON LANE, 230 ALLBRITTON LANE, 144 ANTIQUE LANE | |
| ADDR_NUMBE | OFTString | 2.9k | 206, 230, 144 | |
| STREET_PRE | OFTString | 3 | N, N, N | |
| STREET_NAM | OFTString | 864 | ALLBRITTON, ALLBRITTON, ANTIQUE | |
| STREET_SUF | OFTString | 3 | E, W, E | |
| STREET_TYP | OFTString | 20 | Ln, Ln, Ln | |
| SITUS_CITY | OFTString | 8 | WINNSBORO, WINNSBORO, WINNSBORO | |
| SITUS_ZIP | OFTString | 8 | 71295, 71295, 71295 | |
| ADDR_SEC_U | OFTString | 4 | STE, FRONT, STE | |
| ADDR_SE_01 | OFTString | 2 | B, A, B | |
| OWNER | OFTString | 9.7k | BRADLEY SHEILA ET AL, ALLBRITTON EMMA JEAN, JORDAN JACK | |
| TRANS_DATE | OFTDate | 2.7k | 2018-02-22, 2017-03-15, 2012-06-29 | |
| SALE_PRICE | OFTReal | 1.1k | 0.0, 0.0, 0.0 | |
| LAND_COVER | OFTString | 13.8k | {"21": 8, "23": 2, "82": 971, "90": 135}, {"21": 172, "22": 33, "23": 25, "82": 470}, {"82": 764, "90": 39} | |
| CROP_COVER | OFTString | 12.6k | {"37": 15.93, "152": 0.21, "190": 1.96, "195": 0.21}, {"37": 0.66, "61": 0.2, "121": 0.12}, {"1": 0.3, "37": 0.4, "61": 0.21, "121": 0.11} | |
| MUNI_ID | OFTInteger64 | 7 | 1929736, 1929736, 1929736 | |
| SCHOOL_DIS | OFTInteger64 | 3 | 2200660, 2200660, 2200660 | |
| ACREAGE | OFTReal | 11.9k | 57.0111, 5.6036, 19.5675 | |
| ACREAGE_AD | OFTReal | 12.0k | 57.0217775775264, 5.60467405094738, 19.5711571379197 | |
| ZIP_CODE | OFTString | 9 | 71378, 71378, 71295 | |
| LEGAL_DESC | OFTString | 12.9k | 40 ACRES: SW 1/4 OF NW 1/4 SEC. 13, T. 12N, R. 7E., 40 ACRES: NW 1/4 OF NW 1/4 SEC. 13, T. 12N, R. 7E. 166-411, 1 ACRE: A LOT IN THE NE 1/4 SEC. 21, T. 14N, R. 7E. 186-351 | |
| MAIL_ADDRE | OFTString | 8.2k | 204 EARL EZELL ROAD, 230 ALLBRITTON LANE, 144 ANTIQUE LANE | |
| MAIL_AD_01 | OFTString | 921 | WINNSBORO LA 71295-, WISNER LA 71378-, WINNSBORO LA 71295- | |
| OWNER_OCCU | OFTString | 3 | F, T, T | |
| USPS_RESID | OFTString | 3 | ?, ?, T | |
| CENSUS_TRA | OFTInteger64 | 6 | 950600, 950600, 950200 | |
| CENSUS_BLK | OFTInteger | 5 | 2, 2, 3 | |
| CENSUS_BLO | OFTInteger | 596 | 2018, 2018, 3059 | |
| AREA_METER | OFTReal | 14.4k | 230754.633877732, 22680.8872605211, 79200.1826632663 | |
| FLD_ZONE | OFTString | 21 | {X}, {X}, {A} | |
| ZONE_SUBTY | OFTString | 15 | {"AREA WITH REDUCED FLOOD RISK DUE TO LEVEE"}, {"AREA WITH REDUCED FLOOD RISK DUE TO LEVEE"}, {NULL} | |
| PLACE_GNIS | OFTInteger64 | 4 | 2405768, 2405768, 2405768 | |
| ELEVATION | OFTString | 14.3k | ||
| ROBUST_ID | OFTString | 14.4k | AABWGWWLIVETw_rW, AABWGey3xT42pC9N, AABWGYCTdP7W_iST | |
| CALC_ACREA | OFTReal | 14.4k | 57.0217775775264, 5.60467405094737, 19.5711571379197 | |
| COUNTY_NAM | OFTString | 1 | Franklin, Franklin, Franklin | |
| COUNTY_FIP | OFTInteger64 | 1 | 22041, 22041, 22041 | |
| STATE_ABBR | OFTString | 1 | LA, LA, LA | |
| CTY_ROW_ID | OFTInteger64 | 14.4k | 388, 818, 2113 |
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.