Free Parcel Data

Ohio Franklin County

Field dictionary

GEOID39049
Aged

30 attribute fields, profiled from the November 2016 vintage.

Columns in Franklin County

Field Type Filled Distinct Example values
LOWPARCELI OFTString 0% 24 010-246656, 010-246657, 010-246658
PARCELID OFTString 100% 50.0k 010-246656, 010-246657, 010-246658
PCLASS OFTString 99% 7 R, R, I
MAILNME1 OFTString 82% 50.0k 6088 LAMBRIGHT ST, 86 W PACEMONT RD, 50W GAY ST 4TH FL
MAILNME2 OFTString 82% 14.2k WESTERVILLE OH 43081, COLUMBUS OH 43202, COLUMBUS OH 43215
SITEADDRES OFTString 99% 50.0k 872 - 874 SUMMIT ST, 86 W PACEMONT RD, 780 E FREBIS AV
AEREA OFTReal 100% 50.0k 0.0, 0.0, 0.0
PRPRTYDSCR OFTString 99% 50.0k 872-874 SUMMIT ST, 86 W PACEMONT, 780 FREBIS AVE
PRPRTYDS_1 OFTString 99% 47.4k G W RICE SUB 11, RIVERSIDE, HOMEVILLE
PRPRTYDS_2 OFTString 90% 50.0k LOTS 23 AND 24, LOT 54, 1.673 ACRES
STATEDAREA OFTReal 100% 4.8k 0.0, 0.0, 0.0
OWNERNMME1 OFTString 99% 50.0k SCHILLING ROBERT S, RICHIE LAUREN M, INDUSTRIAL PLATERS INC
OWNERNMME2 OFTString 36% 48.3k PAMELA, KUSMA PAMELA B, MAPES POLLYANN D
CAUV OFTReal 100% 2 0.0, 0.0, 0.0
PCLASSDSCR OFTString 99% 3 Res/Ag, Res/Ag, Com/Ind
CLASSCD OFTReal 100% 163 0.0, 0.0, 0.0
LNDVALUEBA OFTReal 100% 5.0k 0.0, 0.0, 0.0
BLDVALUEBA OFTReal 100% 7.5k 0.0, 0.0, 0.0
LNDVALUETI OFTReal 100% 1.3k 0.0, 0.0, 0.0
BLDVALUETI OFTReal 100% 2.2k 0.0, 0.0, 0.0
EXPLUC OFTReal 100% 22 0.0, 0.0, 0.0
LNDVALUEEX OFTReal 100% 2.5k 0.0, 0.0, 0.0
BLDVALUEEX OFTReal 100% 2.9k 0.0, 0.0, 0.0
PR_LNDVALU OFTReal 100% 5.0k 0.0, 0.0, 0.0
PR_BLDVALU OFTReal 100% 7.4k 0.0, 0.0, 0.0
PR_CAUVLND OFTReal 100% 1.1k 0.0, 0.0, 0.0
PR_LNDVA_1 OFTReal 100% 1.3k 0.0, 0.0, 0.0
PR_BLDVA_1 OFTReal 100% 2.1k 0.0, 0.0, 0.0
PR_LNDVA_2 OFTReal 100% 2.5k 0.0, 0.0, 0.0
PR_BLDVA_2 OFTReal 100% 2.9k 0.0, 0.0, 0.0

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.