Skip to content

Extract insights from Toronto's bike share ridership data to guide digital advertising campaign initiatives aimed at growing enrollment in local SCS program

License

Notifications You must be signed in to change notification settings

elsdes3/data-insights-for-bikeshare-advertising

Repository files navigation

Data Analytics for Advertising to Bike Share Users

Binder Open In Colab CI License: MIT OpenSource Code style: black prs-welcome

  1. About
  2. Pre-Requisites for Developers
  3. Project Organization

This project uses Python code to extract insights about bike share ridership in Toronto for a marketing team at Mega Marketers LLC. The team will be launching a digital advertising campaign on the faces of bike share stations across the city in order to grow enrollment in and increase awareness of a local SCS program for one of their clients (Mega City University, MCU). As part of the campaing, the team is looking to target working professionals and the strong reported uptake of bike sharing among this demographic (1, 21) has led them to identify bike share users as the target audience for this campaign. The insights extracted here will help the team design a campaign to reach Bike Share Toronto users with this campaign.

1: see ABOUT BIKE SHARE TORONTO > What should you use bike share for?

The stakeholder or business user for this project is the marketing team at Mega Marketers LLC.

The audience for the marketing campaign is users of Bike Share Toronto.

See the project documentation here.

  1. Inside data/raw/ create the subfolder path systems/toronto.
  2. Download the following datasets manually and store them in data/raw/systems/toronto
    • Toronto bike share ridership data from the Toronto Open Data portal for the following years
      • 2018 (bikeshare-ridership-2018)
      • 2019 (bikeshare-ridership-2019)
      • 2020 (bikeshare-ridership-2020)
      • 2021 (bikeshare-ridership-2021)
      • 2022 (bikeshare-ridership-2022)
      • 2023 (bikeshare-ridership-2023)
    • Census tract boundaries from Statistics Canada. For download instructions, see the Data Retrieval page in the Manually Downloaded section from the project documentation.
├── .gitignore                    <- files and folders to be ignored by version control system
├── .pre-commit-config.yaml       <- configuration file for pre-commit hooks
├── .github
│   ├── workflows
│       └── main.yml              <- configuration file for CI build on Github Actions
├── LICENSE
├── Makefile                      <- Makefile with commands like `make lint` or `make get-data`
├── README.md                     <- The top-level README for developers using this project.
├── data
│   ├── processed                 <- The final, canonical data sets for modeling.
│   └── raw                       <- The original, immutable data dump.
├── notebooks                     <- analysis files for all workflow steps
|   └── 01-get-data               <- single workflow step
|       ├── .dockerignore         <- files and folders to be ignored by container build
|       ├── .environment.yml      <- environment configuration file with package metadata
|       ├── Dockerfile            <- container definition file
|       └── notebooks             <- Analysis notebooks. Naming convention is `01_<short-description>.ipynb`
│
├── reports                       <- Generated analysis as HTML, PDF, LaTeX, etc.
│   └── figures                   <- Generated graphics and figures to be used in reporting
│
├── docker-compose.yml            <- container configuration for all workflow steps.
├── utils.sh                      <- utility to start & clean up container outputs for a single workflow step.
├── tox.ini                       <- tox file with settings for running tox; see https://tox.readthedocs.io/en/latest/
└── src                           <- Source code for use in this project.
    │
    ├── __init__.py               <- Makes `src` a Python module
    └──                           <- Scripts to retrieve and process raw data and run analysis on processed data

Project based on the cookiecutter data science project template. #cookiecutterdatascience

About

Extract insights from Toronto's bike share ridership data to guide digital advertising campaign initiatives aimed at growing enrollment in local SCS program

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published