A dataset containing information about population based on number of families, owners, tenants and residential units of all neighbourhoods in Mashhad, Iran.

data(Population2016)

Format

A data frame with 173 rows and 14 variables:

OBJECTID

Id of each neighbourhoods as a factor

Neighbourhoods

Names of each neighbourhoods

Families

Number of families living in a neighbourhoods

Owners

Number of people who has their own property in a neighbourhoods

Tenants

Number of people who rent a property in a neighbourhoods

Total Residential Units

Whole number of residencial suits in a neighbourhoods

Apartment Units

Number of suits in apartments in a neighbourhoods

House Units

Number of village houses in a neighbourhoods

Cottages or Sheds

Number of sheds in a neighbourhood

Shape_Length

Surrounding a neighbourhoods in meter scale

Shape_Area

Surface area of a neighbourhoods in meter scale

Area(Hectare)

Surface area of a neighbourhoods in hectare scale

PopulationDensity

Population density in a neighbourhood

Population

Whole number of people living in a neighbourhoods

Source

(https://WWW.amar.org.ir)

Examples

 data(Population2016)
 GDPPC <- Population2016$GDPPC
#> Warning: Unknown or uninitialised column: `GDPPC`.