Giter Club home page Giter Club logo

outserved-duration-analysis's Introduction

Outserved Duration Analysis

outserved

A web and mobile application for IOS and Android. This repo contains a report of the in-store analytics based on time inside a business geo-fence. To accurately show the user distribution, we used Pandas and Plotly to chart the duration inside in seconds. The following steps are how we collected the data from a third party back-end host Back4App.

  1. Clean the data by checking to see if there are any null values. nullvalues

  2. Count the values from the duration column in the user_data table. user_data

  3. Sort the values in ascending order to visualize trends in user in-store activity. sort_values

Libraries

Imported the following libraries to clean and visualize the data:

  • Import pandas

    import pandas as pd
    
    • Import numpy
    import numpy as np
    
    • import matplotlib.pyplot
    import matplotlib.pyplot as plt
    

    Result

The results of duration analysis shows that the average time in seconds a user is inside a geo-fence is 5-6 seconds, showing that most geofence logs are user drive-bys. The graph shows that there were active user logs of over 200 logs for users that were inside the geofence between 5 and 60 seconds. See below the .gifs of the selected graphs for the report.

results

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.