Free Parcel Data

North Carolina Guilford County

Field dictionary

GEOID37081
Aged

32 attribute fields, profiled from the March 2023 vintage.

Columns in Guilford County

Field Type Filled Distinct Example values
objectid OFTInteger 100% 50.0k 78423, 78513, 78515
reid OFTString 100% 50.0k 178653, 178746, 178748
pin OFTString 100% 50.0k 7709013396, 7709116351, 7709111038
owner OFTString 100% 50.0k THOMAS BUILT BUSES INC, NORTH STATE TELEPHONE, AT&T COMMUNICATIONS INC
owner_hist OFTString 100% 50.0k
mail_addre OFTString 100% 50.0k 4555 N CHANNEL AVE, 111 N MAIN ST, 1004 DRESSE CT STE 102
mail_city OFTString 100% 2.3k PORTLAND, HIGH POINT, RALEIGH
mail_state OFTString 100% 58 OR, NC, NC
mail_zip OFTString 100% 3.8k 97217, 27260, 27609
location_a OFTString 100% 50.0k 1321 W FAIRFIELD RD, 1201 W FAIRFIELD RD, 2712 UWHARRIE RD
property_d OFTString 100% 50.0k THOMAS BUILT BUSES LO1, 7.33 AC W FAIRFIELD R, 1 PB88-20 1.90 AC UWHARRIE RD PL88-20
deed OFTString 100% 50.0k 008115-01483, 002476-00613, 003620-02036
plat OFTString 82% 20.0k 202-107, 88-20, 151-64
condo OFTString 4% 839 12-59, 12-59, 12-59
total_asse OFTReal 100% 13.5k 2099600.0, 3189100.0, 180400.0
total_buil OFTReal 100% 10.5k 1550800.0, 2786900.0, 37500.0
total_out_ OFTReal 98% 2.0k 16300.0, 109000.0, 78300.0
total_land OFTReal 100% 7.2k 532500.0, 293200.0, 64600.0
total_defe OFTReal 100% 1.6k 0.0, 0.0, 0.0
bldg_card OFTInteger 85% 1 1, 1, 1
appraisal_ OFTString 85% 1 1, 1, 1
deed_date OFTString 100% 10.5k 2018-12-28, 1900-01-01, 1987-10-14
neighborho OFTString 100% 2.7k 7709I01, 7709I01, 7709I01
property_t OFTString 100% 35 IND, UTILITY USE, IND
structure_ OFTInteger 79% 5.6k 1384, 1128, 952
lot_size OFTReal 100% 3.9k 18.21, 7.33, 1.9
year_built OFTReal 85% 185 1987.0, 1981.0, 1987.0
bedrooms OFTReal 79% 22 3.0, 3.0, 0.0
bathrooms OFTInteger 79% 16 1, 1, 1
grade OFTString 85% 71 Average, Very Good, Average
parcel_pk OFTReal 100% 50.0k 236003.0, 178746.0, 178748.0
shape__are OFTReal 100% 50.0k 792448.278990331, 332495.703078208, 82969.2717475899

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.