Geospatial data for Toronto's neighbourhood boundaries was retrieved from the Toronto Open Data Portal. This dataset contains the following columns
_id
(used in EDA)
- row identifier
AREA_ID
- unknown
AREA_ATTR_ID
- unknown
PARENT_AREA_ID
- unknown
AREA_SHORT_CODE
- neighbourhood number, as listed by the City of Toronto under the Neighbourhoods List drop-down menu
AREA_LONG_CODE
- neighbourhood number, as listed by the City of Toronto under the Neighbourhoods List drop-down menu
AREA_NAME
(used in EDA)
- name of neighbourhood, as listed by the City of Toronto under the Neighbourhoods List drop-down menu
- during EDA, this column was renamed to Neighbourhood
AREA_DESC
- name of neighbourhood, with neighbourhood number in parentheses
CLASSIFICATION
- whether neighbourhood is classified as a specified area - emerging neighbourhood or neighbourhood improvement area (
Not an NIA or Emerging Neighbourhood
) or not (NULL
)
CLASSIFICATION_CODE
NULL
(not an emerging neighbourhood or neighbourhood improvement area)
EN
(emerging neighbourhood)
NIA
(Neighbourhood Improvement Area)
OBJECTID
- unknown
geometry
- geospatial geometry of neighbourhood defined by
lat
-lon
co-ordinates that comprise a polygon