Location and sales price of home sales in a core area of Cleveland, OH for the fourth quarter of 2015.
cleveland
An sf data frame with 205 rows, 9 variables, and a geometry column:
unique parcel id
unique parcel number
point latitude
point longitude
price paid for the house ($)
License plate number and sometimes a description (state, color). Some entries did not include a plate number.
quarter of sale (4th for all)
year of sale (2015 for all)
year and quarter of sale (4th quarter of 2015 for all)
POINT
Cuyahoga County Fiscal Office. https://geodacenter.github.io/data-and-lab//clev_sls_154_core/
Sf object, units in ft. EPSG 3734: NAD83 / Ohio North (ftUS).
if (requireNamespace("sf", quietly = TRUE)) { library(sf) data(cleveland) plot(cleveland["unique_id"]) }