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 block as a factor

Neighbourhoods

The names of Mashhad's neighbourhoods

Families

Number of families living in a block

Owners

Number of people who has their own property in a block

Tenants

Number of people who rent a property in a block

Total Residential Units

Whole number of residencial suits in a block

Apartment Units

Number of suits in apartments in a block

House Units

Number of village houses in a block

Cottages or Sheds

Number of sheds in a block

Shape_Length

Surrounding a block in meter scale

Shape_Area

Surface area of a block in meter scale

Area(Hectare)

Surface area of a neighbourhoods in hectare scale

PopulationDensity

Population density of each neighbourhood

Population

Whole population of each neighbourhood

Source

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

Examples

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