tunino91 / conde-nast

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Purpose

It is to analyze a product's user interactions over a six month period and draw conclusions from the data. A detailed description of this challenge can be found in Data_Challenge_Instructions.pdf file.

Results

Results can be found in report/report.pdf

Installation

It is higly recommended to start a virtual environment for development. You can follow this page to set up a virtual environment.

cd code
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Usage

cd code
source venv/bin/activate
python main.py

or

cd code
source venv/bin/activate
python p3.py

Note

main.py answers the first two part of the report and p3.py is for part-3.

About


Languages

Language:Python 100.0%