44 attribute fields, profiled from the November 2022 vintage.
Columns in Kent County
| Field | Type | Filled | Distinct | Example values |
|---|---|---|---|---|
| PARCEL_ID | OFTString | 50.0k | 007-0358, 003/0050/00, 003/0051/00 | |
| SITUS | OFTString | 46.6k | 6 ANN COURT, 15 CENTRE OF NEW ENGLAND BLV, CENTRE OF NEW ENGLAND BLV | |
| ADDR_NUMBE | OFTString | 2.4k | 6, 15, 93 | |
| STREET_PRE | OFTString | 4 | S, S, S | |
| STREET_NAM | OFTString | 2.6k | ANN, CENTRE, CENTRE | |
| STREET_SUF | OFTString | 2 | S, S, S | |
| STREET_TYP | OFTString | 35 | Ct, Ave, Way | |
| SITUS_CITY | OFTString | 6 | COVENTRY, COVENTRY, WEST WARWICK | |
| SITUS_ZIP | OFTString | 8 | 02816, 02816, 02893 | |
| ADDR_SEC_U | OFTString | 3 | UNIT, REAR, Rear | |
| OWNER | OFTString | 43.5k | BENTLEY RICHARD, DAI HOLDINGS, RANDOLPH HOLDINGS RI II LLC | |
| TRANS_DATE | OFTDate | 7.8k | 2019-08-01, 2018-03-26, 2005-09-15 | |
| SALE_PRICE | OFTReal | 2.7k | 195000.0, 875000.0, 0.0 | |
| LAND_USE_C | OFTString | 29 | 06, 06, 71 | |
| LAND_US_01 | OFTString | 3 | Residential, Residential, Tax Exempt | |
| LAND_COVER | OFTString | 46.7k | {"23": 20, "24": 151}, {"22": 125, "23": 150}, {"21": 63, "23": 142} | |
| CROP_COVER | OFTString | 27.0k | {"123": 0.01, "124": 0.05}, {"123": 0.09}, {"121": 0.02, "122": 0.05} | |
| MUNI_ID | OFTInteger64 | 5 | 1220082, 1220082, 1220082 | |
| SCHOOL_DIS | OFTInteger64 | 7 | 4400210, 4400210, 4400210 | |
| ACREAGE_AD | OFTReal | 50.0k | 0.0553312654628444, 0.0927449826956892, 0.132534058569111 | |
| MKT_VAL_LA | OFTReal | 1.6k | 292500.0, 713000.0, 512500.0 | |
| MKT_VAL_BL | OFTReal | 3.1k | 459600.0, 1975300.0, 127900.0 | |
| MKT_VAL_TO | OFTReal | 7.9k | 1500.0, 6200.0, 2100.0 | |
| ZIP_CODE | OFTString | 12 | 2816, 2816, 2816 | |
| LEGAL_DESC | OFTString | 3.4k | ADMIN SUB FILED 05/26/2010 PARCEL B- 0975 SQ FT, INDEPENDANCE BANK & MEDICAL OFFICE IN FBM, WEST BAY MEDICAL & OFFICE CONDO UNIT 1 | |
| MAIL_ADDRE | OFTString | 4.1k | 144 METRO CENTER BLVD UNIT F, 144 METRO CENTER BLVD UNIT F, 19 LONGFELLOW DRIVE | |
| MAIL_AD_01 | OFTString | 26 | 155 FEDERAL STREET, 155 FEDERAL STREET, P O BOX 1483 | |
| MAIL_AD_02 | OFTString | 206 | WARWICK RI 02886, WARWICK RI 02886, NORTH KINGSTOWN RI 02852 | |
| OWNER_OCCU | OFTString | 3 | ?, ?, ? | |
| USPS_RESID | OFTString | 3 | T, T, ? | |
| CENSUS_TRA | OFTInteger64 | 39 | 20604, 20603, 20603 | |
| CENSUS_BLK | OFTInteger | 5 | 2, 3, 3 | |
| CENSUS_BLO | OFTInteger | 322 | 2025, 3049, 3049 | |
| AREA_METER | OFTReal | 50.0k | 223.913501933732, 375.318613960136, 274.185600007179 | |
| FLD_ZONE | OFTString | 33 | {A}, {A}, {A} | |
| ZONE_SUBTY | OFTString | 19 | {NULL}, {NULL}, {NULL} | |
| PLACE_GNIS | OFTInteger64 | 3 | 2631334, 2631334, 2631334 | |
| ELEVATION | OFTString | 50.0k | {"max": 65.5, "min": 65.5, "mean": 65.5}, {"max": 65.5, "min": 65.5, "mean": 65.5}, {"max": 65.5, "min": 65.5, "mean": 65.5} | |
| ROBUST_ID | OFTString | 50.0k | AACr46_2KX0VGwhP, AACr4_RdzDgXdA4l, AACr4067ettewMad | |
| CALC_ACREA | OFTReal | 50.0k | 0.0553312654628445, 0.0927449826956892, 0.067754003617774 | |
| COUNTY_NAM | OFTString | 1 | Kent, Kent, Kent | |
| COUNTY_FIP | OFTInteger64 | 1 | 44003, 44003, 44003 | |
| STATE_ABBR | OFTString | 1 | RI, RI, RI | |
| CTY_ROW_ID | OFTInteger64 | 50.0k | 7169, 49852, 49851 |
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.