The raw datasets used for this project are listed here. A data dictionary for each dataset is listed in the πŸ“’ Data Dictionaries section. A hyper-link to the data dictionary is provided for each dataset listed below.

πŸ–±οΈ Manually Downloaded

  1. The following datasets were manually downloaded
    1. Raw Bike Share Ridership Data
      1. The raw bike share ridership data for Bike Share Toronto contains a record for every trip. Data is posted to the Toronto Open Data Portal every month as a zipped folder with CSV files. This dataset was manually downloaded from the portal for 2018, 2019, 2020, 2021, 2022 and 2023.
    2. Census Tracts
      1. Administrative, statistical and non-standard boundaries (or subdivisions) across Canada are used to analyze data collected during the national census. Census tracts are a type of statistical boundary. The geodata file with geospatial boundaries for census tracts across Canada was manually downloaded from Statistics Canada.

⌨️ Programmatically Retrieved or Generated Using Python

The following datasets were programmatically retrieved from a web URL or generated based on publicly available data, using Python

  1. Neighbourhoods (retrieved)
    1. geospatial data for neighbourhoods within city of Toronto
  2. Bike Share Station Info (retrieved)
    1. contains attributes of bike share stations
    2. the neighbourhood containing each station was programmatically determined using the station’s lat-lon co-ordinates and appended in a column named Neighbourhood
  3. Colleges and Universities (created)
    1. contains the list of college and university campus locations (lat-lon co-ordinates) within the city of Toronto, excluding MCU
  4. Daily Weather Data (retrieved)
  5. Downtown Neighbourhoods (created)
    1. names of neighbourhoods that are located in Downtown Toronto
  6. Bike Share Expansion Plans (created)
  7. Public Transit Routes (retrieved)
  8. Public Holidays (created)
  9. Library Branches (retrieved)
  10. Cultural Hotspots (retrieved)
  11. Places of Interest (retrieved)
  12. Public Transit Stops (retrieved)
  13. Cycle Paths (retrieved)